COLOR #C7F2C2

HEX: #C7F2C2
RGB: (199,242,194)

Color info

#C7F2C2 contains red, green and blue colors in about the same proportion. Web safe color of #C7F2C2 is #CCFFCC (or #CFC).

RGB color model

#C7F2C2 color RGB value is (199,242,194).

  • red value is 199;
  • green value is 242;
  • blue value is 194.
RGB:
(199,242,194)
(78%,95%,76%)

RGB channels and saturation

R 199 of 255 = 78%
G 242 of 255 = 95%
B 194 of 255 = 76%

199
242
194

R + G + B ~ 83%. #C7F2C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 242 + 194 = 635 (100%)
R 199 of 635 ~ 31.34%
G 242 of 635 ~ 38.11%
B 194 of 635 ~ 30.55%

%31.34
%38.11
%30.55

CMYK color model

#C7F2C2 color CMYK value is (18,0,20,5).

  • cyan value is 17.77%
  • magenta value is 0.00%
  • yellow value is 19.83%
  • key color value is 5.10%
CMYK:
(18,0,20,5)
C18M0Y20K5 
(18%,0%,20%,5%)
(0.18/0.00/0.20/0.05)	

CMYK percentages

%17.77
%0
%19.83
%5.1

Codes

Color #C7F2C2 in popluar color models

C7F2C2
RGB199242194
HSL114°64.86%85.49%
HSB/HSV114°19.83%94.90%
CMYK17.77%0.00%19.83%
5.10%

Color #C7F2C2 in popluar number systems.

HEXC7F2C2
Decimal199242194
Binary110001111111001011000010
Octal307362302

Shades and tints

Shades of #C7F2C2

#C7F2C2
(199,242,194)
#B5DCB1
(181,220,177)
#A3C6A0
(163,198,160)
#91B08F
(145,176,143)
#7F9A7E
(127,154,126)
#6D846D
(109,132,109)
#5B6E5C
(91,110,92)
#49584B
(73,88,75)
#37423A
(55,66,58)
#252C29
(37,44,41)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #C7F2C2

#C7F2C2
(199,242,194)
#CCF3C7
(204,243,199)
#D1F4CC
(209,244,204)
#D6F5D1
(214,245,209)
#DBF6D6
(219,246,214)
#E0F7DB
(224,247,219)
#E5F8E0
(229,248,224)
#EAF9E5
(234,249,229)
#EFFAEA
(239,250,234)
#F4FBEF
(244,251,239)
#F9FCF4
(249,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7F2C2 color. Also use rgb(199,242,194) instead hex code.

Text Font Color

.myTextColor { color: #C7F2C2; }

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

This text font color is #C7F2C2.


Background Color

.myBgColor { background-color: #C7F2C2; }

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

This div background color is #C7F2C2.


Border color

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

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

This div border color is #C7F2C2.


Opacity

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

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

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

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

This text has shadow with #C7F2C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7F2C2 on black background.


Color preview on white background

This text has color #C7F2C2 on white background.



Black color preview on #C7F2C2 background

This text has black color on #C7F2C2 background.


White color preview on #C7F2C2 background

This text has white color on #C7F2C2 background.