COLOR #C9ECC1

HEX: #C9ECC1 RGB: (201,236,193)

Color info

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

RGB color model

#C9ECC1 color RGB value is (201,236,193).

RGB: (201,236,193) (79%, 93%, 76%)

RGB channels and saturation

R 201 of 255 = 79%
G 236 of 255 = 93%
B 193 of 255 = 76%

201
236
193

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

Portions of RGB colors in percentages

R + G + B = 201 + 236 + 193 = 630 (100%)
R 201 of 630 ~ 31.9%
G 236 of 630 ~ 37.46%
B 193 of 630 ~ 30.63'%

%31.9
%37.46
%30.63

CMYK color model

#C9ECC1 color CMYK value is (15,0,18,7).

  • cyan value is 14.83%
  • magenta value is 0.00%
  • yellow value is 18.22%
  • key color value is 7.45%

CMYK: (15,0,18,7)
C15M0Y18K7 (15%, 0%, 18%, 7%)
(0.15 / 0.00 / 0.18 / 0.07)

CMYK percentages

%14.83
%0
%18.22
%7.45

Codes

Color #C9ECC1 in popluar color models

C9 EC C1
RGB 201 236 193
HSL 109° 53.09% 84.12%
HSB/HSV 109° 18.22% 92.55%
CMYK 14.83% 0.00% 18.22%
7.45%

Color #C9ECC1 in popluar number systems.

HEX C9 EC C1
Decimal 201 236 193
Binary 11001001 11101100 11000001
Octal 311 354 301

Shades and tints

Shades of #C9ECC1

#C9ECC1
(201,236,193)
#B7D7B0
(183,215,176)
#A5C29F
(165,194,159)
#93AD8E
(147,173,142)
#81987D
(129,152,125)
#6F836C
(111,131,108)
#5D6E5B
(93,110,91)
#4B594A
(75,89,74)
#394439
(57,68,57)
#272F28
(39,47,40)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #C9ECC1

#C9ECC1
(201,236,193)
#CDEDC6
(205,237,198)
#D1EECB
(209,238,203)
#D5EFD0
(213,239,208)
#D9F0D5
(217,240,213)
#DDF1DA
(221,241,218)
#E1F2DF
(225,242,223)
#E5F3E4
(229,243,228)
#E9F4E9
(233,244,233)
#EDF5EE
(237,245,238)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9ECC1 color. Also use rgb(201,236,193) instead hex code.

Text Font Color

.myTextColor { color: #C9ECC1; }

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

This text font color is #C9ECC1.

Background Color

.myBgColor { background-color: #C9ECC1; }

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

This div background color is #C9ECC1.

Border color

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

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

This div border color is #C9ECC1.

Opacity

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

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

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

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

This text has shadow with #C9ECC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9ECC1.

Preview

Color preview on black background

This text has color #C9ECC1 on black background.


Color preview on white background

This text has color #C9ECC1 on white background.


Black color preview on #C9ECC1 background

This text has black color on #C9ECC1 background.


White color preview on #C9ECC1 background

This text has white color on #C9ECC1 background.


Related colors

Complementary color

Complementary color for #hex is #36133E.


I love getcolorcode.com

Triadic colors

1 #C1C9EC and #ECC1C9 with #C9ECC1 are triadic colors.

2 #C1ECC9 and #ECC9C1 with #C9ECC1 are triadic colors.