COLOR #C8B19E

HEX: #C8B19E
RGB: (200,177,158)

Color info

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

RGB color model

#C8B19E color RGB value is (200,177,158).

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

RGB channels and saturation

R 200 of 255 = 78%
G 177 of 255 = 69%
B 158 of 255 = 62%

200
177
158

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

Portions of RGB colors in percentages

R + G + B =
200 + 177 + 158 = 535 (100%)
R 200 of 535 ~ 37.38%
G 177 of 535 ~ 33.08%
B 158 of 535 ~ 29.53%

%37.38
%33.08
%29.53

CMYK color model

#C8B19E color CMYK value is (0,12,21,22).

  • cyan value is 0.00%
  • magenta value is 11.50%
  • yellow value is 21.00%
  • key color value is 21.57%
CMYK:
(0,12,21,22)
C0M12Y21K22 
(0%,12%,21%,22%)
(0.00/0.12/0.21/0.22)	

CMYK percentages

%0
%11.5
%21
%21.57

Codes

Color #C8B19E in popluar color models

C8B19E
RGB200177158
HSL27°27.63%70.20%
HSB/HSV27°21.00%78.43%
CMYK0.00%11.50%21.00%
21.57%

Color #C8B19E in popluar number systems.

HEXC8B19E
Decimal200177158
Binary110010001011000110011110
Octal310261236

Shades and tints

Shades of #C8B19E

#C8B19E
(200,177,158)
#B6A190
(182,161,144)
#A49182
(164,145,130)
#928174
(146,129,116)
#807166
(128,113,102)
#6E6158
(110,97,88)
#5C514A
(92,81,74)
#4A413C
(74,65,60)
#38312E
(56,49,46)
#262120
(38,33,32)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #C8B19E

#C8B19E
(200,177,158)
#CDB8A6
(205,184,166)
#D2BFAE
(210,191,174)
#D7C6B6
(215,198,182)
#DCCDBE
(220,205,190)
#E1D4C6
(225,212,198)
#E6DBCE
(230,219,206)
#EBE2D6
(235,226,214)
#F0E9DE
(240,233,222)
#F5F0E6
(245,240,230)
#FAF7EE
(250,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8B19E; }

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

This text font color is #C8B19E.


Background Color

.myBgColor { background-color: #C8B19E; }

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

This div background color is #C8B19E.


Border color

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

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

This div border color is #C8B19E.


Opacity

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

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

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

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

This text has shadow with #C8B19E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B19E on black background.


Color preview on white background

This text has color #C8B19E on white background.



Black color preview on #C8B19E background

This text has black color on #C8B19E background.


White color preview on #C8B19E background

This text has white color on #C8B19E background.