COLOR #AFCADC

HEX: #AFCADC RGB: (175,202,220)

Color info

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

RGB color model

#AFCADC color RGB value is (175,202,220).

RGB: (175,202,220) (69%, 79%, 86%)

RGB channels and saturation

R 175 of 255 = 69%
G 202 of 255 = 79%
B 220 of 255 = 86%

175
202
220

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

Portions of RGB colors in percentages

R + G + B = 175 + 202 + 220 = 597 (100%)
R 175 of 597 ~ 29.31%
G 202 of 597 ~ 33.84%
B 220 of 597 ~ 36.85'%

%29.31
%33.84
%36.85

CMYK color model

#AFCADC color CMYK value is (20,8,0,14).

  • cyan value is 20.45%
  • magenta value is 8.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (20,8,0,14) C20M8Y0K14 (20%,8%,0%,14%) (0.20/0.08/0.00/0.14) 

CMYK percentages

%20.45
%8.18
%0
%13.73

Codes

Color #AFCADC in popluar color models

AF CA DC
RGB 175 202 220
HSL 204° 39.13% 77.45%
HSB/HSV 204° 20.45% 86.27%
CMYK 20.45% 8.18% 0.00%
13.73%

Color #AFCADC in popluar number systems.

HEX AF CA DC
Decimal 175 202 220
Binary 10101111 11001010 11011100
Octal 257 312 334

Shades and tints

Shades of #AFCADC

#AFCADC
(175,202,220)
#A0B8C8
(160,184,200)
#91A6B4
(145,166,180)
#8294A0
(130,148,160)
#73828C
(115,130,140)
#647078
(100,112,120)
#555E64
(85,94,100)
#464C50
(70,76,80)
#373A3C
(55,58,60)
#282828
(40,40,40)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #AFCADC

#AFCADC
(175,202,220)
#B6CEDF
(182,206,223)
#BDD2E2
(189,210,226)
#C4D6E5
(196,214,229)
#CBDAE8
(203,218,232)
#D2DEEB
(210,222,235)
#D9E2EE
(217,226,238)
#E0E6F1
(224,230,241)
#E7EAF4
(231,234,244)
#EEEEF7
(238,238,247)
#F5F2FA
(245,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCADC; }

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

This text font color is #AFCADC.

Background Color

.myBgColor { background-color: #AFCADC; }

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

This div background color is #AFCADC.

Border color

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

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

This div border color is #AFCADC.

Opacity

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

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

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

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

This text has shadow with #AFCADC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCADC.

Preview

Color preview on black background

This text has color #AFCADC on black background.


Color preview on white background

This text has color #AFCADC on white background.


Black color preview on #AFCADC background

This text has black color on #AFCADC background.


White color preview on #AFCADC background

This text has white color on #AFCADC background.


Related colors

Complementary color

Complementary color for #hex is #503523.


I love getcolorcode.com

Triadic colors

1 #DCAFCA and #CADCAF with #AFCADC are triadic colors.

2 #DCCAAF and #CAAFDC with #AFCADC are triadic colors.