COLOR #C4F0DF

HEX: #C4F0DF RGB: (196,240,223)

Color info

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

RGB color model

#C4F0DF color RGB value is (196,240,223).

RGB: (196,240,223) (77%, 94%, 87%)

RGB channels and saturation

R 196 of 255 = 77%
G 240 of 255 = 94%
B 223 of 255 = 87%

196
240
223

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

Portions of RGB colors in percentages

R + G + B = 196 + 240 + 223 = 659 (100%)
R 196 of 659 ~ 29.74%
G 240 of 659 ~ 36.42%
B 223 of 659 ~ 33.84'%

%29.74
%36.42
%33.84

CMYK color model

#C4F0DF color CMYK value is (18,0,7,6).

  • cyan value is 18.33%
  • magenta value is 0.00%
  • yellow value is 7.08%
  • key color value is 5.88%

CMYK: (18,0,7,6)
C18M0Y7K6 (18%, 0%, 7%, 6%)
(0.18 / 0.00 / 0.07 / 0.06)

CMYK percentages

%18.33
%0
%7.08
%5.88

Codes

Color #C4F0DF in popluar color models

C4 F0 DF
RGB 196 240 223
HSL 157° 59.46% 85.49%
HSB/HSV 157° 18.33% 94.12%
CMYK 18.33% 0.00% 7.08%
5.88%

Color #C4F0DF in popluar number systems.

HEX C4 F0 DF
Decimal 196 240 223
Binary 11000100 11110000 11011111
Octal 304 360 337

Shades and tints

Shades of #C4F0DF

#C4F0DF
(196,240,223)
#B3DBCB
(179,219,203)
#A2C6B7
(162,198,183)
#91B1A3
(145,177,163)
#809C8F
(128,156,143)
#6F877B
(111,135,123)
#5E7267
(94,114,103)
#4D5D53
(77,93,83)
#3C483F
(60,72,63)
#2B332B
(43,51,43)
#1A1E17
(26,30,23)
#000000
(0,0,0)

Tints of #C4F0DF

#C4F0DF
(196,240,223)
#C9F1E1
(201,241,225)
#CEF2E3
(206,242,227)
#D3F3E5
(211,243,229)
#D8F4E7
(216,244,231)
#DDF5E9
(221,245,233)
#E2F6EB
(226,246,235)
#E7F7ED
(231,247,237)
#ECF8EF
(236,248,239)
#F1F9F1
(241,249,241)
#F6FAF3
(246,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4F0DF; }

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

This text font color is #C4F0DF.

Background Color

.myBgColor { background-color: #C4F0DF; }

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

This div background color is #C4F0DF.

Border color

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

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

This div border color is #C4F0DF.

Opacity

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

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

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

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

This text has shadow with #C4F0DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4F0DF.

Preview

Color preview on black background

This text has color #C4F0DF on black background.


Color preview on white background

This text has color #C4F0DF on white background.


Black color preview on #C4F0DF background

This text has black color on #C4F0DF background.


White color preview on #C4F0DF background

This text has white color on #C4F0DF background.


Related colors

Complementary color

Complementary color for #hex is #3B0F20.


I love getcolorcode.com

Triadic colors

1 #DFC4F0 and #F0DFC4 with #C4F0DF are triadic colors.

2 #DFF0C4 and #F0C4DF with #C4F0DF are triadic colors.