COLOR #C8DE95

HEX: #C8DE95
RGB: (200,222,149)

Color info

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

RGB color model

#C8DE95 color RGB value is (200,222,149).

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

RGB channels and saturation

R 200 of 255 = 78%
G 222 of 255 = 87%
B 149 of 255 = 58%

200
222
149

R + G + B ~ 74%. #C8DE95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 222 + 149 = 571 (100%)
R 200 of 571 ~ 35.03%
G 222 of 571 ~ 38.88%
B 149 of 571 ~ 26.09%

%35.03
%38.88
%26.09

CMYK color model

#C8DE95 color CMYK value is (10,0,33,13).

  • cyan value is 9.91%
  • magenta value is 0.00%
  • yellow value is 32.88%
  • key color value is 12.94%
CMYK:
(10,0,33,13)
C10M0Y33K13 
(10%,0%,33%,13%)
(0.10/0.00/0.33/0.13)	

CMYK percentages

%9.91
%0
%32.88
%12.94

Codes

Color #C8DE95 in popluar color models

C8DE95
RGB200222149
HSL78°52.52%72.75%
HSB/HSV78°32.88%87.06%
CMYK9.91%0.00%32.88%
12.94%

Color #C8DE95 in popluar number systems.

HEXC8DE95
Decimal200222149
Binary110010001101111010010101
Octal310336225

Shades and tints

Shades of #C8DE95

#C8DE95
(200,222,149)
#B6CA88
(182,202,136)
#A4B67B
(164,182,123)
#92A26E
(146,162,110)
#808E61
(128,142,97)
#6E7A54
(110,122,84)
#5C6647
(92,102,71)
#4A523A
(74,82,58)
#383E2D
(56,62,45)
#262A20
(38,42,32)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #C8DE95

#C8DE95
(200,222,149)
#CDE19E
(205,225,158)
#D2E4A7
(210,228,167)
#D7E7B0
(215,231,176)
#DCEAB9
(220,234,185)
#E1EDC2
(225,237,194)
#E6F0CB
(230,240,203)
#EBF3D4
(235,243,212)
#F0F6DD
(240,246,221)
#F5F9E6
(245,249,230)
#FAFCEF
(250,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8DE95; }

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

This text font color is #C8DE95.


Background Color

.myBgColor { background-color: #C8DE95; }

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

This div background color is #C8DE95.


Border color

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

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

This div border color is #C8DE95.


Opacity

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

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

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

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

This text has shadow with #C8DE95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8DE95 on black background.


Color preview on white background

This text has color #C8DE95 on white background.



Black color preview on #C8DE95 background

This text has black color on #C8DE95 background.


White color preview on #C8DE95 background

This text has white color on #C8DE95 background.