COLOR #C8C89E

HEX: #C8C89E
RGB: (200,200,158)

Color info

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

RGB color model

#C8C89E color RGB value is (200,200,158).

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

RGB channels and saturation

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

200
200
158

R + G + B ~ 73%. #C8C89E is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 200 + 158 = 558 (100%)
R 200 of 558 ~ 35.84%
G 200 of 558 ~ 35.84%
B 158 of 558 ~ 28.32%

%35.84
%35.84
%28.32

CMYK color model

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

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

CMYK percentages

%0
%0
%21
%21.57

Codes

Color #C8C89E in popluar color models

C8C89E
RGB200200158
HSL60°27.63%70.20%
HSB/HSV60°21.00%78.43%
CMYK0.00%0.00%21.00%
21.57%

Color #C8C89E in popluar number systems.

HEXC8C89E
Decimal200200158
Binary110010001100100010011110
Octal310310236

Shades and tints

Shades of #C8C89E

#C8C89E
(200,200,158)
#B6B690
(182,182,144)
#A4A482
(164,164,130)
#929274
(146,146,116)
#808066
(128,128,102)
#6E6E58
(110,110,88)
#5C5C4A
(92,92,74)
#4A4A3C
(74,74,60)
#38382E
(56,56,46)
#262620
(38,38,32)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #C8C89E

#C8C89E
(200,200,158)
#CDCDA6
(205,205,166)
#D2D2AE
(210,210,174)
#D7D7B6
(215,215,182)
#DCDCBE
(220,220,190)
#E1E1C6
(225,225,198)
#E6E6CE
(230,230,206)
#EBEBD6
(235,235,214)
#F0F0DE
(240,240,222)
#F5F5E6
(245,245,230)
#FAFAEE
(250,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C89E; }

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

This text font color is #C8C89E.


Background Color

.myBgColor { background-color: #C8C89E; }

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

This div background color is #C8C89E.


Border color

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

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

This div border color is #C8C89E.


Opacity

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

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

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

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

This text has shadow with #C8C89E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C89E on black background.


Color preview on white background

This text has color #C8C89E on white background.



Black color preview on #C8C89E background

This text has black color on #C8C89E background.


White color preview on #C8C89E background

This text has white color on #C8C89E background.