COLOR #C9ECB6

HEX: #C9ECB6
RGB: (201,236,182)

Color info

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

RGB color model

#C9ECB6 color RGB value is (201,236,182).

  • red value is 201;
  • green value is 236;
  • blue value is 182.
RGB:
(201,236,182)
(79%,93%,71%)

RGB channels and saturation

R 201 of 255 = 79%
G 236 of 255 = 93%
B 182 of 255 = 71%

201
236
182

R + G + B ~ 81%. #C9ECB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 236 + 182 = 619 (100%)
R 201 of 619 ~ 32.47%
G 236 of 619 ~ 38.13%
B 182 of 619 ~ 29.4%

%32.47
%38.13
%29.4

CMYK color model

#C9ECB6 color CMYK value is (15,0,23,7).

  • cyan value is 14.83%
  • magenta value is 0.00%
  • yellow value is 22.88%
  • key color value is 7.45%
CMYK:
(15,0,23,7)
C15M0Y23K7 
(15%,0%,23%,7%)
(0.15/0.00/0.23/0.07)	

CMYK percentages

%14.83
%0
%22.88
%7.45

Codes

Color #C9ECB6 in popluar color models

C9ECB6
RGB201236182
HSL99°58.70%81.96%
HSB/HSV99°22.88%92.55%
CMYK14.83%0.00%22.88%
7.45%

Color #C9ECB6 in popluar number systems.

HEXC9ECB6
Decimal201236182
Binary110010011110110010110110
Octal311354266

Shades and tints

Shades of #C9ECB6

#C9ECB6
(201,236,182)
#B7D7A6
(183,215,166)
#A5C296
(165,194,150)
#93AD86
(147,173,134)
#819876
(129,152,118)
#6F8366
(111,131,102)
#5D6E56
(93,110,86)
#4B5946
(75,89,70)
#394436
(57,68,54)
#272F26
(39,47,38)
#151A16
(21,26,22)
#000000
(0,0,0)

Tints of #C9ECB6

#C9ECB6
(201,236,182)
#CDEDBC
(205,237,188)
#D1EEC2
(209,238,194)
#D5EFC8
(213,239,200)
#D9F0CE
(217,240,206)
#DDF1D4
(221,241,212)
#E1F2DA
(225,242,218)
#E5F3E0
(229,243,224)
#E9F4E6
(233,244,230)
#EDF5EC
(237,245,236)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9ECB6; }

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

This text font color is #C9ECB6.


Background Color

.myBgColor { background-color: #C9ECB6; }

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

This div background color is #C9ECB6.


Border color

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

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

This div border color is #C9ECB6.


Opacity

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

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

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

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

This text has shadow with #C9ECB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9ECB6 on black background.


Color preview on white background

This text has color #C9ECB6 on white background.



Black color preview on #C9ECB6 background

This text has black color on #C9ECB6 background.


White color preview on #C9ECB6 background

This text has white color on #C9ECB6 background.