COLOR #C8D193

HEX: #C8D193
RGB: (200,209,147)

Color info

#C8D193 contains mainly red and green colors. Web safe color of #C8D193 is #CCCC99 (or #CC9).

RGB color model

#C8D193 color RGB value is (200,209,147).

  • red value is 200;
  • green value is 209;
  • blue value is 147.
RGB:
(200,209,147)
(78%,82%,58%)

RGB channels and saturation

R 200 of 255 = 78%
G 209 of 255 = 82%
B 147 of 255 = 58%

200
209
147

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

Portions of RGB colors in percentages

R + G + B =
200 + 209 + 147 = 556 (100%)
R 200 of 556 ~ 35.97%
G 209 of 556 ~ 37.59%
B 147 of 556 ~ 26.44%

%35.97
%37.59
%26.44

CMYK color model

#C8D193 color CMYK value is (4,0,30,18).

  • cyan value is 4.31%
  • magenta value is 0.00%
  • yellow value is 29.67%
  • key color value is 18.04%
CMYK:
(4,0,30,18)
C4M0Y30K18 
(4%,0%,30%,18%)
(0.04/0.00/0.30/0.18)	

CMYK percentages

%4.31
%0
%29.67
%18.04

Codes

Color #C8D193 in popluar color models

C8D193
RGB200209147
HSL69°40.26%69.80%
HSB/HSV69°29.67%81.96%
CMYK4.31%0.00%29.67%
18.04%

Color #C8D193 in popluar number systems.

HEXC8D193
Decimal200209147
Binary110010001101000110010011
Octal310321223

Shades and tints

Shades of #C8D193

#C8D193
(200,209,147)
#B6BE86
(182,190,134)
#A4AB79
(164,171,121)
#92986C
(146,152,108)
#80855F
(128,133,95)
#6E7252
(110,114,82)
#5C5F45
(92,95,69)
#4A4C38
(74,76,56)
#38392B
(56,57,43)
#26261E
(38,38,30)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #C8D193

#C8D193
(200,209,147)
#CDD59C
(205,213,156)
#D2D9A5
(210,217,165)
#D7DDAE
(215,221,174)
#DCE1B7
(220,225,183)
#E1E5C0
(225,229,192)
#E6E9C9
(230,233,201)
#EBEDD2
(235,237,210)
#F0F1DB
(240,241,219)
#F5F5E4
(245,245,228)
#FAF9ED
(250,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D193; }

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

This text font color is #C8D193.


Background Color

.myBgColor { background-color: #C8D193; }

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

This div background color is #C8D193.


Border color

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

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

This div border color is #C8D193.


Opacity

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

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

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

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

This text has shadow with #C8D193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D193 on black background.


Color preview on white background

This text has color #C8D193 on white background.



Black color preview on #C8D193 background

This text has black color on #C8D193 background.


White color preview on #C8D193 background

This text has white color on #C8D193 background.