COLOR #C8B5AA

HEX: #C8B5AA
RGB: (200,181,170)

Color info

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

RGB color model

#C8B5AA color RGB value is (200,181,170).

  • red value is 200;
  • green value is 181;
  • blue value is 170.
RGB:
(200,181,170)
(78%,71%,67%)

RGB channels and saturation

R 200 of 255 = 78%
G 181 of 255 = 71%
B 170 of 255 = 67%

200
181
170

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

Portions of RGB colors in percentages

R + G + B =
200 + 181 + 170 = 551 (100%)
R 200 of 551 ~ 36.3%
G 181 of 551 ~ 32.85%
B 170 of 551 ~ 30.85%

%36.3
%32.85
%30.85

CMYK color model

#C8B5AA color CMYK value is (0,10,15,22).

  • cyan value is 0.00%
  • magenta value is 9.50%
  • yellow value is 15.00%
  • key color value is 21.57%
CMYK:
(0,10,15,22)
C0M10Y15K22 
(0%,10%,15%,22%)
(0.00/0.10/0.15/0.22)	

CMYK percentages

%0
%9.5
%15
%21.57

Codes

Color #C8B5AA in popluar color models

C8B5AA
RGB200181170
HSL22°21.43%72.55%
HSB/HSV22°15.00%78.43%
CMYK0.00%9.50%15.00%
21.57%

Color #C8B5AA in popluar number systems.

HEXC8B5AA
Decimal200181170
Binary110010001011010110101010
Octal310265252

Shades and tints

Shades of #C8B5AA

#C8B5AA
(200,181,170)
#B6A59B
(182,165,155)
#A4958C
(164,149,140)
#92857D
(146,133,125)
#80756E
(128,117,110)
#6E655F
(110,101,95)
#5C5550
(92,85,80)
#4A4541
(74,69,65)
#383532
(56,53,50)
#262523
(38,37,35)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #C8B5AA

#C8B5AA
(200,181,170)
#CDBBB1
(205,187,177)
#D2C1B8
(210,193,184)
#D7C7BF
(215,199,191)
#DCCDC6
(220,205,198)
#E1D3CD
(225,211,205)
#E6D9D4
(230,217,212)
#EBDFDB
(235,223,219)
#F0E5E2
(240,229,226)
#F5EBE9
(245,235,233)
#FAF1F0
(250,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B5AA color. Also use rgb(200,181,170) instead hex code.

Text Font Color

.myTextColor { color: #C8B5AA; }

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

This text font color is #C8B5AA.


Background Color

.myBgColor { background-color: #C8B5AA; }

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

This div background color is #C8B5AA.


Border color

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

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

This div border color is #C8B5AA.


Opacity

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

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

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

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

This text has shadow with #C8B5AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B5AA on black background.


Color preview on white background

This text has color #C8B5AA on white background.



Black color preview on #C8B5AA background

This text has black color on #C8B5AA background.


White color preview on #C8B5AA background

This text has white color on #C8B5AA background.