COLOR #C4F9D9

HEX: #C4F9D9
RGB: (196,249,217)

Color info

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

RGB color model

#C4F9D9 color RGB value is (196,249,217).

  • red value is 196;
  • green value is 249;
  • blue value is 217.
RGB:
(196,249,217)
(77%,98%,85%)

RGB channels and saturation

R 196 of 255 = 77%
G 249 of 255 = 98%
B 217 of 255 = 85%

196
249
217

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

Portions of RGB colors in percentages

R + G + B =
196 + 249 + 217 = 662 (100%)
R 196 of 662 ~ 29.61%
G 249 of 662 ~ 37.61%
B 217 of 662 ~ 32.78%

%29.61
%37.61
%32.78

CMYK color model

#C4F9D9 color CMYK value is (21,0,13,2).

  • cyan value is 21.29%
  • magenta value is 0.00%
  • yellow value is 12.85%
  • key color value is 2.35%
CMYK:
(21,0,13,2)
C21M0Y13K2 
(21%,0%,13%,2%)
(0.21/0.00/0.13/0.02)	

CMYK percentages

%21.29
%0
%12.85
%2.35

Codes

Color #C4F9D9 in popluar color models

C4F9D9
RGB196249217
HSL144°81.54%87.25%
HSB/HSV144°21.29%97.65%
CMYK21.29%0.00%12.85%
2.35%

Color #C4F9D9 in popluar number systems.

HEXC4F9D9
Decimal196249217
Binary110001001111100111011001
Octal304371331

Shades and tints

Shades of #C4F9D9

#C4F9D9
(196,249,217)
#B3E3C6
(179,227,198)
#A2CDB3
(162,205,179)
#91B7A0
(145,183,160)
#80A18D
(128,161,141)
#6F8B7A
(111,139,122)
#5E7567
(94,117,103)
#4D5F54
(77,95,84)
#3C4941
(60,73,65)
#2B332E
(43,51,46)
#1A1D1B
(26,29,27)
#000000
(0,0,0)

Tints of #C4F9D9

#C4F9D9
(196,249,217)
#C9F9DC
(201,249,220)
#CEF9DF
(206,249,223)
#D3F9E2
(211,249,226)
#D8F9E5
(216,249,229)
#DDF9E8
(221,249,232)
#E2F9EB
(226,249,235)
#E7F9EE
(231,249,238)
#ECF9F1
(236,249,241)
#F1F9F4
(241,249,244)
#F6F9F7
(246,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4F9D9 color. Also use rgb(196,249,217) instead hex code.

Text Font Color

.myTextColor { color: #C4F9D9; }

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

This text font color is #C4F9D9.


Background Color

.myBgColor { background-color: #C4F9D9; }

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

This div background color is #C4F9D9.


Border color

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

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

This div border color is #C4F9D9.


Opacity

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

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

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

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

This text has shadow with #C4F9D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F9D9 on black background.


Color preview on white background

This text has color #C4F9D9 on white background.



Black color preview on #C4F9D9 background

This text has black color on #C4F9D9 background.


White color preview on #C4F9D9 background

This text has white color on #C4F9D9 background.