COLOR #C7E9AF

HEX: #C7E9AF RGB: (199,233,175)

Color info

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

RGB color model

#C7E9AF color RGB value is (199,233,175).

RGB: (199,233,175) (78%, 91%, 69%)

RGB channels and saturation

R 199 of 255 = 78%
G 233 of 255 = 91%
B 175 of 255 = 69%

199
233
175

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

Portions of RGB colors in percentages

R + G + B = 199 + 233 + 175 = 607 (100%)
R 199 of 607 ~ 32.78%
G 233 of 607 ~ 38.39%
B 175 of 607 ~ 28.83'%

%32.78
%38.39
%28.83

CMYK color model

#C7E9AF color CMYK value is (15,0,25,9).

  • cyan value is 14.59%
  • magenta value is 0.00%
  • yellow value is 24.89%
  • key color value is 8.63%
CMYK: (15,0,25,9) C15M0Y25K9 (15%,0%,25%,9%) (0.15/0.00/0.25/0.09) 

CMYK percentages

%14.59
%0
%24.89
%8.63

Codes

Color #C7E9AF in popluar color models

C7 E9 AF
RGB 199 233 175
HSL 95° 56.86% 80.00%
HSB/HSV 95° 24.89% 91.37%
CMYK 14.59% 0.00% 24.89%
8.63%

Color #C7E9AF in popluar number systems.

HEX C7 E9 AF
Decimal 199 233 175
Binary 11000111 11101001 10101111
Octal 307 351 257

Shades and tints

Shades of #C7E9AF

#C7E9AF
(199,233,175)
#B5D4A0
(181,212,160)
#A3BF91
(163,191,145)
#91AA82
(145,170,130)
#7F9573
(127,149,115)
#6D8064
(109,128,100)
#5B6B55
(91,107,85)
#495646
(73,86,70)
#374137
(55,65,55)
#252C28
(37,44,40)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #C7E9AF

#C7E9AF
(199,233,175)
#CCEBB6
(204,235,182)
#D1EDBD
(209,237,189)
#D6EFC4
(214,239,196)
#DBF1CB
(219,241,203)
#E0F3D2
(224,243,210)
#E5F5D9
(229,245,217)
#EAF7E0
(234,247,224)
#EFF9E7
(239,249,231)
#F4FBEE
(244,251,238)
#F9FDF5
(249,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E9AF color. Also use rgb(199,233,175) instead hex code.

Text Font Color

.myTextColor { color: #C7E9AF; }

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

This text font color is #C7E9AF.

Background Color

.myBgColor { background-color: #C7E9AF; }

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

This div background color is #C7E9AF.

Border color

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

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

This div border color is #C7E9AF.

Opacity

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

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

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

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

This text has shadow with #C7E9AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7E9AF.

Preview

Color preview on black background

This text has color #C7E9AF on black background.


Color preview on white background

This text has color #C7E9AF on white background.


Black color preview on #C7E9AF background

This text has black color on #C7E9AF background.


White color preview on #C7E9AF background

This text has white color on #C7E9AF background.


Related colors

Complementary color

Complementary color for #hex is #381650.


I love getcolorcode.com

Triadic colors

1 #AFC7E9 and #E9AFC7 with #C7E9AF are triadic colors.

2 #AFE9C7 and #E9C7AF with #C7E9AF are triadic colors.