COLOR #C8BD9E

HEX: #C8BD9E
RGB: (200,189,158)

Color info

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

RGB color model

#C8BD9E color RGB value is (200,189,158).

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

RGB channels and saturation

R 200 of 255 = 78%
G 189 of 255 = 74%
B 158 of 255 = 62%

200
189
158

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

Portions of RGB colors in percentages

R + G + B =
200 + 189 + 158 = 547 (100%)
R 200 of 547 ~ 36.56%
G 189 of 547 ~ 34.55%
B 158 of 547 ~ 28.88%

%36.56
%34.55
%28.88

CMYK color model

#C8BD9E color CMYK value is (0,5,21,22).

  • cyan value is 0.00%
  • magenta value is 5.50%
  • yellow value is 21.00%
  • key color value is 21.57%
CMYK:
(0,5,21,22)
C0M5Y21K22 
(0%,5%,21%,22%)
(0.00/0.05/0.21/0.22)	

CMYK percentages

%0
%5.5
%21
%21.57

Codes

Color #C8BD9E in popluar color models

C8BD9E
RGB200189158
HSL44°27.63%70.20%
HSB/HSV44°21.00%78.43%
CMYK0.00%5.50%21.00%
21.57%

Color #C8BD9E in popluar number systems.

HEXC8BD9E
Decimal200189158
Binary110010001011110110011110
Octal310275236

Shades and tints

Shades of #C8BD9E

#C8BD9E
(200,189,158)
#B6AC90
(182,172,144)
#A49B82
(164,155,130)
#928A74
(146,138,116)
#807966
(128,121,102)
#6E6858
(110,104,88)
#5C574A
(92,87,74)
#4A463C
(74,70,60)
#38352E
(56,53,46)
#262420
(38,36,32)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #C8BD9E

#C8BD9E
(200,189,158)
#CDC3A6
(205,195,166)
#D2C9AE
(210,201,174)
#D7CFB6
(215,207,182)
#DCD5BE
(220,213,190)
#E1DBC6
(225,219,198)
#E6E1CE
(230,225,206)
#EBE7D6
(235,231,214)
#F0EDDE
(240,237,222)
#F5F3E6
(245,243,230)
#FAF9EE
(250,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8BD9E; }

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

This text font color is #C8BD9E.


Background Color

.myBgColor { background-color: #C8BD9E; }

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

This div background color is #C8BD9E.


Border color

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

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

This div border color is #C8BD9E.


Opacity

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

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

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

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

This text has shadow with #C8BD9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8BD9E on black background.


Color preview on white background

This text has color #C8BD9E on white background.



Black color preview on #C8BD9E background

This text has black color on #C8BD9E background.


White color preview on #C8BD9E background

This text has white color on #C8BD9E background.