COLOR #C7F0A2

HEX: #C7F0A2
RGB: (199,240,162)

Color info

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

RGB color model

#C7F0A2 color RGB value is (199,240,162).

  • red value is 199;
  • green value is 240;
  • blue value is 162.
RGB:
(199,240,162)
(78%,94%,64%)

RGB channels and saturation

R 199 of 255 = 78%
G 240 of 255 = 94%
B 162 of 255 = 64%

199
240
162

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

Portions of RGB colors in percentages

R + G + B =
199 + 240 + 162 = 601 (100%)
R 199 of 601 ~ 33.11%
G 240 of 601 ~ 39.93%
B 162 of 601 ~ 26.96%

%33.11
%39.93
%26.96

CMYK color model

#C7F0A2 color CMYK value is (17,0,33,6).

  • cyan value is 17.08%
  • magenta value is 0.00%
  • yellow value is 32.50%
  • key color value is 5.88%
CMYK:
(17,0,33,6)
C17M0Y33K6 
(17%,0%,33%,6%)
(0.17/0.00/0.33/0.06)	

CMYK percentages

%17.08
%0
%32.5
%5.88

Codes

Color #C7F0A2 in popluar color models

C7F0A2
RGB199240162
HSL92°72.22%78.82%
HSB/HSV92°32.50%94.12%
CMYK17.08%0.00%32.50%
5.88%

Color #C7F0A2 in popluar number systems.

HEXC7F0A2
Decimal199240162
Binary110001111111000010100010
Octal307360242

Shades and tints

Shades of #C7F0A2

#C7F0A2
(199,240,162)
#B5DB94
(181,219,148)
#A3C686
(163,198,134)
#91B178
(145,177,120)
#7F9C6A
(127,156,106)
#6D875C
(109,135,92)
#5B724E
(91,114,78)
#495D40
(73,93,64)
#374832
(55,72,50)
#253324
(37,51,36)
#131E16
(19,30,22)
#000000
(0,0,0)

Tints of #C7F0A2

#C7F0A2
(199,240,162)
#CCF1AA
(204,241,170)
#D1F2B2
(209,242,178)
#D6F3BA
(214,243,186)
#DBF4C2
(219,244,194)
#E0F5CA
(224,245,202)
#E5F6D2
(229,246,210)
#EAF7DA
(234,247,218)
#EFF8E2
(239,248,226)
#F4F9EA
(244,249,234)
#F9FAF2
(249,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7F0A2 color. Also use rgb(199,240,162) instead hex code.

Text Font Color

.myTextColor { color: #C7F0A2; }

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

This text font color is #C7F0A2.


Background Color

.myBgColor { background-color: #C7F0A2; }

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

This div background color is #C7F0A2.


Border color

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

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

This div border color is #C7F0A2.


Opacity

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

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

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

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

This text has shadow with #C7F0A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7F0A2 on black background.


Color preview on white background

This text has color #C7F0A2 on white background.



Black color preview on #C7F0A2 background

This text has black color on #C7F0A2 background.


White color preview on #C7F0A2 background

This text has white color on #C7F0A2 background.