COLOR #C8BB96

HEX: #C8BB96
RGB: (200,187,150)

Color info

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

RGB color model

#C8BB96 color RGB value is (200,187,150).

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

RGB channels and saturation

R 200 of 255 = 78%
G 187 of 255 = 73%
B 150 of 255 = 59%

200
187
150

R + G + B ~ 70%. #C8BB96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 187 + 150 = 537 (100%)
R 200 of 537 ~ 37.24%
G 187 of 537 ~ 34.82%
B 150 of 537 ~ 27.93%

%37.24
%34.82
%27.93

CMYK color model

#C8BB96 color CMYK value is (0,7,25,22).

  • cyan value is 0.00%
  • magenta value is 6.50%
  • yellow value is 25.00%
  • key color value is 21.57%
CMYK:
(0,7,25,22)
C0M7Y25K22 
(0%,7%,25%,22%)
(0.00/0.07/0.25/0.22)	

CMYK percentages

%0
%6.5
%25
%21.57

Codes

Color #C8BB96 in popluar color models

C8BB96
RGB200187150
HSL44°31.25%68.63%
HSB/HSV44°25.00%78.43%
CMYK0.00%6.50%25.00%
21.57%

Color #C8BB96 in popluar number systems.

HEXC8BB96
Decimal200187150
Binary110010001011101110010110
Octal310273226

Shades and tints

Shades of #C8BB96

#C8BB96
(200,187,150)
#B6AA89
(182,170,137)
#A4997C
(164,153,124)
#92886F
(146,136,111)
#807762
(128,119,98)
#6E6655
(110,102,85)
#5C5548
(92,85,72)
#4A443B
(74,68,59)
#38332E
(56,51,46)
#262221
(38,34,33)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #C8BB96

#C8BB96
(200,187,150)
#CDC19F
(205,193,159)
#D2C7A8
(210,199,168)
#D7CDB1
(215,205,177)
#DCD3BA
(220,211,186)
#E1D9C3
(225,217,195)
#E6DFCC
(230,223,204)
#EBE5D5
(235,229,213)
#F0EBDE
(240,235,222)
#F5F1E7
(245,241,231)
#FAF7F0
(250,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8BB96; }

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

This text font color is #C8BB96.


Background Color

.myBgColor { background-color: #C8BB96; }

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

This div background color is #C8BB96.


Border color

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

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

This div border color is #C8BB96.


Opacity

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

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

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

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

This text has shadow with #C8BB96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8BB96 on black background.


Color preview on white background

This text has color #C8BB96 on white background.



Black color preview on #C8BB96 background

This text has black color on #C8BB96 background.


White color preview on #C8BB96 background

This text has white color on #C8BB96 background.