COLOR #CBB5AD

HEX: #CBB5AD
RGB: (203,181,173)

Color info

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

RGB color model

#CBB5AD color RGB value is (203,181,173).

  • red value is 203;
  • green value is 181;
  • blue value is 173.
RGB:
(203,181,173)
(80%,71%,68%)

RGB channels and saturation

R 203 of 255 = 80%
G 181 of 255 = 71%
B 173 of 255 = 68%

203
181
173

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

Portions of RGB colors in percentages

R + G + B =
203 + 181 + 173 = 557 (100%)
R 203 of 557 ~ 36.45%
G 181 of 557 ~ 32.5%
B 173 of 557 ~ 31.06%

%36.45
%32.5
%31.06

CMYK color model

#CBB5AD color CMYK value is (0,11,15,20).

  • cyan value is 0.00%
  • magenta value is 10.84%
  • yellow value is 14.78%
  • key color value is 20.39%
CMYK:
(0,11,15,20)
C0M11Y15K20 
(0%,11%,15%,20%)
(0.00/0.11/0.15/0.20)	

CMYK percentages

%0
%10.84
%14.78
%20.39

Codes

Color #CBB5AD in popluar color models

CBB5AD
RGB203181173
HSL16°22.39%73.73%
HSB/HSV16°14.78%79.61%
CMYK0.00%10.84%14.78%
20.39%

Color #CBB5AD in popluar number systems.

HEXCBB5AD
Decimal203181173
Binary110010111011010110101101
Octal313265255

Shades and tints

Shades of #CBB5AD

#CBB5AD
(203,181,173)
#B9A59E
(185,165,158)
#A7958F
(167,149,143)
#958580
(149,133,128)
#837571
(131,117,113)
#716562
(113,101,98)
#5F5553
(95,85,83)
#4D4544
(77,69,68)
#3B3535
(59,53,53)
#292526
(41,37,38)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #CBB5AD

#CBB5AD
(203,181,173)
#CFBBB4
(207,187,180)
#D3C1BB
(211,193,187)
#D7C7C2
(215,199,194)
#DBCDC9
(219,205,201)
#DFD3D0
(223,211,208)
#E3D9D7
(227,217,215)
#E7DFDE
(231,223,222)
#EBE5E5
(235,229,229)
#EFEBEC
(239,235,236)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBB5AD; }

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

This text font color is #CBB5AD.


Background Color

.myBgColor { background-color: #CBB5AD; }

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

This div background color is #CBB5AD.


Border color

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

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

This div border color is #CBB5AD.


Opacity

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

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

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

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

This text has shadow with #CBB5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBB5AD on black background.


Color preview on white background

This text has color #CBB5AD on white background.



Black color preview on #CBB5AD background

This text has black color on #CBB5AD background.


White color preview on #CBB5AD background

This text has white color on #CBB5AD background.