COLOR #C7DE9F

HEX: #C7DE9F
RGB: (199,222,159)

Color info

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

RGB color model

#C7DE9F color RGB value is (199,222,159).

  • red value is 199;
  • green value is 222;
  • blue value is 159.
RGB:
(199,222,159)
(78%,87%,62%)

RGB channels and saturation

R 199 of 255 = 78%
G 222 of 255 = 87%
B 159 of 255 = 62%

199
222
159

R + G + B ~ 76%. #C7DE9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 222 + 159 = 580 (100%)
R 199 of 580 ~ 34.31%
G 222 of 580 ~ 38.28%
B 159 of 580 ~ 27.41%

%34.31
%38.28
%27.41

CMYK color model

#C7DE9F color CMYK value is (10,0,28,13).

  • cyan value is 10.36%
  • magenta value is 0.00%
  • yellow value is 28.38%
  • key color value is 12.94%
CMYK:
(10,0,28,13)
C10M0Y28K13 
(10%,0%,28%,13%)
(0.10/0.00/0.28/0.13)	

CMYK percentages

%10.36
%0
%28.38
%12.94

Codes

Color #C7DE9F in popluar color models

C7DE9F
RGB199222159
HSL82°48.84%74.71%
HSB/HSV82°28.38%87.06%
CMYK10.36%0.00%28.38%
12.94%

Color #C7DE9F in popluar number systems.

HEXC7DE9F
Decimal199222159
Binary110001111101111010011111
Octal307336237

Shades and tints

Shades of #C7DE9F

#C7DE9F
(199,222,159)
#B5CA91
(181,202,145)
#A3B683
(163,182,131)
#91A275
(145,162,117)
#7F8E67
(127,142,103)
#6D7A59
(109,122,89)
#5B664B
(91,102,75)
#49523D
(73,82,61)
#373E2F
(55,62,47)
#252A21
(37,42,33)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #C7DE9F

#C7DE9F
(199,222,159)
#CCE1A7
(204,225,167)
#D1E4AF
(209,228,175)
#D6E7B7
(214,231,183)
#DBEABF
(219,234,191)
#E0EDC7
(224,237,199)
#E5F0CF
(229,240,207)
#EAF3D7
(234,243,215)
#EFF6DF
(239,246,223)
#F4F9E7
(244,249,231)
#F9FCEF
(249,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7DE9F color. Also use rgb(199,222,159) instead hex code.

Text Font Color

.myTextColor { color: #C7DE9F; }

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

This text font color is #C7DE9F.


Background Color

.myBgColor { background-color: #C7DE9F; }

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

This div background color is #C7DE9F.


Border color

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

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

This div border color is #C7DE9F.


Opacity

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

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

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

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

This text has shadow with #C7DE9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DE9F on black background.


Color preview on white background

This text has color #C7DE9F on white background.



Black color preview on #C7DE9F background

This text has black color on #C7DE9F background.


White color preview on #C7DE9F background

This text has white color on #C7DE9F background.