COLOR #C7E0A1

HEX: #C7E0A1
RGB: (199,224,161)

Color info

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

RGB color model

#C7E0A1 color RGB value is (199,224,161).

  • red value is 199;
  • green value is 224;
  • blue value is 161.
RGB:
(199,224,161)
(78%,88%,63%)

RGB channels and saturation

R 199 of 255 = 78%
G 224 of 255 = 88%
B 161 of 255 = 63%

199
224
161

R + G + B ~ 76%. #C7E0A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 224 + 161 = 584 (100%)
R 199 of 584 ~ 34.08%
G 224 of 584 ~ 38.36%
B 161 of 584 ~ 27.57%

%34.08
%38.36
%27.57

CMYK color model

#C7E0A1 color CMYK value is (11,0,28,12).

  • cyan value is 11.16%
  • magenta value is 0.00%
  • yellow value is 28.13%
  • key color value is 12.16%
CMYK:
(11,0,28,12)
C11M0Y28K12 
(11%,0%,28%,12%)
(0.11/0.00/0.28/0.12)	

CMYK percentages

%11.16
%0
%28.13
%12.16

Codes

Color #C7E0A1 in popluar color models

C7E0A1
RGB199224161
HSL84°50.40%75.49%
HSB/HSV84°28.13%87.84%
CMYK11.16%0.00%28.13%
12.16%

Color #C7E0A1 in popluar number systems.

HEXC7E0A1
Decimal199224161
Binary110001111110000010100001
Octal307340241

Shades and tints

Shades of #C7E0A1

#C7E0A1
(199,224,161)
#B5CC93
(181,204,147)
#A3B885
(163,184,133)
#91A477
(145,164,119)
#7F9069
(127,144,105)
#6D7C5B
(109,124,91)
#5B684D
(91,104,77)
#49543F
(73,84,63)
#374031
(55,64,49)
#252C23
(37,44,35)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #C7E0A1

#C7E0A1
(199,224,161)
#CCE2A9
(204,226,169)
#D1E4B1
(209,228,177)
#D6E6B9
(214,230,185)
#DBE8C1
(219,232,193)
#E0EAC9
(224,234,201)
#E5ECD1
(229,236,209)
#EAEED9
(234,238,217)
#EFF0E1
(239,240,225)
#F4F2E9
(244,242,233)
#F9F4F1
(249,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E0A1 color. Also use rgb(199,224,161) instead hex code.

Text Font Color

.myTextColor { color: #C7E0A1; }

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

This text font color is #C7E0A1.


Background Color

.myBgColor { background-color: #C7E0A1; }

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

This div background color is #C7E0A1.


Border color

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

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

This div border color is #C7E0A1.


Opacity

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

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

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

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

This text has shadow with #C7E0A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E0A1 on black background.


Color preview on white background

This text has color #C7E0A1 on white background.



Black color preview on #C7E0A1 background

This text has black color on #C7E0A1 background.


White color preview on #C7E0A1 background

This text has white color on #C7E0A1 background.