COLOR #C4F8C8

HEX: #C4F8C8
RGB: (196,248,200)

Color info

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

RGB color model

#C4F8C8 color RGB value is (196,248,200).

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

RGB channels and saturation

R 196 of 255 = 77%
G 248 of 255 = 97%
B 200 of 255 = 78%

196
248
200

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

Portions of RGB colors in percentages

R + G + B =
196 + 248 + 200 = 644 (100%)
R 196 of 644 ~ 30.43%
G 248 of 644 ~ 38.51%
B 200 of 644 ~ 31.06%

%30.43
%38.51
%31.06

CMYK color model

#C4F8C8 color CMYK value is (21,0,19,3).

  • cyan value is 20.97%
  • magenta value is 0.00%
  • yellow value is 19.35%
  • key color value is 2.75%
CMYK:
(21,0,19,3)
C21M0Y19K3 
(21%,0%,19%,3%)
(0.21/0.00/0.19/0.03)	

CMYK percentages

%20.97
%0
%19.35
%2.75

Codes

Color #C4F8C8 in popluar color models

C4F8C8
RGB196248200
HSL125°78.79%87.06%
HSB/HSV125°20.97%97.25%
CMYK20.97%0.00%19.35%
2.75%

Color #C4F8C8 in popluar number systems.

HEXC4F8C8
Decimal196248200
Binary110001001111100011001000
Octal304370310

Shades and tints

Shades of #C4F8C8

#C4F8C8
(196,248,200)
#B3E2B6
(179,226,182)
#A2CCA4
(162,204,164)
#91B692
(145,182,146)
#80A080
(128,160,128)
#6F8A6E
(111,138,110)
#5E745C
(94,116,92)
#4D5E4A
(77,94,74)
#3C4838
(60,72,56)
#2B3226
(43,50,38)
#1A1C14
(26,28,20)
#000000
(0,0,0)

Tints of #C4F8C8

#C4F8C8
(196,248,200)
#C9F8CD
(201,248,205)
#CEF8D2
(206,248,210)
#D3F8D7
(211,248,215)
#D8F8DC
(216,248,220)
#DDF8E1
(221,248,225)
#E2F8E6
(226,248,230)
#E7F8EB
(231,248,235)
#ECF8F0
(236,248,240)
#F1F8F5
(241,248,245)
#F6F8FA
(246,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4F8C8; }

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

This text font color is #C4F8C8.


Background Color

.myBgColor { background-color: #C4F8C8; }

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

This div background color is #C4F8C8.


Border color

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

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

This div border color is #C4F8C8.


Opacity

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

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

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

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

This text has shadow with #C4F8C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F8C8 on black background.


Color preview on white background

This text has color #C4F8C8 on white background.



Black color preview on #C4F8C8 background

This text has black color on #C4F8C8 background.


White color preview on #C4F8C8 background

This text has white color on #C4F8C8 background.