COLOR #AFC8DD

HEX: #AFC8DD
RGB: (175,200,221)

Color info

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

RGB color model

#AFC8DD color RGB value is (175,200,221).

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

RGB channels and saturation

R 175 of 255 = 69%
G 200 of 255 = 78%
B 221 of 255 = 87%

175
200
221

R + G + B ~ 78%. #AFC8DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 200 + 221 = 596 (100%)
R 175 of 596 ~ 29.36%
G 200 of 596 ~ 33.56%
B 221 of 596 ~ 37.08%

%29.36
%33.56
%37.08

CMYK color model

#AFC8DD color CMYK value is (21,10,0,13).

  • cyan value is 20.81%
  • magenta value is 9.50%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(21,10,0,13)
C21M10Y0K13 
(21%,10%,0%,13%)
(0.21/0.10/0.00/0.13)	

CMYK percentages

%20.81
%9.5
%0
%13.33

Codes

Color #AFC8DD in popluar color models

AFC8DD
RGB175200221
HSL207°40.35%77.65%
HSB/HSV207°20.81%86.67%
CMYK20.81%9.50%0.00%
13.33%

Color #AFC8DD in popluar number systems.

HEXAFC8DD
Decimal175200221
Binary101011111100100011011101
Octal257310335

Shades and tints

Shades of #AFC8DD

#AFC8DD
(175,200,221)
#A0B6C9
(160,182,201)
#91A4B5
(145,164,181)
#8292A1
(130,146,161)
#73808D
(115,128,141)
#646E79
(100,110,121)
#555C65
(85,92,101)
#464A51
(70,74,81)
#37383D
(55,56,61)
#282629
(40,38,41)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #AFC8DD

#AFC8DD
(175,200,221)
#B6CDE0
(182,205,224)
#BDD2E3
(189,210,227)
#C4D7E6
(196,215,230)
#CBDCE9
(203,220,233)
#D2E1EC
(210,225,236)
#D9E6EF
(217,230,239)
#E0EBF2
(224,235,242)
#E7F0F5
(231,240,245)
#EEF5F8
(238,245,248)
#F5FAFB
(245,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC8DD; }

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

This text font color is #AFC8DD.


Background Color

.myBgColor { background-color: #AFC8DD; }

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

This div background color is #AFC8DD.


Border color

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

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

This div border color is #AFC8DD.


Opacity

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

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

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

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

This text has shadow with #AFC8DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC8DD on black background.


Color preview on white background

This text has color #AFC8DD on white background.



Black color preview on #AFC8DD background

This text has black color on #AFC8DD background.


White color preview on #AFC8DD background

This text has white color on #AFC8DD background.