COLOR #C4EDD2

HEX: #C4EDD2
RGB: (196,237,210)

Color info

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

RGB color model

#C4EDD2 color RGB value is (196,237,210).

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

RGB channels and saturation

R 196 of 255 = 77%
G 237 of 255 = 93%
B 210 of 255 = 82%

196
237
210

R + G + B ~ 84%. #C4EDD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 237 + 210 = 643 (100%)
R 196 of 643 ~ 30.48%
G 237 of 643 ~ 36.86%
B 210 of 643 ~ 32.66%

%30.48
%36.86
%32.66

CMYK color model

#C4EDD2 color CMYK value is (17,0,11,7).

  • cyan value is 17.30%
  • magenta value is 0.00%
  • yellow value is 11.39%
  • key color value is 7.06%
CMYK:
(17,0,11,7)
C17M0Y11K7 
(17%,0%,11%,7%)
(0.17/0.00/0.11/0.07)	

CMYK percentages

%17.3
%0
%11.39
%7.06

Codes

Color #C4EDD2 in popluar color models

C4EDD2
RGB196237210
HSL140°53.25%84.90%
HSB/HSV140°17.30%92.94%
CMYK17.30%0.00%11.39%
7.06%

Color #C4EDD2 in popluar number systems.

HEXC4EDD2
Decimal196237210
Binary110001001110110111010010
Octal304355322

Shades and tints

Shades of #C4EDD2

#C4EDD2
(196,237,210)
#B3D8BF
(179,216,191)
#A2C3AC
(162,195,172)
#91AE99
(145,174,153)
#809986
(128,153,134)
#6F8473
(111,132,115)
#5E6F60
(94,111,96)
#4D5A4D
(77,90,77)
#3C453A
(60,69,58)
#2B3027
(43,48,39)
#1A1B14
(26,27,20)
#000000
(0,0,0)

Tints of #C4EDD2

#C4EDD2
(196,237,210)
#C9EED6
(201,238,214)
#CEEFDA
(206,239,218)
#D3F0DE
(211,240,222)
#D8F1E2
(216,241,226)
#DDF2E6
(221,242,230)
#E2F3EA
(226,243,234)
#E7F4EE
(231,244,238)
#ECF5F2
(236,245,242)
#F1F6F6
(241,246,246)
#F6F7FA
(246,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4EDD2; }

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

This text font color is #C4EDD2.


Background Color

.myBgColor { background-color: #C4EDD2; }

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

This div background color is #C4EDD2.


Border color

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

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

This div border color is #C4EDD2.


Opacity

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

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

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

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

This text has shadow with #C4EDD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4EDD2 on black background.


Color preview on white background

This text has color #C4EDD2 on white background.



Black color preview on #C4EDD2 background

This text has black color on #C4EDD2 background.


White color preview on #C4EDD2 background

This text has white color on #C4EDD2 background.