COLOR #AFD8E1

HEX: #AFD8E1
RGB: (175,216,225)

Color info

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

RGB color model

#AFD8E1 color RGB value is (175,216,225).

  • red value is 175;
  • green value is 216;
  • blue value is 225.
RGB:
(175,216,225)
(69%,85%,88%)

RGB channels and saturation

R 175 of 255 = 69%
G 216 of 255 = 85%
B 225 of 255 = 88%

175
216
225

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

Portions of RGB colors in percentages

R + G + B =
175 + 216 + 225 = 616 (100%)
R 175 of 616 ~ 28.41%
G 216 of 616 ~ 35.06%
B 225 of 616 ~ 36.53%

%28.41
%35.06
%36.53

CMYK color model

#AFD8E1 color CMYK value is (22,4,0,12).

  • cyan value is 22.22%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(22,4,0,12)
C22M4Y0K12 
(22%,4%,0%,12%)
(0.22/0.04/0.00/0.12)	

CMYK percentages

%22.22
%4
%0
%11.76

Codes

Color #AFD8E1 in popluar color models

AFD8E1
RGB175216225
HSL191°45.45%78.43%
HSB/HSV191°22.22%88.24%
CMYK22.22%4.00%0.00%
11.76%

Color #AFD8E1 in popluar number systems.

HEXAFD8E1
Decimal175216225
Binary101011111101100011100001
Octal257330341

Shades and tints

Shades of #AFD8E1

#AFD8E1
(175,216,225)
#A0C5CD
(160,197,205)
#91B2B9
(145,178,185)
#829FA5
(130,159,165)
#738C91
(115,140,145)
#64797D
(100,121,125)
#556669
(85,102,105)
#465355
(70,83,85)
#374041
(55,64,65)
#282D2D
(40,45,45)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #AFD8E1

#AFD8E1
(175,216,225)
#B6DBE3
(182,219,227)
#BDDEE5
(189,222,229)
#C4E1E7
(196,225,231)
#CBE4E9
(203,228,233)
#D2E7EB
(210,231,235)
#D9EAED
(217,234,237)
#E0EDEF
(224,237,239)
#E7F0F1
(231,240,241)
#EEF3F3
(238,243,243)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD8E1 color. Also use rgb(175,216,225) instead hex code.

Text Font Color

.myTextColor { color: #AFD8E1; }

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

This text font color is #AFD8E1.


Background Color

.myBgColor { background-color: #AFD8E1; }

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

This div background color is #AFD8E1.


Border color

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

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

This div border color is #AFD8E1.


Opacity

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

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

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

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

This text has shadow with #AFD8E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD8E1 on black background.


Color preview on white background

This text has color #AFD8E1 on white background.



Black color preview on #AFD8E1 background

This text has black color on #AFD8E1 background.


White color preview on #AFD8E1 background

This text has white color on #AFD8E1 background.