COLOR #C8BF96

HEX: #C8BF96
RGB: (200,191,150)

Color info

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

RGB color model

#C8BF96 color RGB value is (200,191,150).

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

RGB channels and saturation

R 200 of 255 = 78%
G 191 of 255 = 75%
B 150 of 255 = 59%

200
191
150

R + G + B ~ 71%. #C8BF96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 191 + 150 = 541 (100%)
R 200 of 541 ~ 36.97%
G 191 of 541 ~ 35.3%
B 150 of 541 ~ 27.73%

%36.97
%35.3
%27.73

CMYK color model

#C8BF96 color CMYK value is (0,5,25,22).

  • cyan value is 0.00%
  • magenta value is 4.50%
  • yellow value is 25.00%
  • key color value is 21.57%
CMYK:
(0,5,25,22)
C0M5Y25K22 
(0%,5%,25%,22%)
(0.00/0.05/0.25/0.22)	

CMYK percentages

%0
%4.5
%25
%21.57

Codes

Color #C8BF96 in popluar color models

C8BF96
RGB200191150
HSL49°31.25%68.63%
HSB/HSV49°25.00%78.43%
CMYK0.00%4.50%25.00%
21.57%

Color #C8BF96 in popluar number systems.

HEXC8BF96
Decimal200191150
Binary110010001011111110010110
Octal310277226

Shades and tints

Shades of #C8BF96

#C8BF96
(200,191,150)
#B6AE89
(182,174,137)
#A49D7C
(164,157,124)
#928C6F
(146,140,111)
#807B62
(128,123,98)
#6E6A55
(110,106,85)
#5C5948
(92,89,72)
#4A483B
(74,72,59)
#38372E
(56,55,46)
#262621
(38,38,33)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #C8BF96

#C8BF96
(200,191,150)
#CDC49F
(205,196,159)
#D2C9A8
(210,201,168)
#D7CEB1
(215,206,177)
#DCD3BA
(220,211,186)
#E1D8C3
(225,216,195)
#E6DDCC
(230,221,204)
#EBE2D5
(235,226,213)
#F0E7DE
(240,231,222)
#F5ECE7
(245,236,231)
#FAF1F0
(250,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8BF96; }

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

This text font color is #C8BF96.


Background Color

.myBgColor { background-color: #C8BF96; }

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

This div background color is #C8BF96.


Border color

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

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

This div border color is #C8BF96.


Opacity

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

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

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

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

This text has shadow with #C8BF96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8BF96 on black background.


Color preview on white background

This text has color #C8BF96 on white background.



Black color preview on #C8BF96 background

This text has black color on #C8BF96 background.


White color preview on #C8BF96 background

This text has white color on #C8BF96 background.