COLOR #C8D190

HEX: #C8D190
RGB: (200,209,144)

Color info

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

RGB color model

#C8D190 color RGB value is (200,209,144).

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

RGB channels and saturation

R 200 of 255 = 78%
G 209 of 255 = 82%
B 144 of 255 = 56%

200
209
144

R + G + B ~ 72%. #C8D190 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 209 + 144 = 553 (100%)
R 200 of 553 ~ 36.17%
G 209 of 553 ~ 37.79%
B 144 of 553 ~ 26.04%

%36.17
%37.79
%26.04

CMYK color model

#C8D190 color CMYK value is (4,0,31,18).

  • cyan value is 4.31%
  • magenta value is 0.00%
  • yellow value is 31.10%
  • key color value is 18.04%
CMYK:
(4,0,31,18)
C4M0Y31K18 
(4%,0%,31%,18%)
(0.04/0.00/0.31/0.18)	

CMYK percentages

%4.31
%0
%31.1
%18.04

Codes

Color #C8D190 in popluar color models

C8D190
RGB200209144
HSL68°41.40%69.22%
HSB/HSV68°31.10%81.96%
CMYK4.31%0.00%31.10%
18.04%

Color #C8D190 in popluar number systems.

HEXC8D190
Decimal200209144
Binary110010001101000110010000
Octal310321220

Shades and tints

Shades of #C8D190

#C8D190
(200,209,144)
#B6BE83
(182,190,131)
#A4AB76
(164,171,118)
#929869
(146,152,105)
#80855C
(128,133,92)
#6E724F
(110,114,79)
#5C5F42
(92,95,66)
#4A4C35
(74,76,53)
#383928
(56,57,40)
#26261B
(38,38,27)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #C8D190

#C8D190
(200,209,144)
#CDD59A
(205,213,154)
#D2D9A4
(210,217,164)
#D7DDAE
(215,221,174)
#DCE1B8
(220,225,184)
#E1E5C2
(225,229,194)
#E6E9CC
(230,233,204)
#EBEDD6
(235,237,214)
#F0F1E0
(240,241,224)
#F5F5EA
(245,245,234)
#FAF9F4
(250,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D190; }

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

This text font color is #C8D190.


Background Color

.myBgColor { background-color: #C8D190; }

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

This div background color is #C8D190.


Border color

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

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

This div border color is #C8D190.


Opacity

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

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

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

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

This text has shadow with #C8D190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D190 on black background.


Color preview on white background

This text has color #C8D190 on white background.



Black color preview on #C8D190 background

This text has black color on #C8D190 background.


White color preview on #C8D190 background

This text has white color on #C8D190 background.