COLOR #C7DE96

HEX: #C7DE96
RGB: (199,222,150)

Color info

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

RGB color model

#C7DE96 color RGB value is (199,222,150).

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

RGB channels and saturation

R 199 of 255 = 78%
G 222 of 255 = 87%
B 150 of 255 = 59%

199
222
150

R + G + B ~ 75%. #C7DE96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 222 + 150 = 571 (100%)
R 199 of 571 ~ 34.85%
G 222 of 571 ~ 38.88%
B 150 of 571 ~ 26.27%

%34.85
%38.88
%26.27

CMYK color model

#C7DE96 color CMYK value is (10,0,32,13).

  • cyan value is 10.36%
  • magenta value is 0.00%
  • yellow value is 32.43%
  • key color value is 12.94%
CMYK:
(10,0,32,13)
C10M0Y32K13 
(10%,0%,32%,13%)
(0.10/0.00/0.32/0.13)	

CMYK percentages

%10.36
%0
%32.43
%12.94

Codes

Color #C7DE96 in popluar color models

C7DE96
RGB199222150
HSL79°52.17%72.94%
HSB/HSV79°32.43%87.06%
CMYK10.36%0.00%32.43%
12.94%

Color #C7DE96 in popluar number systems.

HEXC7DE96
Decimal199222150
Binary110001111101111010010110
Octal307336226

Shades and tints

Shades of #C7DE96

#C7DE96
(199,222,150)
#B5CA89
(181,202,137)
#A3B67C
(163,182,124)
#91A26F
(145,162,111)
#7F8E62
(127,142,98)
#6D7A55
(109,122,85)
#5B6648
(91,102,72)
#49523B
(73,82,59)
#373E2E
(55,62,46)
#252A21
(37,42,33)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #C7DE96

#C7DE96
(199,222,150)
#CCE19F
(204,225,159)
#D1E4A8
(209,228,168)
#D6E7B1
(214,231,177)
#DBEABA
(219,234,186)
#E0EDC3
(224,237,195)
#E5F0CC
(229,240,204)
#EAF3D5
(234,243,213)
#EFF6DE
(239,246,222)
#F4F9E7
(244,249,231)
#F9FCF0
(249,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DE96; }

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

This text font color is #C7DE96.


Background Color

.myBgColor { background-color: #C7DE96; }

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

This div background color is #C7DE96.


Border color

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

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

This div border color is #C7DE96.


Opacity

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

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

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

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

This text has shadow with #C7DE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DE96 on black background.


Color preview on white background

This text has color #C7DE96 on white background.



Black color preview on #C7DE96 background

This text has black color on #C7DE96 background.


White color preview on #C7DE96 background

This text has white color on #C7DE96 background.