COLOR #CBB9AA

HEX: #CBB9AA RGB: (203,185,170)

Color info

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

RGB color model

#CBB9AA color RGB value is (203,185,170).

RGB: (203,185,170) (80%, 73%, 67%)

RGB channels and saturation

R 203 of 255 = 80%
G 185 of 255 = 73%
B 170 of 255 = 67%

203
185
170

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

Portions of RGB colors in percentages

R + G + B = 203 + 185 + 170 = 558 (100%)
R 203 of 558 ~ 36.38%
G 185 of 558 ~ 33.15%
B 170 of 558 ~ 30.47'%

%36.38
%33.15
%30.47

CMYK color model

#CBB9AA color CMYK value is (0,9,16,20).

  • cyan value is 0.00%
  • magenta value is 8.87%
  • yellow value is 16.26%
  • key color value is 20.39%
CMYK: (0,9,16,20) C0M9Y16K20 (0%,9%,16%,20%) (0.00/0.09/0.16/0.20) 

CMYK percentages

%0
%8.87
%16.26
%20.39

Codes

Color #CBB9AA in popluar color models

CB B9 AA
RGB 203 185 170
HSL 27° 24.09% 73.14%
HSB/HSV 27° 16.26% 79.61%
CMYK 0.00% 8.87% 16.26%
20.39%

Color #CBB9AA in popluar number systems.

HEX CB B9 AA
Decimal 203 185 170
Binary 11001011 10111001 10101010
Octal 313 271 252

Shades and tints

Shades of #CBB9AA

#CBB9AA
(203,185,170)
#B9A99B
(185,169,155)
#A7998C
(167,153,140)
#95897D
(149,137,125)
#83796E
(131,121,110)
#71695F
(113,105,95)
#5F5950
(95,89,80)
#4D4941
(77,73,65)
#3B3932
(59,57,50)
#292923
(41,41,35)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #CBB9AA

#CBB9AA
(203,185,170)
#CFBFB1
(207,191,177)
#D3C5B8
(211,197,184)
#D7CBBF
(215,203,191)
#DBD1C6
(219,209,198)
#DFD7CD
(223,215,205)
#E3DDD4
(227,221,212)
#E7E3DB
(231,227,219)
#EBE9E2
(235,233,226)
#EFEFE9
(239,239,233)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBB9AA color. Also use rgb(203,185,170) instead hex code.

Text Font Color

.myTextColor { color: #CBB9AA; }

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

This text font color is #CBB9AA.

Background Color

.myBgColor { background-color: #CBB9AA; }

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

This div background color is #CBB9AA.

Border color

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

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

This div border color is #CBB9AA.

Opacity

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

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

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

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

This text has shadow with #CBB9AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBB9AA.

Preview

Color preview on black background

This text has color #CBB9AA on black background.


Color preview on white background

This text has color #CBB9AA on white background.


Black color preview on #CBB9AA background

This text has black color on #CBB9AA background.


White color preview on #CBB9AA background

This text has white color on #CBB9AA background.


Related colors

Complementary color

Complementary color for #hex is #344655.


I love getcolorcode.com

Triadic colors

1 #AACBB9 and #B9AACB with #CBB9AA are triadic colors.

2 #AAB9CB and #B9CBAA with #CBB9AA are triadic colors.