COLOR #C4F7E7

HEX: #C4F7E7
RGB: (196,247,231)

Color info

#C4F7E7 contains red, green and blue colors in about the same proportion. Web safe color of #C4F7E7 is #CCFFFF (or #CFF).

RGB color model

#C4F7E7 color RGB value is (196,247,231).

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

RGB channels and saturation

R 196 of 255 = 77%
G 247 of 255 = 97%
B 231 of 255 = 91%

196
247
231

R + G + B ~ 88%. #C4F7E7 is light color.

Portions of RGB colors in percentages

R + G + B =
196 + 247 + 231 = 674 (100%)
R 196 of 674 ~ 29.08%
G 247 of 674 ~ 36.65%
B 231 of 674 ~ 34.27%

%29.08
%36.65
%34.27

CMYK color model

#C4F7E7 color CMYK value is (21,0,6,3).

  • cyan value is 20.65%
  • magenta value is 0.00%
  • yellow value is 6.48%
  • key color value is 3.14%
CMYK:
(21,0,6,3)
C21M0Y6K3 
(21%,0%,6%,3%)
(0.21/0.00/0.06/0.03)	

CMYK percentages

%20.65
%0
%6.48
%3.14

Codes

Color #C4F7E7 in popluar color models

C4F7E7
RGB196247231
HSL161°76.12%86.86%
HSB/HSV161°20.65%96.86%
CMYK20.65%0.00%6.48%
3.14%

Color #C4F7E7 in popluar number systems.

HEXC4F7E7
Decimal196247231
Binary110001001111011111100111
Octal304367347

Shades and tints

Shades of #C4F7E7

#C4F7E7
(196,247,231)
#B3E1D2
(179,225,210)
#A2CBBD
(162,203,189)
#91B5A8
(145,181,168)
#809F93
(128,159,147)
#6F897E
(111,137,126)
#5E7369
(94,115,105)
#4D5D54
(77,93,84)
#3C473F
(60,71,63)
#2B312A
(43,49,42)
#1A1B15
(26,27,21)
#000000
(0,0,0)

Tints of #C4F7E7

#C4F7E7
(196,247,231)
#C9F7E9
(201,247,233)
#CEF7EB
(206,247,235)
#D3F7ED
(211,247,237)
#D8F7EF
(216,247,239)
#DDF7F1
(221,247,241)
#E2F7F3
(226,247,243)
#E7F7F5
(231,247,245)
#ECF7F7
(236,247,247)
#F1F7F9
(241,247,249)
#F6F7FB
(246,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4F7E7; }

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

This text font color is #C4F7E7.


Background Color

.myBgColor { background-color: #C4F7E7; }

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

This div background color is #C4F7E7.


Border color

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

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

This div border color is #C4F7E7.


Opacity

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

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

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

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

This text has shadow with #C4F7E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F7E7 on black background.


Color preview on white background

This text has color #C4F7E7 on white background.



Black color preview on #C4F7E7 background

This text has black color on #C4F7E7 background.


White color preview on #C4F7E7 background

This text has white color on #C4F7E7 background.