COLOR #C4F5E4

HEX: #C4F5E4
RGB: (196,245,228)

Color info

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

RGB color model

#C4F5E4 color RGB value is (196,245,228).

  • red value is 196;
  • green value is 245;
  • blue value is 228.
RGB:
(196,245,228)
(77%,96%,89%)

RGB channels and saturation

R 196 of 255 = 77%
G 245 of 255 = 96%
B 228 of 255 = 89%

196
245
228

R + G + B ~ 87%. #C4F5E4 is light color.

Portions of RGB colors in percentages

R + G + B =
196 + 245 + 228 = 669 (100%)
R 196 of 669 ~ 29.3%
G 245 of 669 ~ 36.62%
B 228 of 669 ~ 34.08%

%29.3
%36.62
%34.08

CMYK color model

#C4F5E4 color CMYK value is (20,0,7,4).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 6.94%
  • key color value is 3.92%
CMYK:
(20,0,7,4)
C20M0Y7K4 
(20%,0%,7%,4%)
(0.20/0.00/0.07/0.04)	

CMYK percentages

%20
%0
%6.94
%3.92

Codes

Color #C4F5E4 in popluar color models

C4F5E4
RGB196245228
HSL159°71.01%86.47%
HSB/HSV159°20.00%96.08%
CMYK20.00%0.00%6.94%
3.92%

Color #C4F5E4 in popluar number systems.

HEXC4F5E4
Decimal196245228
Binary110001001111010111100100
Octal304365344

Shades and tints

Shades of #C4F5E4

#C4F5E4
(196,245,228)
#B3DFD0
(179,223,208)
#A2C9BC
(162,201,188)
#91B3A8
(145,179,168)
#809D94
(128,157,148)
#6F8780
(111,135,128)
#5E716C
(94,113,108)
#4D5B58
(77,91,88)
#3C4544
(60,69,68)
#2B2F30
(43,47,48)
#1A191C
(26,25,28)
#000000
(0,0,0)

Tints of #C4F5E4

#C4F5E4
(196,245,228)
#C9F5E6
(201,245,230)
#CEF5E8
(206,245,232)
#D3F5EA
(211,245,234)
#D8F5EC
(216,245,236)
#DDF5EE
(221,245,238)
#E2F5F0
(226,245,240)
#E7F5F2
(231,245,242)
#ECF5F4
(236,245,244)
#F1F5F6
(241,245,246)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4F5E4 color. Also use rgb(196,245,228) instead hex code.

Text Font Color

.myTextColor { color: #C4F5E4; }

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

This text font color is #C4F5E4.


Background Color

.myBgColor { background-color: #C4F5E4; }

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

This div background color is #C4F5E4.


Border color

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

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

This div border color is #C4F5E4.


Opacity

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

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

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

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

This text has shadow with #C4F5E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F5E4 on black background.


Color preview on white background

This text has color #C4F5E4 on white background.



Black color preview on #C4F5E4 background

This text has black color on #C4F5E4 background.


White color preview on #C4F5E4 background

This text has white color on #C4F5E4 background.