COLOR #C8D195

HEX: #C8D195
RGB: (200,209,149)

Color info

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

RGB color model

#C8D195 color RGB value is (200,209,149).

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

RGB channels and saturation

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

200
209
149

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

Portions of RGB colors in percentages

R + G + B =
200 + 209 + 149 = 558 (100%)
R 200 of 558 ~ 35.84%
G 209 of 558 ~ 37.46%
B 149 of 558 ~ 26.7%

%35.84
%37.46
%26.7

CMYK color model

#C8D195 color CMYK value is (4,0,29,18).

  • cyan value is 4.31%
  • magenta value is 0.00%
  • yellow value is 28.71%
  • key color value is 18.04%
CMYK:
(4,0,29,18)
C4M0Y29K18 
(4%,0%,29%,18%)
(0.04/0.00/0.29/0.18)	

CMYK percentages

%4.31
%0
%28.71
%18.04

Codes

Color #C8D195 in popluar color models

C8D195
RGB200209149
HSL69°39.47%70.20%
HSB/HSV69°28.71%81.96%
CMYK4.31%0.00%28.71%
18.04%

Color #C8D195 in popluar number systems.

HEXC8D195
Decimal200209149
Binary110010001101000110010101
Octal310321225

Shades and tints

Shades of #C8D195

#C8D195
(200,209,149)
#B6BE88
(182,190,136)
#A4AB7B
(164,171,123)
#92986E
(146,152,110)
#808561
(128,133,97)
#6E7254
(110,114,84)
#5C5F47
(92,95,71)
#4A4C3A
(74,76,58)
#38392D
(56,57,45)
#262620
(38,38,32)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #C8D195

#C8D195
(200,209,149)
#CDD59E
(205,213,158)
#D2D9A7
(210,217,167)
#D7DDB0
(215,221,176)
#DCE1B9
(220,225,185)
#E1E5C2
(225,229,194)
#E6E9CB
(230,233,203)
#EBEDD4
(235,237,212)
#F0F1DD
(240,241,221)
#F5F5E6
(245,245,230)
#FAF9EF
(250,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D195; }

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

This text font color is #C8D195.


Background Color

.myBgColor { background-color: #C8D195; }

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

This div background color is #C8D195.


Border color

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

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

This div border color is #C8D195.


Opacity

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

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

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

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

This text has shadow with #C8D195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D195 on black background.


Color preview on white background

This text has color #C8D195 on white background.



Black color preview on #C8D195 background

This text has black color on #C8D195 background.


White color preview on #C8D195 background

This text has white color on #C8D195 background.