COLOR #C4F7EA

HEX: #C4F7EA
RGB: (196,247,234)

Color info

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

RGB color model

#C4F7EA color RGB value is (196,247,234).

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

RGB channels and saturation

R 196 of 255 = 77%
G 247 of 255 = 97%
B 234 of 255 = 92%

196
247
234

R + G + B ~ 89%. #C4F7EA is light color.

Portions of RGB colors in percentages

R + G + B =
196 + 247 + 234 = 677 (100%)
R 196 of 677 ~ 28.95%
G 247 of 677 ~ 36.48%
B 234 of 677 ~ 34.56%

%28.95
%36.48
%34.56

CMYK color model

#C4F7EA color CMYK value is (21,0,5,3).

  • cyan value is 20.65%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 3.14%
CMYK:
(21,0,5,3)
C21M0Y5K3 
(21%,0%,5%,3%)
(0.21/0.00/0.05/0.03)	

CMYK percentages

%20.65
%0
%5.26
%3.14

Codes

Color #C4F7EA in popluar color models

C4F7EA
RGB196247234
HSL165°76.12%86.86%
HSB/HSV165°20.65%96.86%
CMYK20.65%0.00%5.26%
3.14%

Color #C4F7EA in popluar number systems.

HEXC4F7EA
Decimal196247234
Binary110001001111011111101010
Octal304367352

Shades and tints

Shades of #C4F7EA

#C4F7EA
(196,247,234)
#B3E1D5
(179,225,213)
#A2CBC0
(162,203,192)
#91B5AB
(145,181,171)
#809F96
(128,159,150)
#6F8981
(111,137,129)
#5E736C
(94,115,108)
#4D5D57
(77,93,87)
#3C4742
(60,71,66)
#2B312D
(43,49,45)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #C4F7EA

#C4F7EA
(196,247,234)
#C9F7EB
(201,247,235)
#CEF7EC
(206,247,236)
#D3F7ED
(211,247,237)
#D8F7EE
(216,247,238)
#DDF7EF
(221,247,239)
#E2F7F0
(226,247,240)
#E7F7F1
(231,247,241)
#ECF7F2
(236,247,242)
#F1F7F3
(241,247,243)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4F7EA; }

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

This text font color is #C4F7EA.


Background Color

.myBgColor { background-color: #C4F7EA; }

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

This div background color is #C4F7EA.


Border color

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

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

This div border color is #C4F7EA.


Opacity

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

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

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

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

This text has shadow with #C4F7EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F7EA on black background.


Color preview on white background

This text has color #C4F7EA on white background.



Black color preview on #C4F7EA background

This text has black color on #C4F7EA background.


White color preview on #C4F7EA background

This text has white color on #C4F7EA background.