COLOR #C4F3DC

HEX: #C4F3DC
RGB: (196,243,220)

Color info

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

RGB color model

#C4F3DC color RGB value is (196,243,220).

  • red value is 196;
  • green value is 243;
  • blue value is 220.
RGB:
(196,243,220)
(77%,95%,86%)

RGB channels and saturation

R 196 of 255 = 77%
G 243 of 255 = 95%
B 220 of 255 = 86%

196
243
220

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

Portions of RGB colors in percentages

R + G + B =
196 + 243 + 220 = 659 (100%)
R 196 of 659 ~ 29.74%
G 243 of 659 ~ 36.87%
B 220 of 659 ~ 33.38%

%29.74
%36.87
%33.38

CMYK color model

#C4F3DC color CMYK value is (19,0,9,5).

  • cyan value is 19.34%
  • magenta value is 0.00%
  • yellow value is 9.47%
  • key color value is 4.71%
CMYK:
(19,0,9,5)
C19M0Y9K5 
(19%,0%,9%,5%)
(0.19/0.00/0.09/0.05)	

CMYK percentages

%19.34
%0
%9.47
%4.71

Codes

Color #C4F3DC in popluar color models

C4F3DC
RGB196243220
HSL151°66.20%86.08%
HSB/HSV151°19.34%95.29%
CMYK19.34%0.00%9.47%
4.71%

Color #C4F3DC in popluar number systems.

HEXC4F3DC
Decimal196243220
Binary110001001111001111011100
Octal304363334

Shades and tints

Shades of #C4F3DC

#C4F3DC
(196,243,220)
#B3DDC8
(179,221,200)
#A2C7B4
(162,199,180)
#91B1A0
(145,177,160)
#809B8C
(128,155,140)
#6F8578
(111,133,120)
#5E6F64
(94,111,100)
#4D5950
(77,89,80)
#3C433C
(60,67,60)
#2B2D28
(43,45,40)
#1A1714
(26,23,20)
#000000
(0,0,0)

Tints of #C4F3DC

#C4F3DC
(196,243,220)
#C9F4DF
(201,244,223)
#CEF5E2
(206,245,226)
#D3F6E5
(211,246,229)
#D8F7E8
(216,247,232)
#DDF8EB
(221,248,235)
#E2F9EE
(226,249,238)
#E7FAF1
(231,250,241)
#ECFBF4
(236,251,244)
#F1FCF7
(241,252,247)
#F6FDFA
(246,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4F3DC color. Also use rgb(196,243,220) instead hex code.

Text Font Color

.myTextColor { color: #C4F3DC; }

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

This text font color is #C4F3DC.


Background Color

.myBgColor { background-color: #C4F3DC; }

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

This div background color is #C4F3DC.


Border color

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

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

This div border color is #C4F3DC.


Opacity

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

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

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

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

This text has shadow with #C4F3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F3DC on black background.


Color preview on white background

This text has color #C4F3DC on white background.



Black color preview on #C4F3DC background

This text has black color on #C4F3DC background.


White color preview on #C4F3DC background

This text has white color on #C4F3DC background.