COLOR #C4F5C8

HEX: #C4F5C8
RGB: (196,245,200)

Color info

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

RGB color model

#C4F5C8 color RGB value is (196,245,200).

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

RGB channels and saturation

R 196 of 255 = 77%
G 245 of 255 = 96%
B 200 of 255 = 78%

196
245
200

R + G + B ~ 84%. #C4F5C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 245 + 200 = 641 (100%)
R 196 of 641 ~ 30.58%
G 245 of 641 ~ 38.22%
B 200 of 641 ~ 31.2%

%30.58
%38.22
%31.2

CMYK color model

#C4F5C8 color CMYK value is (20,0,18,4).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 18.37%
  • key color value is 3.92%
CMYK:
(20,0,18,4)
C20M0Y18K4 
(20%,0%,18%,4%)
(0.20/0.00/0.18/0.04)	

CMYK percentages

%20
%0
%18.37
%3.92

Codes

Color #C4F5C8 in popluar color models

C4F5C8
RGB196245200
HSL125°71.01%86.47%
HSB/HSV125°20.00%96.08%
CMYK20.00%0.00%18.37%
3.92%

Color #C4F5C8 in popluar number systems.

HEXC4F5C8
Decimal196245200
Binary110001001111010111001000
Octal304365310

Shades and tints

Shades of #C4F5C8

#C4F5C8
(196,245,200)
#B3DFB6
(179,223,182)
#A2C9A4
(162,201,164)
#91B392
(145,179,146)
#809D80
(128,157,128)
#6F876E
(111,135,110)
#5E715C
(94,113,92)
#4D5B4A
(77,91,74)
#3C4538
(60,69,56)
#2B2F26
(43,47,38)
#1A1914
(26,25,20)
#000000
(0,0,0)

Tints of #C4F5C8

#C4F5C8
(196,245,200)
#C9F5CD
(201,245,205)
#CEF5D2
(206,245,210)
#D3F5D7
(211,245,215)
#D8F5DC
(216,245,220)
#DDF5E1
(221,245,225)
#E2F5E6
(226,245,230)
#E7F5EB
(231,245,235)
#ECF5F0
(236,245,240)
#F1F5F5
(241,245,245)
#F6F5FA
(246,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4F5C8; }

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

This text font color is #C4F5C8.


Background Color

.myBgColor { background-color: #C4F5C8; }

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

This div background color is #C4F5C8.


Border color

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

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

This div border color is #C4F5C8.


Opacity

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

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

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

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

This text has shadow with #C4F5C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F5C8 on black background.


Color preview on white background

This text has color #C4F5C8 on white background.



Black color preview on #C4F5C8 background

This text has black color on #C4F5C8 background.


White color preview on #C4F5C8 background

This text has white color on #C4F5C8 background.