COLOR #AFCBB5

HEX: #AFCBB5 RGB: (175,203,181)

Color info

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

RGB color model

#AFCBB5 color RGB value is (175,203,181).

RGB: (175,203,181) (69%, 80%, 71%)

RGB channels and saturation

R 175 of 255 = 69%
G 203 of 255 = 80%
B 181 of 255 = 71%

175
203
181

R + G + B ~ 73%. #AFCBB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 203 + 181 = 559 (100%)
R 175 of 559 ~ 31.31%
G 203 of 559 ~ 36.31%
B 181 of 559 ~ 32.38'%

%31.31
%36.31
%32.38

CMYK color model

#AFCBB5 color CMYK value is (14,0,11,20).

  • cyan value is 13.79%
  • magenta value is 0.00%
  • yellow value is 10.84%
  • key color value is 20.39%
CMYK: (14,0,11,20) C14M0Y11K20 (14%,0%,11%,20%) (0.14/0.00/0.11/0.20) 

CMYK percentages

%13.79
%0
%10.84
%20.39

Codes

Color #AFCBB5 in popluar color models

AF CB B5
RGB 175 203 181
HSL 133° 21.21% 74.12%
HSB/HSV 133° 13.79% 79.61%
CMYK 13.79% 0.00% 10.84%
20.39%

Color #AFCBB5 in popluar number systems.

HEX AF CB B5
Decimal 175 203 181
Binary 10101111 11001011 10110101
Octal 257 313 265

Shades and tints

Shades of #AFCBB5

#AFCBB5
(175,203,181)
#A0B9A5
(160,185,165)
#91A795
(145,167,149)
#829585
(130,149,133)
#738375
(115,131,117)
#647165
(100,113,101)
#555F55
(85,95,85)
#464D45
(70,77,69)
#373B35
(55,59,53)
#282925
(40,41,37)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #AFCBB5

#AFCBB5
(175,203,181)
#B6CFBB
(182,207,187)
#BDD3C1
(189,211,193)
#C4D7C7
(196,215,199)
#CBDBCD
(203,219,205)
#D2DFD3
(210,223,211)
#D9E3D9
(217,227,217)
#E0E7DF
(224,231,223)
#E7EBE5
(231,235,229)
#EEEFEB
(238,239,235)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFCBB5 color. Also use rgb(175,203,181) instead hex code.

Text Font Color

.myTextColor { color: #AFCBB5; }

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

This text font color is #AFCBB5.

Background Color

.myBgColor { background-color: #AFCBB5; }

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

This div background color is #AFCBB5.

Border color

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

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

This div border color is #AFCBB5.

Opacity

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

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

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

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

This text has shadow with #AFCBB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCBB5.

Preview

Color preview on black background

This text has color #AFCBB5 on black background.


Color preview on white background

This text has color #AFCBB5 on white background.


Black color preview on #AFCBB5 background

This text has black color on #AFCBB5 background.


White color preview on #AFCBB5 background

This text has white color on #AFCBB5 background.


Related colors

Complementary color

Complementary color for #hex is #50344A.


I love getcolorcode.com

Triadic colors

1 #B5AFCB and #CBB5AF with #AFCBB5 are triadic colors.

2 #B5CBAF and #CBAFB5 with #AFCBB5 are triadic colors.