COLOR #C4ECD1

HEX: #C4ECD1
RGB: (196,236,209)

Color info

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

RGB color model

#C4ECD1 color RGB value is (196,236,209).

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

RGB channels and saturation

R 196 of 255 = 77%
G 236 of 255 = 93%
B 209 of 255 = 82%

196
236
209

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

Portions of RGB colors in percentages

R + G + B =
196 + 236 + 209 = 641 (100%)
R 196 of 641 ~ 30.58%
G 236 of 641 ~ 36.82%
B 209 of 641 ~ 32.61%

%30.58
%36.82
%32.61

CMYK color model

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

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

CMYK percentages

%16.95
%0
%11.44
%7.45

Codes

Color #C4ECD1 in popluar color models

C4ECD1
RGB196236209
HSL140°51.28%84.71%
HSB/HSV140°16.95%92.55%
CMYK16.95%0.00%11.44%
7.45%

Color #C4ECD1 in popluar number systems.

HEXC4ECD1
Decimal196236209
Binary110001001110110011010001
Octal304354321

Shades and tints

Shades of #C4ECD1

#C4ECD1
(196,236,209)
#B3D7BE
(179,215,190)
#A2C2AB
(162,194,171)
#91AD98
(145,173,152)
#809885
(128,152,133)
#6F8372
(111,131,114)
#5E6E5F
(94,110,95)
#4D594C
(77,89,76)
#3C4439
(60,68,57)
#2B2F26
(43,47,38)
#1A1A13
(26,26,19)
#000000
(0,0,0)

Tints of #C4ECD1

#C4ECD1
(196,236,209)
#C9EDD5
(201,237,213)
#CEEED9
(206,238,217)
#D3EFDD
(211,239,221)
#D8F0E1
(216,240,225)
#DDF1E5
(221,241,229)
#E2F2E9
(226,242,233)
#E7F3ED
(231,243,237)
#ECF4F1
(236,244,241)
#F1F5F5
(241,245,245)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4ECD1 color. Also use rgb(196,236,209) instead hex code.

Text Font Color

.myTextColor { color: #C4ECD1; }

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

This text font color is #C4ECD1.


Background Color

.myBgColor { background-color: #C4ECD1; }

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

This div background color is #C4ECD1.


Border color

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

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

This div border color is #C4ECD1.


Opacity

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

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

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

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

This text has shadow with #C4ECD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4ECD1 on black background.


Color preview on white background

This text has color #C4ECD1 on white background.



Black color preview on #C4ECD1 background

This text has black color on #C4ECD1 background.


White color preview on #C4ECD1 background

This text has white color on #C4ECD1 background.