COLOR #AFCADD

HEX: #AFCADD
RGB: (175,202,221)

Color info

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

RGB color model

#AFCADD color RGB value is (175,202,221).

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

RGB channels and saturation

R 175 of 255 = 69%
G 202 of 255 = 79%
B 221 of 255 = 87%

175
202
221

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

Portions of RGB colors in percentages

R + G + B =
175 + 202 + 221 = 598 (100%)
R 175 of 598 ~ 29.26%
G 202 of 598 ~ 33.78%
B 221 of 598 ~ 36.96%

%29.26
%33.78
%36.96

CMYK color model

#AFCADD color CMYK value is (21,9,0,13).

  • cyan value is 20.81%
  • magenta value is 8.60%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(21,9,0,13)
C21M9Y0K13 
(21%,9%,0%,13%)
(0.21/0.09/0.00/0.13)	

CMYK percentages

%20.81
%8.6
%0
%13.33

Codes

Color #AFCADD in popluar color models

AFCADD
RGB175202221
HSL205°40.35%77.65%
HSB/HSV205°20.81%86.67%
CMYK20.81%8.60%0.00%
13.33%

Color #AFCADD in popluar number systems.

HEXAFCADD
Decimal175202221
Binary101011111100101011011101
Octal257312335

Shades and tints

Shades of #AFCADD

#AFCADD
(175,202,221)
#A0B8C9
(160,184,201)
#91A6B5
(145,166,181)
#8294A1
(130,148,161)
#73828D
(115,130,141)
#647079
(100,112,121)
#555E65
(85,94,101)
#464C51
(70,76,81)
#373A3D
(55,58,61)
#282829
(40,40,41)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #AFCADD

#AFCADD
(175,202,221)
#B6CEE0
(182,206,224)
#BDD2E3
(189,210,227)
#C4D6E6
(196,214,230)
#CBDAE9
(203,218,233)
#D2DEEC
(210,222,236)
#D9E2EF
(217,226,239)
#E0E6F2
(224,230,242)
#E7EAF5
(231,234,245)
#EEEEF8
(238,238,248)
#F5F2FB
(245,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCADD; }

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

This text font color is #AFCADD.


Background Color

.myBgColor { background-color: #AFCADD; }

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

This div background color is #AFCADD.


Border color

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

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

This div border color is #AFCADD.


Opacity

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

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

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

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

This text has shadow with #AFCADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCADD on black background.


Color preview on white background

This text has color #AFCADD on white background.



Black color preview on #AFCADD background

This text has black color on #AFCADD background.


White color preview on #AFCADD background

This text has white color on #AFCADD background.