COLOR #C8B39D

HEX: #C8B39D
RGB: (200,179,157)

Color info

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

RGB color model

#C8B39D color RGB value is (200,179,157).

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

RGB channels and saturation

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

200
179
157

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

Portions of RGB colors in percentages

R + G + B =
200 + 179 + 157 = 536 (100%)
R 200 of 536 ~ 37.31%
G 179 of 536 ~ 33.4%
B 157 of 536 ~ 29.29%

%37.31
%33.4
%29.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.50%
  • yellow value is 21.50%
  • key color value is 21.57%
CMYK:
(0,11,22,22)
C0M11Y22K22 
(0%,11%,22%,22%)
(0.00/0.11/0.22/0.22)	

CMYK percentages

%0
%10.5
%21.5
%21.57

Codes

Color #C8B39D in popluar color models

C8B39D
RGB200179157
HSL31°28.10%70.00%
HSB/HSV31°21.50%78.43%
CMYK0.00%10.50%21.50%
21.57%

Color #C8B39D in popluar number systems.

HEXC8B39D
Decimal200179157
Binary110010001011001110011101
Octal310263235

Shades and tints

Shades of #C8B39D

#C8B39D
(200,179,157)
#B6A38F
(182,163,143)
#A49381
(164,147,129)
#928373
(146,131,115)
#807365
(128,115,101)
#6E6357
(110,99,87)
#5C5349
(92,83,73)
#4A433B
(74,67,59)
#38332D
(56,51,45)
#26231F
(38,35,31)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #C8B39D

#C8B39D
(200,179,157)
#CDB9A5
(205,185,165)
#D2BFAD
(210,191,173)
#D7C5B5
(215,197,181)
#DCCBBD
(220,203,189)
#E1D1C5
(225,209,197)
#E6D7CD
(230,215,205)
#EBDDD5
(235,221,213)
#F0E3DD
(240,227,221)
#F5E9E5
(245,233,229)
#FAEFED
(250,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8B39D; }

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

This text font color is #C8B39D.


Background Color

.myBgColor { background-color: #C8B39D; }

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

This div background color is #C8B39D.


Border color

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

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

This div border color is #C8B39D.


Opacity

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

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

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

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

This text has shadow with #C8B39D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B39D on black background.


Color preview on white background

This text has color #C8B39D on white background.



Black color preview on #C8B39D background

This text has black color on #C8B39D background.


White color preview on #C8B39D background

This text has white color on #C8B39D background.