COLOR #AFCDC8

HEX: #AFCDC8 RGB: (175,205,200)

Color info

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

RGB color model

#AFCDC8 color RGB value is (175,205,200).

RGB: (175,205,200) (69%, 80%, 78%)

RGB channels and saturation

R 175 of 255 = 69%
G 205 of 255 = 80%
B 200 of 255 = 78%

175
205
200

R + G + B ~ 76%. #AFCDC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 205 + 200 = 580 (100%)
R 175 of 580 ~ 30.17%
G 205 of 580 ~ 35.34%
B 200 of 580 ~ 34.48'%

%30.17
%35.34
%34.48

CMYK color model

#AFCDC8 color CMYK value is (15,0,2,20).

  • cyan value is 14.63%
  • magenta value is 0.00%
  • yellow value is 2.44%
  • key color value is 19.61%

CMYK: (15,0,2,20)
C15M0Y2K20 (15%, 0%, 2%, 20%)
(0.15 / 0.00 / 0.02 / 0.20)

CMYK percentages

%14.63
%0
%2.44
%19.61

Codes

Color #AFCDC8 in popluar color models

AF CD C8
RGB 175 205 200
HSL 170° 23.08% 74.51%
HSB/HSV 170° 14.63% 80.39%
CMYK 14.63% 0.00% 2.44%
19.61%

Color #AFCDC8 in popluar number systems.

HEX AF CD C8
Decimal 175 205 200
Binary 10101111 11001101 11001000
Octal 257 315 310

Shades and tints

Shades of #AFCDC8

#AFCDC8
(175,205,200)
#A0BBB6
(160,187,182)
#91A9A4
(145,169,164)
#829792
(130,151,146)
#738580
(115,133,128)
#64736E
(100,115,110)
#55615C
(85,97,92)
#464F4A
(70,79,74)
#373D38
(55,61,56)
#282B26
(40,43,38)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #AFCDC8

#AFCDC8
(175,205,200)
#B6D1CD
(182,209,205)
#BDD5D2
(189,213,210)
#C4D9D7
(196,217,215)
#CBDDDC
(203,221,220)
#D2E1E1
(210,225,225)
#D9E5E6
(217,229,230)
#E0E9EB
(224,233,235)
#E7EDF0
(231,237,240)
#EEF1F5
(238,241,245)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCDC8; }

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

This text font color is #AFCDC8.

Background Color

.myBgColor { background-color: #AFCDC8; }

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

This div background color is #AFCDC8.

Border color

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

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

This div border color is #AFCDC8.

Opacity

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

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

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

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

This text has shadow with #AFCDC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCDC8.

Preview

Color preview on black background

This text has color #AFCDC8 on black background.


Color preview on white background

This text has color #AFCDC8 on white background.


Black color preview on #AFCDC8 background

This text has black color on #AFCDC8 background.


White color preview on #AFCDC8 background

This text has white color on #AFCDC8 background.


Related colors

Complementary color

Complementary color for #hex is #503237.


I love getcolorcode.com

Triadic colors

1 #C8AFCD and #CDC8AF with #AFCDC8 are triadic colors.

2 #C8CDAF and #CDAFC8 with #AFCDC8 are triadic colors.