COLOR #C4EDE5

HEX: #C4EDE5
RGB: (196,237,229)

Color info

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

RGB color model

#C4EDE5 color RGB value is (196,237,229).

  • red value is 196;
  • green value is 237;
  • blue value is 229.
RGB:
(196,237,229)
(77%,93%,90%)

RGB channels and saturation

R 196 of 255 = 77%
G 237 of 255 = 93%
B 229 of 255 = 90%

196
237
229

R + G + B ~ 87%. #C4EDE5 is light color.

Portions of RGB colors in percentages

R + G + B =
196 + 237 + 229 = 662 (100%)
R 196 of 662 ~ 29.61%
G 237 of 662 ~ 35.8%
B 229 of 662 ~ 34.59%

%29.61
%35.8
%34.59

CMYK color model

#C4EDE5 color CMYK value is (17,0,3,7).

  • cyan value is 17.30%
  • magenta value is 0.00%
  • yellow value is 3.38%
  • key color value is 7.06%
CMYK:
(17,0,3,7)
C17M0Y3K7 
(17%,0%,3%,7%)
(0.17/0.00/0.03/0.07)	

CMYK percentages

%17.3
%0
%3.38
%7.06

Codes

Color #C4EDE5 in popluar color models

C4EDE5
RGB196237229
HSL168°53.25%84.90%
HSB/HSV168°17.30%92.94%
CMYK17.30%0.00%3.38%
7.06%

Color #C4EDE5 in popluar number systems.

HEXC4EDE5
Decimal196237229
Binary110001001110110111100101
Octal304355345

Shades and tints

Shades of #C4EDE5

#C4EDE5
(196,237,229)
#B3D8D1
(179,216,209)
#A2C3BD
(162,195,189)
#91AEA9
(145,174,169)
#809995
(128,153,149)
#6F8481
(111,132,129)
#5E6F6D
(94,111,109)
#4D5A59
(77,90,89)
#3C4545
(60,69,69)
#2B3031
(43,48,49)
#1A1B1D
(26,27,29)
#000000
(0,0,0)

Tints of #C4EDE5

#C4EDE5
(196,237,229)
#C9EEE7
(201,238,231)
#CEEFE9
(206,239,233)
#D3F0EB
(211,240,235)
#D8F1ED
(216,241,237)
#DDF2EF
(221,242,239)
#E2F3F1
(226,243,241)
#E7F4F3
(231,244,243)
#ECF5F5
(236,245,245)
#F1F6F7
(241,246,247)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4EDE5; }

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

This text font color is #C4EDE5.


Background Color

.myBgColor { background-color: #C4EDE5; }

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

This div background color is #C4EDE5.


Border color

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

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

This div border color is #C4EDE5.


Opacity

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

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

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

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

This text has shadow with #C4EDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4EDE5 on black background.


Color preview on white background

This text has color #C4EDE5 on white background.



Black color preview on #C4EDE5 background

This text has black color on #C4EDE5 background.


White color preview on #C4EDE5 background

This text has white color on #C4EDE5 background.