COLOR #C9EEC6

HEX: #C9EEC6
RGB: (201,238,198)

Color info

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

RGB color model

#C9EEC6 color RGB value is (201,238,198).

  • red value is 201;
  • green value is 238;
  • blue value is 198.
RGB:
(201,238,198)
(79%,93%,78%)

RGB channels and saturation

R 201 of 255 = 79%
G 238 of 255 = 93%
B 198 of 255 = 78%

201
238
198

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

Portions of RGB colors in percentages

R + G + B =
201 + 238 + 198 = 637 (100%)
R 201 of 637 ~ 31.55%
G 238 of 637 ~ 37.36%
B 198 of 637 ~ 31.08%

%31.55
%37.36
%31.08

CMYK color model

#C9EEC6 color CMYK value is (16,0,17,7).

  • cyan value is 15.55%
  • magenta value is 0.00%
  • yellow value is 16.81%
  • key color value is 6.67%
CMYK:
(16,0,17,7)
C16M0Y17K7 
(16%,0%,17%,7%)
(0.16/0.00/0.17/0.07)	

CMYK percentages

%15.55
%0
%16.81
%6.67

Codes

Color #C9EEC6 in popluar color models

C9EEC6
RGB201238198
HSL116°54.05%85.49%
HSB/HSV116°16.81%93.33%
CMYK15.55%0.00%16.81%
6.67%

Color #C9EEC6 in popluar number systems.

HEXC9EEC6
Decimal201238198
Binary110010011110111011000110
Octal311356306

Shades and tints

Shades of #C9EEC6

#C9EEC6
(201,238,198)
#B7D9B4
(183,217,180)
#A5C4A2
(165,196,162)
#93AF90
(147,175,144)
#819A7E
(129,154,126)
#6F856C
(111,133,108)
#5D705A
(93,112,90)
#4B5B48
(75,91,72)
#394636
(57,70,54)
#273124
(39,49,36)
#151C12
(21,28,18)
#000000
(0,0,0)

Tints of #C9EEC6

#C9EEC6
(201,238,198)
#CDEFCB
(205,239,203)
#D1F0D0
(209,240,208)
#D5F1D5
(213,241,213)
#D9F2DA
(217,242,218)
#DDF3DF
(221,243,223)
#E1F4E4
(225,244,228)
#E5F5E9
(229,245,233)
#E9F6EE
(233,246,238)
#EDF7F3
(237,247,243)
#F1F8F8
(241,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9EEC6 color. Also use rgb(201,238,198) instead hex code.

Text Font Color

.myTextColor { color: #C9EEC6; }

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

This text font color is #C9EEC6.


Background Color

.myBgColor { background-color: #C9EEC6; }

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

This div background color is #C9EEC6.


Border color

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

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

This div border color is #C9EEC6.


Opacity

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

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

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

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

This text has shadow with #C9EEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9EEC6 on black background.


Color preview on white background

This text has color #C9EEC6 on white background.



Black color preview on #C9EEC6 background

This text has black color on #C9EEC6 background.


White color preview on #C9EEC6 background

This text has white color on #C9EEC6 background.