COLOR #C4F7CE

HEX: #C4F7CE
RGB: (196,247,206)

Color info

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

RGB color model

#C4F7CE color RGB value is (196,247,206).

  • red value is 196;
  • green value is 247;
  • blue value is 206.
RGB:
(196,247,206)
(77%,97%,81%)

RGB channels and saturation

R 196 of 255 = 77%
G 247 of 255 = 97%
B 206 of 255 = 81%

196
247
206

R + G + B ~ 85%. #C4F7CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 247 + 206 = 649 (100%)
R 196 of 649 ~ 30.2%
G 247 of 649 ~ 38.06%
B 206 of 649 ~ 31.74%

%30.2
%38.06
%31.74

CMYK color model

#C4F7CE color CMYK value is (21,0,17,3).

  • cyan value is 20.65%
  • magenta value is 0.00%
  • yellow value is 16.60%
  • key color value is 3.14%
CMYK:
(21,0,17,3)
C21M0Y17K3 
(21%,0%,17%,3%)
(0.21/0.00/0.17/0.03)	

CMYK percentages

%20.65
%0
%16.6
%3.14

Codes

Color #C4F7CE in popluar color models

C4F7CE
RGB196247206
HSL132°76.12%86.86%
HSB/HSV132°20.65%96.86%
CMYK20.65%0.00%16.60%
3.14%

Color #C4F7CE in popluar number systems.

HEXC4F7CE
Decimal196247206
Binary110001001111011111001110
Octal304367316

Shades and tints

Shades of #C4F7CE

#C4F7CE
(196,247,206)
#B3E1BC
(179,225,188)
#A2CBAA
(162,203,170)
#91B598
(145,181,152)
#809F86
(128,159,134)
#6F8974
(111,137,116)
#5E7362
(94,115,98)
#4D5D50
(77,93,80)
#3C473E
(60,71,62)
#2B312C
(43,49,44)
#1A1B1A
(26,27,26)
#000000
(0,0,0)

Tints of #C4F7CE

#C4F7CE
(196,247,206)
#C9F7D2
(201,247,210)
#CEF7D6
(206,247,214)
#D3F7DA
(211,247,218)
#D8F7DE
(216,247,222)
#DDF7E2
(221,247,226)
#E2F7E6
(226,247,230)
#E7F7EA
(231,247,234)
#ECF7EE
(236,247,238)
#F1F7F2
(241,247,242)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4F7CE color. Also use rgb(196,247,206) instead hex code.

Text Font Color

.myTextColor { color: #C4F7CE; }

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

This text font color is #C4F7CE.


Background Color

.myBgColor { background-color: #C4F7CE; }

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

This div background color is #C4F7CE.


Border color

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

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

This div border color is #C4F7CE.


Opacity

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

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

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

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

This text has shadow with #C4F7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F7CE on black background.


Color preview on white background

This text has color #C4F7CE on white background.



Black color preview on #C4F7CE background

This text has black color on #C4F7CE background.


White color preview on #C4F7CE background

This text has white color on #C4F7CE background.