COLOR #C5ECD1

HEX: #C5ECD1 RGB: (197,236,209)

Color info

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

RGB color model

#C5ECD1 color RGB value is (197,236,209).

RGB: (197,236,209) (77%, 93%, 82%)

RGB channels and saturation

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

197
236
209

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

Portions of RGB colors in percentages

R + G + B = 197 + 236 + 209 = 642 (100%)
R 197 of 642 ~ 30.69%
G 236 of 642 ~ 36.76%
B 209 of 642 ~ 32.55'%

%30.69
%36.76
%32.55

CMYK color model

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

  • cyan value is 16.53%
  • 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.53
%0
%11.44
%7.45

Codes

Color #C5ECD1 in popluar color models

C5 EC D1
RGB 197 236 209
HSL 138° 50.65% 84.90%
HSB/HSV 138° 16.53% 92.55%
CMYK 16.53% 0.00% 11.44%
7.45%

Color #C5ECD1 in popluar number systems.

HEX C5 EC D1
Decimal 197 236 209
Binary 11000101 11101100 11010001
Octal 305 354 321

Shades and tints

Shades of #C5ECD1

#C5ECD1
(197,236,209)
#B4D7BE
(180,215,190)
#A3C2AB
(163,194,171)
#92AD98
(146,173,152)
#819885
(129,152,133)
#708372
(112,131,114)
#5F6E5F
(95,110,95)
#4E594C
(78,89,76)
#3D4439
(61,68,57)
#2C2F26
(44,47,38)
#1B1A13
(27,26,19)
#000000
(0,0,0)

Tints of #C5ECD1

#C5ECD1
(197,236,209)
#CAEDD5
(202,237,213)
#CFEED9
(207,238,217)
#D4EFDD
(212,239,221)
#D9F0E1
(217,240,225)
#DEF1E5
(222,241,229)
#E3F2E9
(227,242,233)
#E8F3ED
(232,243,237)
#EDF4F1
(237,244,241)
#F2F5F5
(242,245,245)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5ECD1; }

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

This text font color is #C5ECD1.

Background Color

.myBgColor { background-color: #C5ECD1; }

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

This div background color is #C5ECD1.

Border color

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

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

This div border color is #C5ECD1.

Opacity

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

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

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

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

This text has shadow with #C5ECD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5ECD1.

Preview

Color preview on black background

This text has color #C5ECD1 on black background.


Color preview on white background

This text has color #C5ECD1 on white background.


Black color preview on #C5ECD1 background

This text has black color on #C5ECD1 background.


White color preview on #C5ECD1 background

This text has white color on #C5ECD1 background.


Related colors

Complementary color

Complementary color for #hex is #3A132E.


I love getcolorcode.com

Triadic colors

1 #D1C5EC and #ECD1C5 with #C5ECD1 are triadic colors.

2 #D1ECC5 and #ECC5D1 with #C5ECD1 are triadic colors.