COLOR #C7E8AE

HEX: #C7E8AE RGB: (199,232,174)

Color info

#C7E8AE contains red, green and blue colors in about the same proportion. Web safe color of #C7E8AE is #CCFF99 (or #CF9).

RGB color model

#C7E8AE color RGB value is (199,232,174).

RGB: (199,232,174) (78%, 91%, 68%)

RGB channels and saturation

R 199 of 255 = 78%
G 232 of 255 = 91%
B 174 of 255 = 68%

199
232
174

R + G + B ~ 79%. #C7E8AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 232 + 174 = 605 (100%)
R 199 of 605 ~ 32.89%
G 232 of 605 ~ 38.35%
B 174 of 605 ~ 28.76'%

%32.89
%38.35
%28.76

CMYK color model

#C7E8AE color CMYK value is (14,0,25,9).

  • cyan value is 14.22%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 9.02%

CMYK: (14,0,25,9)
C14M0Y25K9 (14%, 0%, 25%, 9%)
(0.14 / 0.00 / 0.25 / 0.09)

CMYK percentages

%14.22
%0
%25
%9.02

Codes

Color #C7E8AE in popluar color models

C7 E8 AE
RGB 199 232 174
HSL 94° 55.77% 79.61%
HSB/HSV 94° 25.00% 90.98%
CMYK 14.22% 0.00% 25.00%
9.02%

Color #C7E8AE in popluar number systems.

HEX C7 E8 AE
Decimal 199 232 174
Binary 11000111 11101000 10101110
Octal 307 350 256

Shades and tints

Shades of #C7E8AE

#C7E8AE
(199,232,174)
#B5D39F
(181,211,159)
#A3BE90
(163,190,144)
#91A981
(145,169,129)
#7F9472
(127,148,114)
#6D7F63
(109,127,99)
#5B6A54
(91,106,84)
#495545
(73,85,69)
#374036
(55,64,54)
#252B27
(37,43,39)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #C7E8AE

#C7E8AE
(199,232,174)
#CCEAB5
(204,234,181)
#D1ECBC
(209,236,188)
#D6EEC3
(214,238,195)
#DBF0CA
(219,240,202)
#E0F2D1
(224,242,209)
#E5F4D8
(229,244,216)
#EAF6DF
(234,246,223)
#EFF8E6
(239,248,230)
#F4FAED
(244,250,237)
#F9FCF4
(249,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E8AE; }

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

This text font color is #C7E8AE.

Background Color

.myBgColor { background-color: #C7E8AE; }

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

This div background color is #C7E8AE.

Border color

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

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

This div border color is #C7E8AE.

Opacity

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

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

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

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

This text has shadow with #C7E8AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7E8AE.

Preview

Color preview on black background

This text has color #C7E8AE on black background.


Color preview on white background

This text has color #C7E8AE on white background.


Black color preview on #C7E8AE background

This text has black color on #C7E8AE background.


White color preview on #C7E8AE background

This text has white color on #C7E8AE background.


Related colors

Complementary color

Complementary color for #hex is #381751.


I love getcolorcode.com

Triadic colors

1 #AEC7E8 and #E8AEC7 with #C7E8AE are triadic colors.

2 #AEE8C7 and #E8C7AE with #C7E8AE are triadic colors.