COLOR #C4F7D8

HEX: #C4F7D8
RGB: (196,247,216)

Color info

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

RGB color model

#C4F7D8 color RGB value is (196,247,216).

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

RGB channels and saturation

R 196 of 255 = 77%
G 247 of 255 = 97%
B 216 of 255 = 85%

196
247
216

R + G + B ~ 86%. #C4F7D8 is light color.

Portions of RGB colors in percentages

R + G + B =
196 + 247 + 216 = 659 (100%)
R 196 of 659 ~ 29.74%
G 247 of 659 ~ 37.48%
B 216 of 659 ~ 32.78%

%29.74
%37.48
%32.78

CMYK color model

#C4F7D8 color CMYK value is (21,0,13,3).

  • cyan value is 20.65%
  • magenta value is 0.00%
  • yellow value is 12.55%
  • key color value is 3.14%
CMYK:
(21,0,13,3)
C21M0Y13K3 
(21%,0%,13%,3%)
(0.21/0.00/0.13/0.03)	

CMYK percentages

%20.65
%0
%12.55
%3.14

Codes

Color #C4F7D8 in popluar color models

C4F7D8
RGB196247216
HSL144°76.12%86.86%
HSB/HSV144°20.65%96.86%
CMYK20.65%0.00%12.55%
3.14%

Color #C4F7D8 in popluar number systems.

HEXC4F7D8
Decimal196247216
Binary110001001111011111011000
Octal304367330

Shades and tints

Shades of #C4F7D8

#C4F7D8
(196,247,216)
#B3E1C5
(179,225,197)
#A2CBB2
(162,203,178)
#91B59F
(145,181,159)
#809F8C
(128,159,140)
#6F8979
(111,137,121)
#5E7366
(94,115,102)
#4D5D53
(77,93,83)
#3C4740
(60,71,64)
#2B312D
(43,49,45)
#1A1B1A
(26,27,26)
#000000
(0,0,0)

Tints of #C4F7D8

#C4F7D8
(196,247,216)
#C9F7DB
(201,247,219)
#CEF7DE
(206,247,222)
#D3F7E1
(211,247,225)
#D8F7E4
(216,247,228)
#DDF7E7
(221,247,231)
#E2F7EA
(226,247,234)
#E7F7ED
(231,247,237)
#ECF7F0
(236,247,240)
#F1F7F3
(241,247,243)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4F7D8; }

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

This text font color is #C4F7D8.


Background Color

.myBgColor { background-color: #C4F7D8; }

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

This div background color is #C4F7D8.


Border color

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

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

This div border color is #C4F7D8.


Opacity

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

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

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

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

This text has shadow with #C4F7D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F7D8 on black background.


Color preview on white background

This text has color #C4F7D8 on white background.



Black color preview on #C4F7D8 background

This text has black color on #C4F7D8 background.


White color preview on #C4F7D8 background

This text has white color on #C4F7D8 background.