COLOR #C9E6DC

HEX: #C9E6DC
RGB: (201,230,220)

Color info

#C9E6DC contains red, green and blue colors in about the same proportion. Web safe color of #C9E6DC is #CCCCCC (or #CCC).

RGB color model

#C9E6DC color RGB value is (201,230,220).

  • red value is 201;
  • green value is 230;
  • blue value is 220.
RGB:
(201,230,220)
(79%,90%,86%)

RGB channels and saturation

R 201 of 255 = 79%
G 230 of 255 = 90%
B 220 of 255 = 86%

201
230
220

R + G + B ~ 85%. #C9E6DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 230 + 220 = 651 (100%)
R 201 of 651 ~ 30.88%
G 230 of 651 ~ 35.33%
B 220 of 651 ~ 33.79%

%30.88
%35.33
%33.79

CMYK color model

#C9E6DC color CMYK value is (13,0,4,10).

  • cyan value is 12.61%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 9.80%
CMYK:
(13,0,4,10)
C13M0Y4K10 
(13%,0%,4%,10%)
(0.13/0.00/0.04/0.10)	

CMYK percentages

%12.61
%0
%4.35
%9.8

Codes

Color #C9E6DC in popluar color models

C9E6DC
RGB201230220
HSL159°36.71%84.51%
HSB/HSV159°12.61%90.20%
CMYK12.61%0.00%4.35%
9.80%

Color #C9E6DC in popluar number systems.

HEXC9E6DC
Decimal201230220
Binary110010011110011011011100
Octal311346334

Shades and tints

Shades of #C9E6DC

#C9E6DC
(201,230,220)
#B7D2C8
(183,210,200)
#A5BEB4
(165,190,180)
#93AAA0
(147,170,160)
#81968C
(129,150,140)
#6F8278
(111,130,120)
#5D6E64
(93,110,100)
#4B5A50
(75,90,80)
#39463C
(57,70,60)
#273228
(39,50,40)
#151E14
(21,30,20)
#000000
(0,0,0)

Tints of #C9E6DC

#C9E6DC
(201,230,220)
#CDE8DF
(205,232,223)
#D1EAE2
(209,234,226)
#D5ECE5
(213,236,229)
#D9EEE8
(217,238,232)
#DDF0EB
(221,240,235)
#E1F2EE
(225,242,238)
#E5F4F1
(229,244,241)
#E9F6F4
(233,246,244)
#EDF8F7
(237,248,247)
#F1FAFA
(241,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9E6DC color. Also use rgb(201,230,220) instead hex code.

Text Font Color

.myTextColor { color: #C9E6DC; }

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

This text font color is #C9E6DC.


Background Color

.myBgColor { background-color: #C9E6DC; }

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

This div background color is #C9E6DC.


Border color

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

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

This div border color is #C9E6DC.


Opacity

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

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

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

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

This text has shadow with #C9E6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E6DC on black background.


Color preview on white background

This text has color #C9E6DC on white background.



Black color preview on #C9E6DC background

This text has black color on #C9E6DC background.


White color preview on #C9E6DC background

This text has white color on #C9E6DC background.