COLOR #C9ECCA

HEX: #C9ECCA RGB: (201,236,202)

Color info

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

RGB color model

#C9ECCA color RGB value is (201,236,202).

RGB: (201,236,202) (79%, 93%, 79%)

RGB channels and saturation

R 201 of 255 = 79%
G 236 of 255 = 93%
B 202 of 255 = 79%

201
236
202

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

Portions of RGB colors in percentages

R + G + B = 201 + 236 + 202 = 639 (100%)
R 201 of 639 ~ 31.46%
G 236 of 639 ~ 36.93%
B 202 of 639 ~ 31.61'%

%31.46
%36.93
%31.61

CMYK color model

#C9ECCA color CMYK value is (15,0,14,7).

  • cyan value is 14.83%
  • magenta value is 0.00%
  • yellow value is 14.41%
  • key color value is 7.45%
CMYK: (15,0,14,7) C15M0Y14K7 (15%,0%,14%,7%) (0.15/0.00/0.14/0.07) 

CMYK percentages

%14.83
%0
%14.41
%7.45

Codes

Color #C9ECCA in popluar color models

C9 EC CA
RGB 201 236 202
HSL 122° 47.95% 85.69%
HSB/HSV 122° 14.83% 92.55%
CMYK 14.83% 0.00% 14.41%
7.45%

Color #C9ECCA in popluar number systems.

HEX C9 EC CA
Decimal 201 236 202
Binary 11001001 11101100 11001010
Octal 311 354 312

Shades and tints

Shades of #C9ECCA

#C9ECCA
(201,236,202)
#B7D7B8
(183,215,184)
#A5C2A6
(165,194,166)
#93AD94
(147,173,148)
#819882
(129,152,130)
#6F8370
(111,131,112)
#5D6E5E
(93,110,94)
#4B594C
(75,89,76)
#39443A
(57,68,58)
#272F28
(39,47,40)
#151A16
(21,26,22)
#000000
(0,0,0)

Tints of #C9ECCA

#C9ECCA
(201,236,202)
#CDEDCE
(205,237,206)
#D1EED2
(209,238,210)
#D5EFD6
(213,239,214)
#D9F0DA
(217,240,218)
#DDF1DE
(221,241,222)
#E1F2E2
(225,242,226)
#E5F3E6
(229,243,230)
#E9F4EA
(233,244,234)
#EDF5EE
(237,245,238)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9ECCA; }

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

This text font color is #C9ECCA.

Background Color

.myBgColor { background-color: #C9ECCA; }

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

This div background color is #C9ECCA.

Border color

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

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

This div border color is #C9ECCA.

Opacity

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

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

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

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

This text has shadow with #C9ECCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9ECCA.

Preview

Color preview on black background

This text has color #C9ECCA on black background.


Color preview on white background

This text has color #C9ECCA on white background.


Black color preview on #C9ECCA background

This text has black color on #C9ECCA background.


White color preview on #C9ECCA background

This text has white color on #C9ECCA background.


Related colors

Complementary color

Complementary color for #hex is #361335.


I love getcolorcode.com

Triadic colors

1 #CAC9EC and #ECCAC9 with #C9ECCA are triadic colors.

2 #CAECC9 and #ECC9CA with #C9ECCA are triadic colors.