COLOR #C7F4A8

HEX: #C7F4A8
RGB: (199,244,168)

Color info

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

RGB color model

#C7F4A8 color RGB value is (199,244,168).

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

RGB channels and saturation

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

199
244
168

R + G + B ~ 80%. #C7F4A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 244 + 168 = 611 (100%)
R 199 of 611 ~ 32.57%
G 244 of 611 ~ 39.93%
B 168 of 611 ~ 27.5%

%32.57
%39.93
%27.5

CMYK color model

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

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

CMYK percentages

%18.44
%0
%31.15
%4.31

Codes

Color #C7F4A8 in popluar color models

C7F4A8
RGB199244168
HSL96°77.55%80.78%
HSB/HSV96°31.15%95.69%
CMYK18.44%0.00%31.15%
4.31%

Color #C7F4A8 in popluar number systems.

HEXC7F4A8
Decimal199244168
Binary110001111111010010101000
Octal307364250

Shades and tints

Shades of #C7F4A8

#C7F4A8
(199,244,168)
#B5DE99
(181,222,153)
#A3C88A
(163,200,138)
#91B27B
(145,178,123)
#7F9C6C
(127,156,108)
#6D865D
(109,134,93)
#5B704E
(91,112,78)
#495A3F
(73,90,63)
#374430
(55,68,48)
#252E21
(37,46,33)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #C7F4A8

#C7F4A8
(199,244,168)
#CCF5AF
(204,245,175)
#D1F6B6
(209,246,182)
#D6F7BD
(214,247,189)
#DBF8C4
(219,248,196)
#E0F9CB
(224,249,203)
#E5FAD2
(229,250,210)
#EAFBD9
(234,251,217)
#EFFCE0
(239,252,224)
#F4FDE7
(244,253,231)
#F9FEEE
(249,254,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7F4A8; }

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

This text font color is #C7F4A8.


Background Color

.myBgColor { background-color: #C7F4A8; }

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

This div background color is #C7F4A8.


Border color

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

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

This div border color is #C7F4A8.


Opacity

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

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

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

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

This text has shadow with #C7F4A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7F4A8 on black background.


Color preview on white background

This text has color #C7F4A8 on white background.



Black color preview on #C7F4A8 background

This text has black color on #C7F4A8 background.


White color preview on #C7F4A8 background

This text has white color on #C7F4A8 background.