COLOR #AFDDE5

HEX: #AFDDE5
RGB: (175,221,229)

Color info

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

RGB color model

#AFDDE5 color RGB value is (175,221,229).

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

RGB channels and saturation

R 175 of 255 = 69%
G 221 of 255 = 87%
B 229 of 255 = 90%

175
221
229

R + G + B ~ 82%. #AFDDE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 221 + 229 = 625 (100%)
R 175 of 625 ~ 28%
G 221 of 625 ~ 35.36%
B 229 of 625 ~ 36.64%

%28
%35.36
%36.64

CMYK color model

#AFDDE5 color CMYK value is (24,3,0,10).

  • cyan value is 23.58%
  • magenta value is 3.49%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(24,3,0,10)
C24M3Y0K10 
(24%,3%,0%,10%)
(0.24/0.03/0.00/0.10)	

CMYK percentages

%23.58
%3.49
%0
%10.2

Codes

Color #AFDDE5 in popluar color models

AFDDE5
RGB175221229
HSL189°50.94%79.22%
HSB/HSV189°23.58%89.80%
CMYK23.58%3.49%0.00%
10.20%

Color #AFDDE5 in popluar number systems.

HEXAFDDE5
Decimal175221229
Binary101011111101110111100101
Octal257335345

Shades and tints

Shades of #AFDDE5

#AFDDE5
(175,221,229)
#A0C9D1
(160,201,209)
#91B5BD
(145,181,189)
#82A1A9
(130,161,169)
#738D95
(115,141,149)
#647981
(100,121,129)
#55656D
(85,101,109)
#465159
(70,81,89)
#373D45
(55,61,69)
#282931
(40,41,49)
#19151D
(25,21,29)
#000000
(0,0,0)

Tints of #AFDDE5

#AFDDE5
(175,221,229)
#B6E0E7
(182,224,231)
#BDE3E9
(189,227,233)
#C4E6EB
(196,230,235)
#CBE9ED
(203,233,237)
#D2ECEF
(210,236,239)
#D9EFF1
(217,239,241)
#E0F2F3
(224,242,243)
#E7F5F5
(231,245,245)
#EEF8F7
(238,248,247)
#F5FBF9
(245,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFDDE5; }

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

This text font color is #AFDDE5.


Background Color

.myBgColor { background-color: #AFDDE5; }

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

This div background color is #AFDDE5.


Border color

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

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

This div border color is #AFDDE5.


Opacity

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

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

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

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

This text has shadow with #AFDDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDDE5 on black background.


Color preview on white background

This text has color #AFDDE5 on white background.



Black color preview on #AFDDE5 background

This text has black color on #AFDDE5 background.


White color preview on #AFDDE5 background

This text has white color on #AFDDE5 background.