COLOR #C7F4C7

HEX: #C7F4C7
RGB: (199,244,199)

Color info

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

RGB color model

#C7F4C7 color RGB value is (199,244,199).

  • red value is 199;
  • green value is 244;
  • blue value is 199.
RGB:
(199,244,199)
(78%,96%,78%)

RGB channels and saturation

R 199 of 255 = 78%
G 244 of 255 = 96%
B 199 of 255 = 78%

199
244
199

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

Portions of RGB colors in percentages

R + G + B =
199 + 244 + 199 = 642 (100%)
R 199 of 642 ~ 31%
G 244 of 642 ~ 38.01%
B 199 of 642 ~ 31%

%31
%38.01
%31

CMYK color model

#C7F4C7 color CMYK value is (18,0,18,4).

  • cyan value is 18.44%
  • magenta value is 0.00%
  • yellow value is 18.44%
  • key color value is 4.31%
CMYK:
(18,0,18,4)
C18M0Y18K4 
(18%,0%,18%,4%)
(0.18/0.00/0.18/0.04)	

CMYK percentages

%18.44
%0
%18.44
%4.31

Codes

Color #C7F4C7 in popluar color models

C7F4C7
RGB199244199
HSL120°67.16%86.86%
HSB/HSV120°18.44%95.69%
CMYK18.44%0.00%18.44%
4.31%

Color #C7F4C7 in popluar number systems.

HEXC7F4C7
Decimal199244199
Binary110001111111010011000111
Octal307364307

Shades and tints

Shades of #C7F4C7

#C7F4C7
(199,244,199)
#B5DEB5
(181,222,181)
#A3C8A3
(163,200,163)
#91B291
(145,178,145)
#7F9C7F
(127,156,127)
#6D866D
(109,134,109)
#5B705B
(91,112,91)
#495A49
(73,90,73)
#374437
(55,68,55)
#252E25
(37,46,37)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #C7F4C7

#C7F4C7
(199,244,199)
#CCF5CC
(204,245,204)
#D1F6D1
(209,246,209)
#D6F7D6
(214,247,214)
#DBF8DB
(219,248,219)
#E0F9E0
(224,249,224)
#E5FAE5
(229,250,229)
#EAFBEA
(234,251,234)
#EFFCEF
(239,252,239)
#F4FDF4
(244,253,244)
#F9FEF9
(249,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7F4C7; }

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

This text font color is #C7F4C7.


Background Color

.myBgColor { background-color: #C7F4C7; }

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

This div background color is #C7F4C7.


Border color

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

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

This div border color is #C7F4C7.


Opacity

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

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

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

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

This text has shadow with #C7F4C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7F4C7 on black background.


Color preview on white background

This text has color #C7F4C7 on white background.



Black color preview on #C7F4C7 background

This text has black color on #C7F4C7 background.


White color preview on #C7F4C7 background

This text has white color on #C7F4C7 background.