COLOR #AFCDBB

HEX: #AFCDBB RGB: (175,205,187)

Color info

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

RGB color model

#AFCDBB color RGB value is (175,205,187).

RGB: (175,205,187) (69%, 80%, 73%)

RGB channels and saturation

R 175 of 255 = 69%
G 205 of 255 = 80%
B 187 of 255 = 73%

175
205
187

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

Portions of RGB colors in percentages

R + G + B = 175 + 205 + 187 = 567 (100%)
R 175 of 567 ~ 30.86%
G 205 of 567 ~ 36.16%
B 187 of 567 ~ 32.98'%

%30.86
%36.16
%32.98

CMYK color model

#AFCDBB color CMYK value is (15,0,9,20).

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

CMYK: (15,0,9,20)
C15M0Y9K20 (15%, 0%, 9%, 20%)
(0.15 / 0.00 / 0.09 / 0.20)

CMYK percentages

%14.63
%0
%8.78
%19.61

Codes

Color #AFCDBB in popluar color models

AF CD BB
RGB 175 205 187
HSL 144° 23.08% 74.51%
HSB/HSV 144° 14.63% 80.39%
CMYK 14.63% 0.00% 8.78%
19.61%

Color #AFCDBB in popluar number systems.

HEX AF CD BB
Decimal 175 205 187
Binary 10101111 11001101 10111011
Octal 257 315 273

Shades and tints

Shades of #AFCDBB

#AFCDBB
(175,205,187)
#A0BBAA
(160,187,170)
#91A999
(145,169,153)
#829788
(130,151,136)
#738577
(115,133,119)
#647366
(100,115,102)
#556155
(85,97,85)
#464F44
(70,79,68)
#373D33
(55,61,51)
#282B22
(40,43,34)
#191911
(25,25,17)
#000000
(0,0,0)

Tints of #AFCDBB

#AFCDBB
(175,205,187)
#B6D1C1
(182,209,193)
#BDD5C7
(189,213,199)
#C4D9CD
(196,217,205)
#CBDDD3
(203,221,211)
#D2E1D9
(210,225,217)
#D9E5DF
(217,229,223)
#E0E9E5
(224,233,229)
#E7EDEB
(231,237,235)
#EEF1F1
(238,241,241)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCDBB; }

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

This text font color is #AFCDBB.

Background Color

.myBgColor { background-color: #AFCDBB; }

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

This div background color is #AFCDBB.

Border color

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

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

This div border color is #AFCDBB.

Opacity

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

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

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

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

This text has shadow with #AFCDBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCDBB.

Preview

Color preview on black background

This text has color #AFCDBB on black background.


Color preview on white background

This text has color #AFCDBB on white background.


Black color preview on #AFCDBB background

This text has black color on #AFCDBB background.


White color preview on #AFCDBB background

This text has white color on #AFCDBB background.


Related colors

Complementary color

Complementary color for #hex is #503244.


I love getcolorcode.com

Triadic colors

1 #BBAFCD and #CDBBAF with #AFCDBB are triadic colors.

2 #BBCDAF and #CDAFBB with #AFCDBB are triadic colors.