COLOR #AFDEEC

HEX: #AFDEEC RGB: (175,222,236)

Color info

#AFDEEC contains mainly green and blue colors. Web safe color of #AFDEEC is #99CCFF (or #9CF).

RGB color model

#AFDEEC color RGB value is (175,222,236).

RGB: (175,222,236) (69%, 87%, 93%)

RGB channels and saturation

R 175 of 255 = 69%
G 222 of 255 = 87%
B 236 of 255 = 93%

175
222
236

R + G + B ~ 83%. #AFDEEC is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 222 + 236 = 633 (100%)
R 175 of 633 ~ 27.65%
G 222 of 633 ~ 35.07%
B 236 of 633 ~ 37.28'%

%27.65
%35.07
%37.28

CMYK color model

#AFDEEC color CMYK value is (26,6,0,7).

  • cyan value is 25.85%
  • magenta value is 5.93%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (26,6,0,7)
C26M6Y0K7 (26%, 6%, 0%, 7%)
(0.26 / 0.06 / 0.00 / 0.07)

CMYK percentages

%25.85
%5.93
%0
%7.45

Codes

Color #AFDEEC in popluar color models

AF DE EC
RGB 175 222 236
HSL 194° 61.62% 80.59%
HSB/HSV 194° 25.85% 92.55%
CMYK 25.85% 5.93% 0.00%
7.45%

Color #AFDEEC in popluar number systems.

HEX AF DE EC
Decimal 175 222 236
Binary 10101111 11011110 11101100
Octal 257 336 354

Shades and tints

Shades of #AFDEEC

#AFDEEC
(175,222,236)
#A0CAD7
(160,202,215)
#91B6C2
(145,182,194)
#82A2AD
(130,162,173)
#738E98
(115,142,152)
#647A83
(100,122,131)
#55666E
(85,102,110)
#465259
(70,82,89)
#373E44
(55,62,68)
#282A2F
(40,42,47)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #AFDEEC

#AFDEEC
(175,222,236)
#B6E1ED
(182,225,237)
#BDE4EE
(189,228,238)
#C4E7EF
(196,231,239)
#CBEAF0
(203,234,240)
#D2EDF1
(210,237,241)
#D9F0F2
(217,240,242)
#E0F3F3
(224,243,243)
#E7F6F4
(231,246,244)
#EEF9F5
(238,249,245)
#F5FCF6
(245,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFDEEC color. Also use rgb(175,222,236) instead hex code.

Text Font Color

.myTextColor { color: #AFDEEC; }

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

This text font color is #AFDEEC.

Background Color

.myBgColor { background-color: #AFDEEC; }

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

This div background color is #AFDEEC.

Border color

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

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

This div border color is #AFDEEC.

Opacity

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

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

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

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

This text has shadow with #AFDEEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFDEEC.

Preview

Color preview on black background

This text has color #AFDEEC on black background.


Color preview on white background

This text has color #AFDEEC on white background.


Black color preview on #AFDEEC background

This text has black color on #AFDEEC background.


White color preview on #AFDEEC background

This text has white color on #AFDEEC background.


Related colors

Complementary color

Complementary color for #hex is #502113.


I love getcolorcode.com

Triadic colors

1 #ECAFDE and #DEECAF with #AFDEEC are triadic colors.

2 #ECDEAF and #DEAFEC with #AFDEEC are triadic colors.