COLOR #C7F7C2

HEX: #C7F7C2
RGB: (199,247,194)

Color info

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

RGB color model

#C7F7C2 color RGB value is (199,247,194).

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

RGB channels and saturation

R 199 of 255 = 78%
G 247 of 255 = 97%
B 194 of 255 = 76%

199
247
194

R + G + B ~ 84%. #C7F7C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 247 + 194 = 640 (100%)
R 199 of 640 ~ 31.09%
G 247 of 640 ~ 38.59%
B 194 of 640 ~ 30.31%

%31.09
%38.59
%30.31

CMYK color model

#C7F7C2 color CMYK value is (19,0,21,3).

  • cyan value is 19.43%
  • magenta value is 0.00%
  • yellow value is 21.46%
  • key color value is 3.14%
CMYK:
(19,0,21,3)
C19M0Y21K3 
(19%,0%,21%,3%)
(0.19/0.00/0.21/0.03)	

CMYK percentages

%19.43
%0
%21.46
%3.14

Codes

Color #C7F7C2 in popluar color models

C7F7C2
RGB199247194
HSL114°76.81%86.47%
HSB/HSV114°21.46%96.86%
CMYK19.43%0.00%21.46%
3.14%

Color #C7F7C2 in popluar number systems.

HEXC7F7C2
Decimal199247194
Binary110001111111011111000010
Octal307367302

Shades and tints

Shades of #C7F7C2

#C7F7C2
(199,247,194)
#B5E1B1
(181,225,177)
#A3CBA0
(163,203,160)
#91B58F
(145,181,143)
#7F9F7E
(127,159,126)
#6D896D
(109,137,109)
#5B735C
(91,115,92)
#495D4B
(73,93,75)
#37473A
(55,71,58)
#253129
(37,49,41)
#131B18
(19,27,24)
#000000
(0,0,0)

Tints of #C7F7C2

#C7F7C2
(199,247,194)
#CCF7C7
(204,247,199)
#D1F7CC
(209,247,204)
#D6F7D1
(214,247,209)
#DBF7D6
(219,247,214)
#E0F7DB
(224,247,219)
#E5F7E0
(229,247,224)
#EAF7E5
(234,247,229)
#EFF7EA
(239,247,234)
#F4F7EF
(244,247,239)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7F7C2; }

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

This text font color is #C7F7C2.


Background Color

.myBgColor { background-color: #C7F7C2; }

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

This div background color is #C7F7C2.


Border color

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

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

This div border color is #C7F7C2.


Opacity

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

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

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

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

This text has shadow with #C7F7C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7F7C2 on black background.


Color preview on white background

This text has color #C7F7C2 on white background.



Black color preview on #C7F7C2 background

This text has black color on #C7F7C2 background.


White color preview on #C7F7C2 background

This text has white color on #C7F7C2 background.