COLOR #C5ECCD

HEX: #C5ECCD
RGB: (197,236,205)

Color info

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

RGB color model

#C5ECCD color RGB value is (197,236,205).

  • red value is 197;
  • green value is 236;
  • blue value is 205.
RGB:
(197,236,205)
(77%,93%,80%)

RGB channels and saturation

R 197 of 255 = 77%
G 236 of 255 = 93%
B 205 of 255 = 80%

197
236
205

R + G + B ~ 83%. #C5ECCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 236 + 205 = 638 (100%)
R 197 of 638 ~ 30.88%
G 236 of 638 ~ 36.99%
B 205 of 638 ~ 32.13%

%30.88
%36.99
%32.13

CMYK color model

#C5ECCD color CMYK value is (17,0,13,7).

  • cyan value is 16.53%
  • magenta value is 0.00%
  • yellow value is 13.14%
  • key color value is 7.45%
CMYK:
(17,0,13,7)
C17M0Y13K7 
(17%,0%,13%,7%)
(0.17/0.00/0.13/0.07)	

CMYK percentages

%16.53
%0
%13.14
%7.45

Codes

Color #C5ECCD in popluar color models

C5ECCD
RGB197236205
HSL132°50.65%84.90%
HSB/HSV132°16.53%92.55%
CMYK16.53%0.00%13.14%
7.45%

Color #C5ECCD in popluar number systems.

HEXC5ECCD
Decimal197236205
Binary110001011110110011001101
Octal305354315

Shades and tints

Shades of #C5ECCD

#C5ECCD
(197,236,205)
#B4D7BB
(180,215,187)
#A3C2A9
(163,194,169)
#92AD97
(146,173,151)
#819885
(129,152,133)
#708373
(112,131,115)
#5F6E61
(95,110,97)
#4E594F
(78,89,79)
#3D443D
(61,68,61)
#2C2F2B
(44,47,43)
#1B1A19
(27,26,25)
#000000
(0,0,0)

Tints of #C5ECCD

#C5ECCD
(197,236,205)
#CAEDD1
(202,237,209)
#CFEED5
(207,238,213)
#D4EFD9
(212,239,217)
#D9F0DD
(217,240,221)
#DEF1E1
(222,241,225)
#E3F2E5
(227,242,229)
#E8F3E9
(232,243,233)
#EDF4ED
(237,244,237)
#F2F5F1
(242,245,241)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5ECCD; }

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

This text font color is #C5ECCD.


Background Color

.myBgColor { background-color: #C5ECCD; }

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

This div background color is #C5ECCD.


Border color

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

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

This div border color is #C5ECCD.


Opacity

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

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

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

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

This text has shadow with #C5ECCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5ECCD on black background.


Color preview on white background

This text has color #C5ECCD on white background.



Black color preview on #C5ECCD background

This text has black color on #C5ECCD background.


White color preview on #C5ECCD background

This text has white color on #C5ECCD background.