COLOR #C8B39E

HEX: #C8B39E
RGB: (200,179,158)

Color info

#C8B39E contains red, green and blue colors in about the same proportion. Web safe color of #C8B39E is #CC9999 (or #C99).

RGB color model

#C8B39E color RGB value is (200,179,158).

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

RGB channels and saturation

R 200 of 255 = 78%
G 179 of 255 = 70%
B 158 of 255 = 62%

200
179
158

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

Portions of RGB colors in percentages

R + G + B =
200 + 179 + 158 = 537 (100%)
R 200 of 537 ~ 37.24%
G 179 of 537 ~ 33.33%
B 158 of 537 ~ 29.42%

%37.24
%33.33
%29.42

CMYK color model

#C8B39E color CMYK value is (0,11,21,22).

  • cyan value is 0.00%
  • magenta value is 10.50%
  • yellow value is 21.00%
  • key color value is 21.57%
CMYK:
(0,11,21,22)
C0M11Y21K22 
(0%,11%,21%,22%)
(0.00/0.11/0.21/0.22)	

CMYK percentages

%0
%10.5
%21
%21.57

Codes

Color #C8B39E in popluar color models

C8B39E
RGB200179158
HSL30°27.63%70.20%
HSB/HSV30°21.00%78.43%
CMYK0.00%10.50%21.00%
21.57%

Color #C8B39E in popluar number systems.

HEXC8B39E
Decimal200179158
Binary110010001011001110011110
Octal310263236

Shades and tints

Shades of #C8B39E

#C8B39E
(200,179,158)
#B6A390
(182,163,144)
#A49382
(164,147,130)
#928374
(146,131,116)
#807366
(128,115,102)
#6E6358
(110,99,88)
#5C534A
(92,83,74)
#4A433C
(74,67,60)
#38332E
(56,51,46)
#262320
(38,35,32)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #C8B39E

#C8B39E
(200,179,158)
#CDB9A6
(205,185,166)
#D2BFAE
(210,191,174)
#D7C5B6
(215,197,182)
#DCCBBE
(220,203,190)
#E1D1C6
(225,209,198)
#E6D7CE
(230,215,206)
#EBDDD6
(235,221,214)
#F0E3DE
(240,227,222)
#F5E9E6
(245,233,230)
#FAEFEE
(250,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8B39E; }

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

This text font color is #C8B39E.


Background Color

.myBgColor { background-color: #C8B39E; }

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

This div background color is #C8B39E.


Border color

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

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

This div border color is #C8B39E.


Opacity

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

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

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

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

This text has shadow with #C8B39E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B39E on black background.


Color preview on white background

This text has color #C8B39E on white background.



Black color preview on #C8B39E background

This text has black color on #C8B39E background.


White color preview on #C8B39E background

This text has white color on #C8B39E background.