COLOR #C4E5DF

HEX: #C4E5DF RGB: (196,229,223)

Color info

#C4E5DF contains red, green and blue colors in about the same proportion. Web safe color of #C4E5DF is #CCCCCC (or #CCC).

RGB color model

#C4E5DF color RGB value is (196,229,223).

RGB: (196,229,223) (77%, 90%, 87%)

RGB channels and saturation

R 196 of 255 = 77%
G 229 of 255 = 90%
B 223 of 255 = 87%

196
229
223

R + G + B ~ 85%. #C4E5DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 229 + 223 = 648 (100%)
R 196 of 648 ~ 30.25%
G 229 of 648 ~ 35.34%
B 223 of 648 ~ 34.41'%

%30.25
%35.34
%34.41

CMYK color model

#C4E5DF color CMYK value is (14,0,3,10).

  • cyan value is 14.41%
  • magenta value is 0.00%
  • yellow value is 2.62%
  • key color value is 10.20%

CMYK: (14,0,3,10)
C14M0Y3K10 (14%, 0%, 3%, 10%)
(0.14 / 0.00 / 0.03 / 0.10)

CMYK percentages

%14.41
%0
%2.62
%10.2

Codes

Color #C4E5DF in popluar color models

C4 E5 DF
RGB 196 229 223
HSL 169° 38.82% 83.33%
HSB/HSV 169° 14.41% 89.80%
CMYK 14.41% 0.00% 2.62%
10.20%

Color #C4E5DF in popluar number systems.

HEX C4 E5 DF
Decimal 196 229 223
Binary 11000100 11100101 11011111
Octal 304 345 337

Shades and tints

Shades of #C4E5DF

#C4E5DF
(196,229,223)
#B3D1CB
(179,209,203)
#A2BDB7
(162,189,183)
#91A9A3
(145,169,163)
#80958F
(128,149,143)
#6F817B
(111,129,123)
#5E6D67
(94,109,103)
#4D5953
(77,89,83)
#3C453F
(60,69,63)
#2B312B
(43,49,43)
#1A1D17
(26,29,23)
#000000
(0,0,0)

Tints of #C4E5DF

#C4E5DF
(196,229,223)
#C9E7E1
(201,231,225)
#CEE9E3
(206,233,227)
#D3EBE5
(211,235,229)
#D8EDE7
(216,237,231)
#DDEFE9
(221,239,233)
#E2F1EB
(226,241,235)
#E7F3ED
(231,243,237)
#ECF5EF
(236,245,239)
#F1F7F1
(241,247,241)
#F6F9F3
(246,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4E5DF; }

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

This text font color is #C4E5DF.

Background Color

.myBgColor { background-color: #C4E5DF; }

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

This div background color is #C4E5DF.

Border color

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

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

This div border color is #C4E5DF.

Opacity

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

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

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

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

This text has shadow with #C4E5DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4E5DF.

Preview

Color preview on black background

This text has color #C4E5DF on black background.


Color preview on white background

This text has color #C4E5DF on white background.


Black color preview on #C4E5DF background

This text has black color on #C4E5DF background.


White color preview on #C4E5DF background

This text has white color on #C4E5DF background.


Related colors

Complementary color

Complementary color for #hex is #3B1A20.


I love getcolorcode.com

Triadic colors

1 #DFC4E5 and #E5DFC4 with #C4E5DF are triadic colors.

2 #DFE5C4 and #E5C4DF with #C4E5DF are triadic colors.