COLOR #CBC9AB

HEX: #CBC9AB RGB: (203,201,171)

Color info

#CBC9AB contains red, green and blue colors in about the same proportion. Web safe color of #CBC9AB is #CCCC99 (or #CC9).

RGB color model

#CBC9AB color RGB value is (203,201,171).

RGB: (203,201,171) (80%, 79%, 67%)

RGB channels and saturation

R 203 of 255 = 80%
G 201 of 255 = 79%
B 171 of 255 = 67%

203
201
171

R + G + B ~ 75%. #CBC9AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 203 + 201 + 171 = 575 (100%)
R 203 of 575 ~ 35.3%
G 201 of 575 ~ 34.96%
B 171 of 575 ~ 29.74'%

%35.3
%34.96
%29.74

CMYK color model

#CBC9AB color CMYK value is (0,1,16,20).

  • cyan value is 0.00%
  • magenta value is 0.99%
  • yellow value is 15.76%
  • key color value is 20.39%

CMYK: (0,1,16,20)
C0M1Y16K20 (0%, 1%, 16%, 20%)
(0.00 / 0.01 / 0.16 / 0.20)

CMYK percentages

%0
%0.99
%15.76
%20.39

Codes

Color #CBC9AB in popluar color models

CB C9 AB
RGB 203 201 171
HSL 56° 23.53% 73.33%
HSB/HSV 56° 15.76% 79.61%
CMYK 0.00% 0.99% 15.76%
20.39%

Color #CBC9AB in popluar number systems.

HEX CB C9 AB
Decimal 203 201 171
Binary 11001011 11001001 10101011
Octal 313 311 253

Shades and tints

Shades of #CBC9AB

#CBC9AB
(203,201,171)
#B9B79C
(185,183,156)
#A7A58D
(167,165,141)
#95937E
(149,147,126)
#83816F
(131,129,111)
#716F60
(113,111,96)
#5F5D51
(95,93,81)
#4D4B42
(77,75,66)
#3B3933
(59,57,51)
#292724
(41,39,36)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #CBC9AB

#CBC9AB
(203,201,171)
#CFCDB2
(207,205,178)
#D3D1B9
(211,209,185)
#D7D5C0
(215,213,192)
#DBD9C7
(219,217,199)
#DFDDCE
(223,221,206)
#E3E1D5
(227,225,213)
#E7E5DC
(231,229,220)
#EBE9E3
(235,233,227)
#EFEDEA
(239,237,234)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBC9AB color. Also use rgb(203,201,171) instead hex code.

Text Font Color

.myTextColor { color: #CBC9AB; }

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

This text font color is #CBC9AB.

Background Color

.myBgColor { background-color: #CBC9AB; }

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

This div background color is #CBC9AB.

Border color

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

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

This div border color is #CBC9AB.

Opacity

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

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

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

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

This text has shadow with #CBC9AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBC9AB.

Preview

Color preview on black background

This text has color #CBC9AB on black background.


Color preview on white background

This text has color #CBC9AB on white background.


Black color preview on #CBC9AB background

This text has black color on #CBC9AB background.


White color preview on #CBC9AB background

This text has white color on #CBC9AB background.


Related colors

Complementary color

Complementary color for #hex is #343654.


I love getcolorcode.com

Triadic colors

1 #ABCBC9 and #C9ABCB with #CBC9AB are triadic colors.

2 #ABC9CB and #C9CBAB with #CBC9AB are triadic colors.