COLOR #C7E4AA

HEX: #C7E4AA
RGB: (199,228,170)

Color info

#C7E4AA contains red, green and blue colors in about the same proportion. Web safe color of #C7E4AA is #CCCC99 (or #CC9).

RGB color model

#C7E4AA color RGB value is (199,228,170).

  • red value is 199;
  • green value is 228;
  • blue value is 170.
RGB:
(199,228,170)
(78%,89%,67%)

RGB channels and saturation

R 199 of 255 = 78%
G 228 of 255 = 89%
B 170 of 255 = 67%

199
228
170

R + G + B ~ 78%. #C7E4AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 228 + 170 = 597 (100%)
R 199 of 597 ~ 33.33%
G 228 of 597 ~ 38.19%
B 170 of 597 ~ 28.48%

%33.33
%38.19
%28.48

CMYK color model

#C7E4AA color CMYK value is (13,0,25,11).

  • cyan value is 12.72%
  • magenta value is 0.00%
  • yellow value is 25.44%
  • key color value is 10.59%
CMYK:
(13,0,25,11)
C13M0Y25K11 
(13%,0%,25%,11%)
(0.13/0.00/0.25/0.11)	

CMYK percentages

%12.72
%0
%25.44
%10.59

Codes

Color #C7E4AA in popluar color models

C7E4AA
RGB199228170
HSL90°51.79%78.04%
HSB/HSV90°25.44%89.41%
CMYK12.72%0.00%25.44%
10.59%

Color #C7E4AA in popluar number systems.

HEXC7E4AA
Decimal199228170
Binary110001111110010010101010
Octal307344252

Shades and tints

Shades of #C7E4AA

#C7E4AA
(199,228,170)
#B5D09B
(181,208,155)
#A3BC8C
(163,188,140)
#91A87D
(145,168,125)
#7F946E
(127,148,110)
#6D805F
(109,128,95)
#5B6C50
(91,108,80)
#495841
(73,88,65)
#374432
(55,68,50)
#253023
(37,48,35)
#131C14
(19,28,20)
#000000
(0,0,0)

Tints of #C7E4AA

#C7E4AA
(199,228,170)
#CCE6B1
(204,230,177)
#D1E8B8
(209,232,184)
#D6EABF
(214,234,191)
#DBECC6
(219,236,198)
#E0EECD
(224,238,205)
#E5F0D4
(229,240,212)
#EAF2DB
(234,242,219)
#EFF4E2
(239,244,226)
#F4F6E9
(244,246,233)
#F9F8F0
(249,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E4AA color. Also use rgb(199,228,170) instead hex code.

Text Font Color

.myTextColor { color: #C7E4AA; }

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

This text font color is #C7E4AA.


Background Color

.myBgColor { background-color: #C7E4AA; }

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

This div background color is #C7E4AA.


Border color

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

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

This div border color is #C7E4AA.


Opacity

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

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

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

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

This text has shadow with #C7E4AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E4AA on black background.


Color preview on white background

This text has color #C7E4AA on white background.



Black color preview on #C7E4AA background

This text has black color on #C7E4AA background.


White color preview on #C7E4AA background

This text has white color on #C7E4AA background.