COLOR #C7F4C3

HEX: #C7F4C3
RGB: (199,244,195)

Color info

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

RGB color model

#C7F4C3 color RGB value is (199,244,195).

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

RGB channels and saturation

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

199
244
195

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

Portions of RGB colors in percentages

R + G + B =
199 + 244 + 195 = 638 (100%)
R 199 of 638 ~ 31.19%
G 244 of 638 ~ 38.24%
B 195 of 638 ~ 30.56%

%31.19
%38.24
%30.56

CMYK color model

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

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

CMYK percentages

%18.44
%0
%20.08
%4.31

Codes

Color #C7F4C3 in popluar color models

C7F4C3
RGB199244195
HSL115°69.01%86.08%
HSB/HSV115°20.08%95.69%
CMYK18.44%0.00%20.08%
4.31%

Color #C7F4C3 in popluar number systems.

HEXC7F4C3
Decimal199244195
Binary110001111111010011000011
Octal307364303

Shades and tints

Shades of #C7F4C3

#C7F4C3
(199,244,195)
#B5DEB2
(181,222,178)
#A3C8A1
(163,200,161)
#91B290
(145,178,144)
#7F9C7F
(127,156,127)
#6D866E
(109,134,110)
#5B705D
(91,112,93)
#495A4C
(73,90,76)
#37443B
(55,68,59)
#252E2A
(37,46,42)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #C7F4C3

#C7F4C3
(199,244,195)
#CCF5C8
(204,245,200)
#D1F6CD
(209,246,205)
#D6F7D2
(214,247,210)
#DBF8D7
(219,248,215)
#E0F9DC
(224,249,220)
#E5FAE1
(229,250,225)
#EAFBE6
(234,251,230)
#EFFCEB
(239,252,235)
#F4FDF0
(244,253,240)
#F9FEF5
(249,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7F4C3; }

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

This text font color is #C7F4C3.


Background Color

.myBgColor { background-color: #C7F4C3; }

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

This div background color is #C7F4C3.


Border color

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

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

This div border color is #C7F4C3.


Opacity

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

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

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

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

This text has shadow with #C7F4C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7F4C3 on black background.


Color preview on white background

This text has color #C7F4C3 on white background.



Black color preview on #C7F4C3 background

This text has black color on #C7F4C3 background.


White color preview on #C7F4C3 background

This text has white color on #C7F4C3 background.