COLOR #C8B89F

HEX: #C8B89F
RGB: (200,184,159)

Color info

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

RGB color model

#C8B89F color RGB value is (200,184,159).

  • red value is 200;
  • green value is 184;
  • blue value is 159.
RGB:
(200,184,159)
(78%,72%,62%)

RGB channels and saturation

R 200 of 255 = 78%
G 184 of 255 = 72%
B 159 of 255 = 62%

200
184
159

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

Portions of RGB colors in percentages

R + G + B =
200 + 184 + 159 = 543 (100%)
R 200 of 543 ~ 36.83%
G 184 of 543 ~ 33.89%
B 159 of 543 ~ 29.28%

%36.83
%33.89
%29.28

CMYK color model

#C8B89F color CMYK value is (0,8,21,22).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 20.50%
  • key color value is 21.57%
CMYK:
(0,8,21,22)
C0M8Y21K22 
(0%,8%,21%,22%)
(0.00/0.08/0.21/0.22)	

CMYK percentages

%0
%8
%20.5
%21.57

Codes

Color #C8B89F in popluar color models

C8B89F
RGB200184159
HSL37°27.15%70.39%
HSB/HSV37°20.50%78.43%
CMYK0.00%8.00%20.50%
21.57%

Color #C8B89F in popluar number systems.

HEXC8B89F
Decimal200184159
Binary110010001011100010011111
Octal310270237

Shades and tints

Shades of #C8B89F

#C8B89F
(200,184,159)
#B6A891
(182,168,145)
#A49883
(164,152,131)
#928875
(146,136,117)
#807867
(128,120,103)
#6E6859
(110,104,89)
#5C584B
(92,88,75)
#4A483D
(74,72,61)
#38382F
(56,56,47)
#262821
(38,40,33)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #C8B89F

#C8B89F
(200,184,159)
#CDBEA7
(205,190,167)
#D2C4AF
(210,196,175)
#D7CAB7
(215,202,183)
#DCD0BF
(220,208,191)
#E1D6C7
(225,214,199)
#E6DCCF
(230,220,207)
#EBE2D7
(235,226,215)
#F0E8DF
(240,232,223)
#F5EEE7
(245,238,231)
#FAF4EF
(250,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B89F color. Also use rgb(200,184,159) instead hex code.

Text Font Color

.myTextColor { color: #C8B89F; }

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

This text font color is #C8B89F.


Background Color

.myBgColor { background-color: #C8B89F; }

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

This div background color is #C8B89F.


Border color

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

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

This div border color is #C8B89F.


Opacity

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

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

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

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

This text has shadow with #C8B89F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B89F on black background.


Color preview on white background

This text has color #C8B89F on white background.



Black color preview on #C8B89F background

This text has black color on #C8B89F background.


White color preview on #C8B89F background

This text has white color on #C8B89F background.