COLOR #C8B89E

HEX: #C8B89E
RGB: (200,184,158)

Color info

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

RGB color model

#C8B89E color RGB value is (200,184,158).

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

RGB channels and saturation

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

200
184
158

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

Portions of RGB colors in percentages

R + G + B =
200 + 184 + 158 = 542 (100%)
R 200 of 542 ~ 36.9%
G 184 of 542 ~ 33.95%
B 158 of 542 ~ 29.15%

%36.9
%33.95
%29.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 21.00%
  • 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
%21
%21.57

Codes

Color #C8B89E in popluar color models

C8B89E
RGB200184158
HSL37°27.63%70.20%
HSB/HSV37°21.00%78.43%
CMYK0.00%8.00%21.00%
21.57%

Color #C8B89E in popluar number systems.

HEXC8B89E
Decimal200184158
Binary110010001011100010011110
Octal310270236

Shades and tints

Shades of #C8B89E

#C8B89E
(200,184,158)
#B6A890
(182,168,144)
#A49882
(164,152,130)
#928874
(146,136,116)
#807866
(128,120,102)
#6E6858
(110,104,88)
#5C584A
(92,88,74)
#4A483C
(74,72,60)
#38382E
(56,56,46)
#262820
(38,40,32)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #C8B89E

#C8B89E
(200,184,158)
#CDBEA6
(205,190,166)
#D2C4AE
(210,196,174)
#D7CAB6
(215,202,182)
#DCD0BE
(220,208,190)
#E1D6C6
(225,214,198)
#E6DCCE
(230,220,206)
#EBE2D6
(235,226,214)
#F0E8DE
(240,232,222)
#F5EEE6
(245,238,230)
#FAF4EE
(250,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8B89E; }

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

This text font color is #C8B89E.


Background Color

.myBgColor { background-color: #C8B89E; }

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

This div background color is #C8B89E.


Border color

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

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

This div border color is #C8B89E.


Opacity

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

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

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

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

This text has shadow with #C8B89E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B89E on black background.


Color preview on white background

This text has color #C8B89E on white background.



Black color preview on #C8B89E background

This text has black color on #C8B89E background.


White color preview on #C8B89E background

This text has white color on #C8B89E background.