COLOR #C8B496

HEX: #C8B496
RGB: (200,180,150)

Color info

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

RGB color model

#C8B496 color RGB value is (200,180,150).

  • red value is 200;
  • green value is 180;
  • blue value is 150.
RGB:
(200,180,150)
(78%,71%,59%)

RGB channels and saturation

R 200 of 255 = 78%
G 180 of 255 = 71%
B 150 of 255 = 59%

200
180
150

R + G + B ~ 69%. #C8B496 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 180 + 150 = 530 (100%)
R 200 of 530 ~ 37.74%
G 180 of 530 ~ 33.96%
B 150 of 530 ~ 28.3%

%37.74
%33.96
%28.3

CMYK color model

#C8B496 color CMYK value is (0,10,25,22).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 25.00%
  • key color value is 21.57%
CMYK:
(0,10,25,22)
C0M10Y25K22 
(0%,10%,25%,22%)
(0.00/0.10/0.25/0.22)	

CMYK percentages

%0
%10
%25
%21.57

Codes

Color #C8B496 in popluar color models

C8B496
RGB200180150
HSL36°31.25%68.63%
HSB/HSV36°25.00%78.43%
CMYK0.00%10.00%25.00%
21.57%

Color #C8B496 in popluar number systems.

HEXC8B496
Decimal200180150
Binary110010001011010010010110
Octal310264226

Shades and tints

Shades of #C8B496

#C8B496
(200,180,150)
#B6A489
(182,164,137)
#A4947C
(164,148,124)
#92846F
(146,132,111)
#807462
(128,116,98)
#6E6455
(110,100,85)
#5C5448
(92,84,72)
#4A443B
(74,68,59)
#38342E
(56,52,46)
#262421
(38,36,33)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #C8B496

#C8B496
(200,180,150)
#CDBA9F
(205,186,159)
#D2C0A8
(210,192,168)
#D7C6B1
(215,198,177)
#DCCCBA
(220,204,186)
#E1D2C3
(225,210,195)
#E6D8CC
(230,216,204)
#EBDED5
(235,222,213)
#F0E4DE
(240,228,222)
#F5EAE7
(245,234,231)
#FAF0F0
(250,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B496 color. Also use rgb(200,180,150) instead hex code.

Text Font Color

.myTextColor { color: #C8B496; }

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

This text font color is #C8B496.


Background Color

.myBgColor { background-color: #C8B496; }

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

This div background color is #C8B496.


Border color

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

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

This div border color is #C8B496.


Opacity

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

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

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

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

This text has shadow with #C8B496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B496 on black background.


Color preview on white background

This text has color #C8B496 on white background.



Black color preview on #C8B496 background

This text has black color on #C8B496 background.


White color preview on #C8B496 background

This text has white color on #C8B496 background.