COLOR #CBB3AA

HEX: #CBB3AA
RGB: (203,179,170)

Color info

#CBB3AA contains red, green and blue colors in about the same proportion. Web safe color of #CBB3AA is #CC9999 (or #C99).

RGB color model

#CBB3AA color RGB value is (203,179,170).

  • red value is 203;
  • green value is 179;
  • blue value is 170.
RGB:
(203,179,170)
(80%,70%,67%)

RGB channels and saturation

R 203 of 255 = 80%
G 179 of 255 = 70%
B 170 of 255 = 67%

203
179
170

R + G + B ~ 72%. #CBB3AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 179 + 170 = 552 (100%)
R 203 of 552 ~ 36.78%
G 179 of 552 ~ 32.43%
B 170 of 552 ~ 30.8%

%36.78
%32.43
%30.8

CMYK color model

#CBB3AA color CMYK value is (0,12,16,20).

  • cyan value is 0.00%
  • magenta value is 11.82%
  • yellow value is 16.26%
  • key color value is 20.39%
CMYK:
(0,12,16,20)
C0M12Y16K20 
(0%,12%,16%,20%)
(0.00/0.12/0.16/0.20)	

CMYK percentages

%0
%11.82
%16.26
%20.39

Codes

Color #CBB3AA in popluar color models

CBB3AA
RGB203179170
HSL16°24.09%73.14%
HSB/HSV16°16.26%79.61%
CMYK0.00%11.82%16.26%
20.39%

Color #CBB3AA in popluar number systems.

HEXCBB3AA
Decimal203179170
Binary110010111011001110101010
Octal313263252

Shades and tints

Shades of #CBB3AA

#CBB3AA
(203,179,170)
#B9A39B
(185,163,155)
#A7938C
(167,147,140)
#95837D
(149,131,125)
#83736E
(131,115,110)
#71635F
(113,99,95)
#5F5350
(95,83,80)
#4D4341
(77,67,65)
#3B3332
(59,51,50)
#292323
(41,35,35)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #CBB3AA

#CBB3AA
(203,179,170)
#CFB9B1
(207,185,177)
#D3BFB8
(211,191,184)
#D7C5BF
(215,197,191)
#DBCBC6
(219,203,198)
#DFD1CD
(223,209,205)
#E3D7D4
(227,215,212)
#E7DDDB
(231,221,219)
#EBE3E2
(235,227,226)
#EFE9E9
(239,233,233)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBB3AA; }

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

This text font color is #CBB3AA.


Background Color

.myBgColor { background-color: #CBB3AA; }

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

This div background color is #CBB3AA.


Border color

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

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

This div border color is #CBB3AA.


Opacity

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

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

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

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

This text has shadow with #CBB3AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBB3AA on black background.


Color preview on white background

This text has color #CBB3AA on white background.



Black color preview on #CBB3AA background

This text has black color on #CBB3AA background.


White color preview on #CBB3AA background

This text has white color on #CBB3AA background.