COLOR #CBB6AA

HEX: #CBB6AA RGB: (203,182,170)

Color info

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

RGB color model

#CBB6AA color RGB value is (203,182,170).

RGB: (203,182,170) (80%, 71%, 67%)

RGB channels and saturation

R 203 of 255 = 80%
G 182 of 255 = 71%
B 170 of 255 = 67%

203
182
170

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

Portions of RGB colors in percentages

R + G + B = 203 + 182 + 170 = 555 (100%)
R 203 of 555 ~ 36.58%
G 182 of 555 ~ 32.79%
B 170 of 555 ~ 30.63'%

%36.58
%32.79
%30.63

CMYK color model

#CBB6AA color CMYK value is (0,10,16,20).

  • cyan value is 0.00%
  • magenta value is 10.34%
  • yellow value is 16.26%
  • key color value is 20.39%

CMYK: (0,10,16,20)
C0M10Y16K20 (0%, 10%, 16%, 20%)
(0.00 / 0.10 / 0.16 / 0.20)

CMYK percentages

%0
%10.34
%16.26
%20.39

Codes

Color #CBB6AA in popluar color models

CB B6 AA
RGB 203 182 170
HSL 22° 24.09% 73.14%
HSB/HSV 22° 16.26% 79.61%
CMYK 0.00% 10.34% 16.26%
20.39%

Color #CBB6AA in popluar number systems.

HEX CB B6 AA
Decimal 203 182 170
Binary 11001011 10110110 10101010
Octal 313 266 252

Shades and tints

Shades of #CBB6AA

#CBB6AA
(203,182,170)
#B9A69B
(185,166,155)
#A7968C
(167,150,140)
#95867D
(149,134,125)
#83766E
(131,118,110)
#71665F
(113,102,95)
#5F5650
(95,86,80)
#4D4641
(77,70,65)
#3B3632
(59,54,50)
#292623
(41,38,35)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #CBB6AA

#CBB6AA
(203,182,170)
#CFBCB1
(207,188,177)
#D3C2B8
(211,194,184)
#D7C8BF
(215,200,191)
#DBCEC6
(219,206,198)
#DFD4CD
(223,212,205)
#E3DAD4
(227,218,212)
#E7E0DB
(231,224,219)
#EBE6E2
(235,230,226)
#EFECE9
(239,236,233)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBB6AA; }

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

This text font color is #CBB6AA.

Background Color

.myBgColor { background-color: #CBB6AA; }

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

This div background color is #CBB6AA.

Border color

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

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

This div border color is #CBB6AA.

Opacity

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

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

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

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

This text has shadow with #CBB6AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBB6AA.

Preview

Color preview on black background

This text has color #CBB6AA on black background.


Color preview on white background

This text has color #CBB6AA on white background.


Black color preview on #CBB6AA background

This text has black color on #CBB6AA background.


White color preview on #CBB6AA background

This text has white color on #CBB6AA background.


Related colors

Complementary color

Complementary color for #hex is #344955.


I love getcolorcode.com

Triadic colors

1 #AACBB6 and #B6AACB with #CBB6AA are triadic colors.

2 #AAB6CB and #B6CBAA with #CBB6AA are triadic colors.