COLOR #AFCDBC

HEX: #AFCDBC RGB: (175,205,188)

Color info

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

RGB color model

#AFCDBC color RGB value is (175,205,188).

RGB: (175,205,188) (69%, 80%, 74%)

RGB channels and saturation

R 175 of 255 = 69%
G 205 of 255 = 80%
B 188 of 255 = 74%

175
205
188

R + G + B ~ 74%. #AFCDBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 205 + 188 = 568 (100%)
R 175 of 568 ~ 30.81%
G 205 of 568 ~ 36.09%
B 188 of 568 ~ 33.1'%

%30.81
%36.09
%33.1

CMYK color model

#AFCDBC color CMYK value is (15,0,8,20).

  • cyan value is 14.63%
  • magenta value is 0.00%
  • yellow value is 8.29%
  • key color value is 19.61%
CMYK: (15,0,8,20) C15M0Y8K20 (15%,0%,8%,20%) (0.15/0.00/0.08/0.20) 

CMYK percentages

%14.63
%0
%8.29
%19.61

Codes

Color #AFCDBC in popluar color models

AF CD BC
RGB 175 205 188
HSL 146° 23.08% 74.51%
HSB/HSV 146° 14.63% 80.39%
CMYK 14.63% 0.00% 8.29%
19.61%

Color #AFCDBC in popluar number systems.

HEX AF CD BC
Decimal 175 205 188
Binary 10101111 11001101 10111100
Octal 257 315 274

Shades and tints

Shades of #AFCDBC

#AFCDBC
(175,205,188)
#A0BBAB
(160,187,171)
#91A99A
(145,169,154)
#829789
(130,151,137)
#738578
(115,133,120)
#647367
(100,115,103)
#556156
(85,97,86)
#464F45
(70,79,69)
#373D34
(55,61,52)
#282B23
(40,43,35)
#191912
(25,25,18)
#000000
(0,0,0)

Tints of #AFCDBC

#AFCDBC
(175,205,188)
#B6D1C2
(182,209,194)
#BDD5C8
(189,213,200)
#C4D9CE
(196,217,206)
#CBDDD4
(203,221,212)
#D2E1DA
(210,225,218)
#D9E5E0
(217,229,224)
#E0E9E6
(224,233,230)
#E7EDEC
(231,237,236)
#EEF1F2
(238,241,242)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCDBC; }

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

This text font color is #AFCDBC.

Background Color

.myBgColor { background-color: #AFCDBC; }

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

This div background color is #AFCDBC.

Border color

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

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

This div border color is #AFCDBC.

Opacity

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

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

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

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

This text has shadow with #AFCDBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCDBC.

Preview

Color preview on black background

This text has color #AFCDBC on black background.


Color preview on white background

This text has color #AFCDBC on white background.


Black color preview on #AFCDBC background

This text has black color on #AFCDBC background.


White color preview on #AFCDBC background

This text has white color on #AFCDBC background.


Related colors

Complementary color

Complementary color for #hex is #503243.


I love getcolorcode.com

Triadic colors

1 #BCAFCD and #CDBCAF with #AFCDBC are triadic colors.

2 #BCCDAF and #CDAFBC with #AFCDBC are triadic colors.