COLOR #C8BA99

HEX: #C8BA99
RGB: (200,186,153)

Color info

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

RGB color model

#C8BA99 color RGB value is (200,186,153).

  • red value is 200;
  • green value is 186;
  • blue value is 153.
RGB:
(200,186,153)
(78%,73%,60%)

RGB channels and saturation

R 200 of 255 = 78%
G 186 of 255 = 73%
B 153 of 255 = 60%

200
186
153

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

Portions of RGB colors in percentages

R + G + B =
200 + 186 + 153 = 539 (100%)
R 200 of 539 ~ 37.11%
G 186 of 539 ~ 34.51%
B 153 of 539 ~ 28.39%

%37.11
%34.51
%28.39

CMYK color model

#C8BA99 color CMYK value is (0,7,24,22).

  • cyan value is 0.00%
  • magenta value is 7.00%
  • yellow value is 23.50%
  • key color value is 21.57%
CMYK:
(0,7,24,22)
C0M7Y24K22 
(0%,7%,24%,22%)
(0.00/0.07/0.24/0.22)	

CMYK percentages

%0
%7
%23.5
%21.57

Codes

Color #C8BA99 in popluar color models

C8BA99
RGB200186153
HSL42°29.94%69.22%
HSB/HSV42°23.50%78.43%
CMYK0.00%7.00%23.50%
21.57%

Color #C8BA99 in popluar number systems.

HEXC8BA99
Decimal200186153
Binary110010001011101010011001
Octal310272231

Shades and tints

Shades of #C8BA99

#C8BA99
(200,186,153)
#B6AA8C
(182,170,140)
#A49A7F
(164,154,127)
#928A72
(146,138,114)
#807A65
(128,122,101)
#6E6A58
(110,106,88)
#5C5A4B
(92,90,75)
#4A4A3E
(74,74,62)
#383A31
(56,58,49)
#262A24
(38,42,36)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #C8BA99

#C8BA99
(200,186,153)
#CDC0A2
(205,192,162)
#D2C6AB
(210,198,171)
#D7CCB4
(215,204,180)
#DCD2BD
(220,210,189)
#E1D8C6
(225,216,198)
#E6DECF
(230,222,207)
#EBE4D8
(235,228,216)
#F0EAE1
(240,234,225)
#F5F0EA
(245,240,234)
#FAF6F3
(250,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8BA99 color. Also use rgb(200,186,153) instead hex code.

Text Font Color

.myTextColor { color: #C8BA99; }

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

This text font color is #C8BA99.


Background Color

.myBgColor { background-color: #C8BA99; }

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

This div background color is #C8BA99.


Border color

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

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

This div border color is #C8BA99.


Opacity

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

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

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

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

This text has shadow with #C8BA99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8BA99 on black background.


Color preview on white background

This text has color #C8BA99 on white background.



Black color preview on #C8BA99 background

This text has black color on #C8BA99 background.


White color preview on #C8BA99 background

This text has white color on #C8BA99 background.