COLOR #AFDEE4

HEX: #AFDEE4
RGB: (175,222,228)

Color info

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

RGB color model

#AFDEE4 color RGB value is (175,222,228).

  • red value is 175;
  • green value is 222;
  • blue value is 228.
RGB:
(175,222,228)
(69%,87%,89%)

RGB channels and saturation

R 175 of 255 = 69%
G 222 of 255 = 87%
B 228 of 255 = 89%

175
222
228

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

Portions of RGB colors in percentages

R + G + B =
175 + 222 + 228 = 625 (100%)
R 175 of 625 ~ 28%
G 222 of 625 ~ 35.52%
B 228 of 625 ~ 36.48%

%28
%35.52
%36.48

CMYK color model

#AFDEE4 color CMYK value is (23,3,0,11).

  • cyan value is 23.25%
  • magenta value is 2.63%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(23,3,0,11)
C23M3Y0K11 
(23%,3%,0%,11%)
(0.23/0.03/0.00/0.11)	

CMYK percentages

%23.25
%2.63
%0
%10.59

Codes

Color #AFDEE4 in popluar color models

AFDEE4
RGB175222228
HSL187°49.53%79.02%
HSB/HSV187°23.25%89.41%
CMYK23.25%2.63%0.00%
10.59%

Color #AFDEE4 in popluar number systems.

HEXAFDEE4
Decimal175222228
Binary101011111101111011100100
Octal257336344

Shades and tints

Shades of #AFDEE4

#AFDEE4
(175,222,228)
#A0CAD0
(160,202,208)
#91B6BC
(145,182,188)
#82A2A8
(130,162,168)
#738E94
(115,142,148)
#647A80
(100,122,128)
#55666C
(85,102,108)
#465258
(70,82,88)
#373E44
(55,62,68)
#282A30
(40,42,48)
#19161C
(25,22,28)
#000000
(0,0,0)

Tints of #AFDEE4

#AFDEE4
(175,222,228)
#B6E1E6
(182,225,230)
#BDE4E8
(189,228,232)
#C4E7EA
(196,231,234)
#CBEAEC
(203,234,236)
#D2EDEE
(210,237,238)
#D9F0F0
(217,240,240)
#E0F3F2
(224,243,242)
#E7F6F4
(231,246,244)
#EEF9F6
(238,249,246)
#F5FCF8
(245,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFDEE4; }

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

This text font color is #AFDEE4.


Background Color

.myBgColor { background-color: #AFDEE4; }

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

This div background color is #AFDEE4.


Border color

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

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

This div border color is #AFDEE4.


Opacity

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

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

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

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

This text has shadow with #AFDEE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDEE4 on black background.


Color preview on white background

This text has color #AFDEE4 on white background.



Black color preview on #AFDEE4 background

This text has black color on #AFDEE4 background.


White color preview on #AFDEE4 background

This text has white color on #AFDEE4 background.