COLOR #C4EDDE

HEX: #C4EDDE RGB: (196,237,222)

Color info

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

RGB color model

#C4EDDE color RGB value is (196,237,222).

RGB: (196,237,222) (77%, 93%, 87%)

RGB channels and saturation

R 196 of 255 = 77%
G 237 of 255 = 93%
B 222 of 255 = 87%

196
237
222

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

Portions of RGB colors in percentages

R + G + B = 196 + 237 + 222 = 655 (100%)
R 196 of 655 ~ 29.92%
G 237 of 655 ~ 36.18%
B 222 of 655 ~ 33.89'%

%29.92
%36.18
%33.89

CMYK color model

#C4EDDE color CMYK value is (17,0,6,7).

  • cyan value is 17.30%
  • magenta value is 0.00%
  • yellow value is 6.33%
  • key color value is 7.06%

CMYK: (17,0,6,7)
C17M0Y6K7 (17%, 0%, 6%, 7%)
(0.17 / 0.00 / 0.06 / 0.07)

CMYK percentages

%17.3
%0
%6.33
%7.06

Codes

Color #C4EDDE in popluar color models

C4 ED DE
RGB 196 237 222
HSL 158° 53.25% 84.90%
HSB/HSV 158° 17.30% 92.94%
CMYK 17.30% 0.00% 6.33%
7.06%

Color #C4EDDE in popluar number systems.

HEX C4 ED DE
Decimal 196 237 222
Binary 11000100 11101101 11011110
Octal 304 355 336

Shades and tints

Shades of #C4EDDE

#C4EDDE
(196,237,222)
#B3D8CA
(179,216,202)
#A2C3B6
(162,195,182)
#91AEA2
(145,174,162)
#80998E
(128,153,142)
#6F847A
(111,132,122)
#5E6F66
(94,111,102)
#4D5A52
(77,90,82)
#3C453E
(60,69,62)
#2B302A
(43,48,42)
#1A1B16
(26,27,22)
#000000
(0,0,0)

Tints of #C4EDDE

#C4EDDE
(196,237,222)
#C9EEE1
(201,238,225)
#CEEFE4
(206,239,228)
#D3F0E7
(211,240,231)
#D8F1EA
(216,241,234)
#DDF2ED
(221,242,237)
#E2F3F0
(226,243,240)
#E7F4F3
(231,244,243)
#ECF5F6
(236,245,246)
#F1F6F9
(241,246,249)
#F6F7FC
(246,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4EDDE color. Also use rgb(196,237,222) instead hex code.

Text Font Color

.myTextColor { color: #C4EDDE; }

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

This text font color is #C4EDDE.

Background Color

.myBgColor { background-color: #C4EDDE; }

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

This div background color is #C4EDDE.

Border color

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

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

This div border color is #C4EDDE.

Opacity

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

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

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

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

This text has shadow with #C4EDDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4EDDE.

Preview

Color preview on black background

This text has color #C4EDDE on black background.


Color preview on white background

This text has color #C4EDDE on white background.


Black color preview on #C4EDDE background

This text has black color on #C4EDDE background.


White color preview on #C4EDDE background

This text has white color on #C4EDDE background.


Related colors

Complementary color

Complementary color for #hex is #3B1221.


I love getcolorcode.com

Triadic colors

1 #DEC4ED and #EDDEC4 with #C4EDDE are triadic colors.

2 #DEEDC4 and #EDC4DE with #C4EDDE are triadic colors.