COLOR #C7F4D6

HEX: #C7F4D6
RGB: (199,244,214)

Color info

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

RGB color model

#C7F4D6 color RGB value is (199,244,214).

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

RGB channels and saturation

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

199
244
214

R + G + B ~ 86%. #C7F4D6 is light color.

Portions of RGB colors in percentages

R + G + B =
199 + 244 + 214 = 657 (100%)
R 199 of 657 ~ 30.29%
G 244 of 657 ~ 37.14%
B 214 of 657 ~ 32.57%

%30.29
%37.14
%32.57

CMYK color model

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

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

CMYK percentages

%18.44
%0
%12.3
%4.31

Codes

Color #C7F4D6 in popluar color models

C7F4D6
RGB199244214
HSL140°67.16%86.86%
HSB/HSV140°18.44%95.69%
CMYK18.44%0.00%12.30%
4.31%

Color #C7F4D6 in popluar number systems.

HEXC7F4D6
Decimal199244214
Binary110001111111010011010110
Octal307364326

Shades and tints

Shades of #C7F4D6

#C7F4D6
(199,244,214)
#B5DEC3
(181,222,195)
#A3C8B0
(163,200,176)
#91B29D
(145,178,157)
#7F9C8A
(127,156,138)
#6D8677
(109,134,119)
#5B7064
(91,112,100)
#495A51
(73,90,81)
#37443E
(55,68,62)
#252E2B
(37,46,43)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #C7F4D6

#C7F4D6
(199,244,214)
#CCF5D9
(204,245,217)
#D1F6DC
(209,246,220)
#D6F7DF
(214,247,223)
#DBF8E2
(219,248,226)
#E0F9E5
(224,249,229)
#E5FAE8
(229,250,232)
#EAFBEB
(234,251,235)
#EFFCEE
(239,252,238)
#F4FDF1
(244,253,241)
#F9FEF4
(249,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7F4D6; }

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

This text font color is #C7F4D6.


Background Color

.myBgColor { background-color: #C7F4D6; }

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

This div background color is #C7F4D6.


Border color

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

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

This div border color is #C7F4D6.


Opacity

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

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

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

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

This text has shadow with #C7F4D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7F4D6 on black background.


Color preview on white background

This text has color #C7F4D6 on white background.



Black color preview on #C7F4D6 background

This text has black color on #C7F4D6 background.


White color preview on #C7F4D6 background

This text has white color on #C7F4D6 background.