COLOR #C8B2AA

HEX: #C8B2AA
RGB: (200,178,170)

Color info

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

RGB color model

#C8B2AA color RGB value is (200,178,170).

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

RGB channels and saturation

R 200 of 255 = 78%
G 178 of 255 = 70%
B 170 of 255 = 67%

200
178
170

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

Portions of RGB colors in percentages

R + G + B =
200 + 178 + 170 = 548 (100%)
R 200 of 548 ~ 36.5%
G 178 of 548 ~ 32.48%
B 170 of 548 ~ 31.02%

%36.5
%32.48
%31.02

CMYK color model

#C8B2AA color CMYK value is (0,11,15,22).

  • cyan value is 0.00%
  • magenta value is 11.00%
  • yellow value is 15.00%
  • key color value is 21.57%
CMYK:
(0,11,15,22)
C0M11Y15K22 
(0%,11%,15%,22%)
(0.00/0.11/0.15/0.22)	

CMYK percentages

%0
%11
%15
%21.57

Codes

Color #C8B2AA in popluar color models

C8B2AA
RGB200178170
HSL16°21.43%72.55%
HSB/HSV16°15.00%78.43%
CMYK0.00%11.00%15.00%
21.57%

Color #C8B2AA in popluar number systems.

HEXC8B2AA
Decimal200178170
Binary110010001011001010101010
Octal310262252

Shades and tints

Shades of #C8B2AA

#C8B2AA
(200,178,170)
#B6A29B
(182,162,155)
#A4928C
(164,146,140)
#92827D
(146,130,125)
#80726E
(128,114,110)
#6E625F
(110,98,95)
#5C5250
(92,82,80)
#4A4241
(74,66,65)
#383232
(56,50,50)
#262223
(38,34,35)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #C8B2AA

#C8B2AA
(200,178,170)
#CDB9B1
(205,185,177)
#D2C0B8
(210,192,184)
#D7C7BF
(215,199,191)
#DCCEC6
(220,206,198)
#E1D5CD
(225,213,205)
#E6DCD4
(230,220,212)
#EBE3DB
(235,227,219)
#F0EAE2
(240,234,226)
#F5F1E9
(245,241,233)
#FAF8F0
(250,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8B2AA; }

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

This text font color is #C8B2AA.


Background Color

.myBgColor { background-color: #C8B2AA; }

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

This div background color is #C8B2AA.


Border color

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

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

This div border color is #C8B2AA.


Opacity

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

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

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

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

This text has shadow with #C8B2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B2AA on black background.


Color preview on white background

This text has color #C8B2AA on white background.



Black color preview on #C8B2AA background

This text has black color on #C8B2AA background.


White color preview on #C8B2AA background

This text has white color on #C8B2AA background.