COLOR #AFE3DB

HEX: #AFE3DB
RGB: (175,227,219)

Color info

#AFE3DB contains red, green and blue colors in about the same proportion. Web safe color of #AFE3DB is #99CCCC (or #9CC).

RGB color model

#AFE3DB color RGB value is (175,227,219).

  • red value is 175;
  • green value is 227;
  • blue value is 219.
RGB:
(175,227,219)
(69%,89%,86%)

RGB channels and saturation

R 175 of 255 = 69%
G 227 of 255 = 89%
B 219 of 255 = 86%

175
227
219

R + G + B ~ 81%. #AFE3DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 227 + 219 = 621 (100%)
R 175 of 621 ~ 28.18%
G 227 of 621 ~ 36.55%
B 219 of 621 ~ 35.27%

%28.18
%36.55
%35.27

CMYK color model

#AFE3DB color CMYK value is (23,0,4,11).

  • cyan value is 22.91%
  • magenta value is 0.00%
  • yellow value is 3.52%
  • key color value is 10.98%
CMYK:
(23,0,4,11)
C23M0Y4K11 
(23%,0%,4%,11%)
(0.23/0.00/0.04/0.11)	

CMYK percentages

%22.91
%0
%3.52
%10.98

Codes

Color #AFE3DB in popluar color models

AFE3DB
RGB175227219
HSL171°48.15%78.82%
HSB/HSV171°22.91%89.02%
CMYK22.91%0.00%3.52%
10.98%

Color #AFE3DB in popluar number systems.

HEXAFE3DB
Decimal175227219
Binary101011111110001111011011
Octal257343333

Shades and tints

Shades of #AFE3DB

#AFE3DB
(175,227,219)
#A0CFC8
(160,207,200)
#91BBB5
(145,187,181)
#82A7A2
(130,167,162)
#73938F
(115,147,143)
#647F7C
(100,127,124)
#556B69
(85,107,105)
#465756
(70,87,86)
#374343
(55,67,67)
#282F30
(40,47,48)
#191B1D
(25,27,29)
#000000
(0,0,0)

Tints of #AFE3DB

#AFE3DB
(175,227,219)
#B6E5DE
(182,229,222)
#BDE7E1
(189,231,225)
#C4E9E4
(196,233,228)
#CBEBE7
(203,235,231)
#D2EDEA
(210,237,234)
#D9EFED
(217,239,237)
#E0F1F0
(224,241,240)
#E7F3F3
(231,243,243)
#EEF5F6
(238,245,246)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE3DB color. Also use rgb(175,227,219) instead hex code.

Text Font Color

.myTextColor { color: #AFE3DB; }

<p style="color:#AFE3DB">This sample text font color is #AFE3DB.</p>

This text font color is #AFE3DB.


Background Color

.myBgColor { background-color: #AFE3DB; }

<div style="background-color:#AFE3DB">Inner text</div>

This div background color is #AFE3DB.


Border color

.myBorderColor { border: 1px solid #AFE3DB; }

<div style="border:3px solid #AFE3DB">Div</div>

This div border color is #AFE3DB.


Opacity

.myOpacity80 { color: #AFE3DB; opacity: 0.8; }

<p style="color:#AFE3DB;opacity:0.8;">80%</p>

Text with #AFE3DB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AFE3DB;}

<p style="text-shadow: 3px 3px 1px #AFE3DB">Text here.</p>

This text has shadow with #AFE3DB color.

.textShadow {text-shadow: 3px 3px 1px #AFE3DB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AFE3DB, 5px 5px 20px red">Text here.</p>

This text has shadow with #AFE3DB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AFE3DB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AFE3DB, Direction=45, Strength=4)">Text</p>

This text has shadow with #AFE3DB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AFE3DB;
  -webkit-box-shadow:	1px 1px 3px 2px #AFE3DB;
  box-shadow:		1px 1px 3px 2px #AFE3DB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AFE3DB;
-webkit-box-shadow: 1px 1px 3px 2px #AFE3DB;
box-shadow:1px 1px 3px 2px #AFE3DB;">
Div content here</div>
This div box has shadow with color #AFE3DB.

Preview

Color preview on black background

This text has color #AFE3DB on black background.


Color preview on white background

This text has color #AFE3DB on white background.



Black color preview on #AFE3DB background

This text has black color on #AFE3DB background.


White color preview on #AFE3DB background

This text has white color on #AFE3DB background.