COLOR #AFD9E5

HEX: #AFD9E5
RGB: (175,217,229)

Color info

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

RGB color model

#AFD9E5 color RGB value is (175,217,229).

  • red value is 175;
  • green value is 217;
  • blue value is 229.
RGB:
(175,217,229)
(69%,85%,90%)

RGB channels and saturation

R 175 of 255 = 69%
G 217 of 255 = 85%
B 229 of 255 = 90%

175
217
229

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

Portions of RGB colors in percentages

R + G + B =
175 + 217 + 229 = 621 (100%)
R 175 of 621 ~ 28.18%
G 217 of 621 ~ 34.94%
B 229 of 621 ~ 36.88%

%28.18
%34.94
%36.88

CMYK color model

#AFD9E5 color CMYK value is (24,5,0,10).

  • cyan value is 23.58%
  • magenta value is 5.24%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(24,5,0,10)
C24M5Y0K10 
(24%,5%,0%,10%)
(0.24/0.05/0.00/0.10)	

CMYK percentages

%23.58
%5.24
%0
%10.2

Codes

Color #AFD9E5 in popluar color models

AFD9E5
RGB175217229
HSL193°50.94%79.22%
HSB/HSV193°23.58%89.80%
CMYK23.58%5.24%0.00%
10.20%

Color #AFD9E5 in popluar number systems.

HEXAFD9E5
Decimal175217229
Binary101011111101100111100101
Octal257331345

Shades and tints

Shades of #AFD9E5

#AFD9E5
(175,217,229)
#A0C6D1
(160,198,209)
#91B3BD
(145,179,189)
#82A0A9
(130,160,169)
#738D95
(115,141,149)
#647A81
(100,122,129)
#55676D
(85,103,109)
#465459
(70,84,89)
#374145
(55,65,69)
#282E31
(40,46,49)
#191B1D
(25,27,29)
#000000
(0,0,0)

Tints of #AFD9E5

#AFD9E5
(175,217,229)
#B6DCE7
(182,220,231)
#BDDFE9
(189,223,233)
#C4E2EB
(196,226,235)
#CBE5ED
(203,229,237)
#D2E8EF
(210,232,239)
#D9EBF1
(217,235,241)
#E0EEF3
(224,238,243)
#E7F1F5
(231,241,245)
#EEF4F7
(238,244,247)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD9E5 color. Also use rgb(175,217,229) instead hex code.

Text Font Color

.myTextColor { color: #AFD9E5; }

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

This text font color is #AFD9E5.


Background Color

.myBgColor { background-color: #AFD9E5; }

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

This div background color is #AFD9E5.


Border color

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

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

This div border color is #AFD9E5.


Opacity

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

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

Text with #AFD9E5 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 #AFD9E5;}

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

This text has shadow with #AFD9E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD9E5 on black background.


Color preview on white background

This text has color #AFD9E5 on white background.



Black color preview on #AFD9E5 background

This text has black color on #AFD9E5 background.


White color preview on #AFD9E5 background

This text has white color on #AFD9E5 background.