COLOR #C7EDAE

HEX: #C7EDAE
RGB: (199,237,174)

Color info

#C7EDAE contains mainly red and green colors. Web safe color of #C7EDAE is #CCFF99 (or #CF9).

RGB color model

#C7EDAE color RGB value is (199,237,174).

  • red value is 199;
  • green value is 237;
  • blue value is 174.
RGB:
(199,237,174)
(78%,93%,68%)

RGB channels and saturation

R 199 of 255 = 78%
G 237 of 255 = 93%
B 174 of 255 = 68%

199
237
174

R + G + B ~ 80%. #C7EDAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 237 + 174 = 610 (100%)
R 199 of 610 ~ 32.62%
G 237 of 610 ~ 38.85%
B 174 of 610 ~ 28.52%

%32.62
%38.85
%28.52

CMYK color model

#C7EDAE color CMYK value is (16,0,27,7).

  • cyan value is 16.03%
  • magenta value is 0.00%
  • yellow value is 26.58%
  • key color value is 7.06%
CMYK:
(16,0,27,7)
C16M0Y27K7 
(16%,0%,27%,7%)
(0.16/0.00/0.27/0.07)	

CMYK percentages

%16.03
%0
%26.58
%7.06

Codes

Color #C7EDAE in popluar color models

C7EDAE
RGB199237174
HSL96°63.64%80.59%
HSB/HSV96°26.58%92.94%
CMYK16.03%0.00%26.58%
7.06%

Color #C7EDAE in popluar number systems.

HEXC7EDAE
Decimal199237174
Binary110001111110110110101110
Octal307355256

Shades and tints

Shades of #C7EDAE

#C7EDAE
(199,237,174)
#B5D89F
(181,216,159)
#A3C390
(163,195,144)
#91AE81
(145,174,129)
#7F9972
(127,153,114)
#6D8463
(109,132,99)
#5B6F54
(91,111,84)
#495A45
(73,90,69)
#374536
(55,69,54)
#253027
(37,48,39)
#131B18
(19,27,24)
#000000
(0,0,0)

Tints of #C7EDAE

#C7EDAE
(199,237,174)
#CCEEB5
(204,238,181)
#D1EFBC
(209,239,188)
#D6F0C3
(214,240,195)
#DBF1CA
(219,241,202)
#E0F2D1
(224,242,209)
#E5F3D8
(229,243,216)
#EAF4DF
(234,244,223)
#EFF5E6
(239,245,230)
#F4F6ED
(244,246,237)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7EDAE color. Also use rgb(199,237,174) instead hex code.

Text Font Color

.myTextColor { color: #C7EDAE; }

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

This text font color is #C7EDAE.


Background Color

.myBgColor { background-color: #C7EDAE; }

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

This div background color is #C7EDAE.


Border color

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

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

This div border color is #C7EDAE.


Opacity

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

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

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

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

This text has shadow with #C7EDAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7EDAE on black background.


Color preview on white background

This text has color #C7EDAE on white background.



Black color preview on #C7EDAE background

This text has black color on #C7EDAE background.


White color preview on #C7EDAE background

This text has white color on #C7EDAE background.