COLOR #C4F0D2

HEX: #C4F0D2
RGB: (196,240,210)

Color info

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

RGB color model

#C4F0D2 color RGB value is (196,240,210).

  • red value is 196;
  • green value is 240;
  • blue value is 210.
RGB:
(196,240,210)
(77%,94%,82%)

RGB channels and saturation

R 196 of 255 = 77%
G 240 of 255 = 94%
B 210 of 255 = 82%

196
240
210

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

Portions of RGB colors in percentages

R + G + B =
196 + 240 + 210 = 646 (100%)
R 196 of 646 ~ 30.34%
G 240 of 646 ~ 37.15%
B 210 of 646 ~ 32.51%

%30.34
%37.15
%32.51

CMYK color model

#C4F0D2 color CMYK value is (18,0,13,6).

  • cyan value is 18.33%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 5.88%
CMYK:
(18,0,13,6)
C18M0Y13K6 
(18%,0%,13%,6%)
(0.18/0.00/0.13/0.06)	

CMYK percentages

%18.33
%0
%12.5
%5.88

Codes

Color #C4F0D2 in popluar color models

C4F0D2
RGB196240210
HSL139°59.46%85.49%
HSB/HSV139°18.33%94.12%
CMYK18.33%0.00%12.50%
5.88%

Color #C4F0D2 in popluar number systems.

HEXC4F0D2
Decimal196240210
Binary110001001111000011010010
Octal304360322

Shades and tints

Shades of #C4F0D2

#C4F0D2
(196,240,210)
#B3DBBF
(179,219,191)
#A2C6AC
(162,198,172)
#91B199
(145,177,153)
#809C86
(128,156,134)
#6F8773
(111,135,115)
#5E7260
(94,114,96)
#4D5D4D
(77,93,77)
#3C483A
(60,72,58)
#2B3327
(43,51,39)
#1A1E14
(26,30,20)
#000000
(0,0,0)

Tints of #C4F0D2

#C4F0D2
(196,240,210)
#C9F1D6
(201,241,214)
#CEF2DA
(206,242,218)
#D3F3DE
(211,243,222)
#D8F4E2
(216,244,226)
#DDF5E6
(221,245,230)
#E2F6EA
(226,246,234)
#E7F7EE
(231,247,238)
#ECF8F2
(236,248,242)
#F1F9F6
(241,249,246)
#F6FAFA
(246,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4F0D2 color. Also use rgb(196,240,210) instead hex code.

Text Font Color

.myTextColor { color: #C4F0D2; }

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

This text font color is #C4F0D2.


Background Color

.myBgColor { background-color: #C4F0D2; }

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

This div background color is #C4F0D2.


Border color

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

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

This div border color is #C4F0D2.


Opacity

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

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

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

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

This text has shadow with #C4F0D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F0D2 on black background.


Color preview on white background

This text has color #C4F0D2 on white background.



Black color preview on #C4F0D2 background

This text has black color on #C4F0D2 background.


White color preview on #C4F0D2 background

This text has white color on #C4F0D2 background.