COLOR #C9DECA

HEX: #C9DECA
RGB: (201,222,202)

Color info

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

RGB color model

#C9DECA color RGB value is (201,222,202).

  • red value is 201;
  • green value is 222;
  • blue value is 202.
RGB:
(201,222,202)
(79%,87%,79%)

RGB channels and saturation

R 201 of 255 = 79%
G 222 of 255 = 87%
B 202 of 255 = 79%

201
222
202

R + G + B ~ 82%. #C9DECA is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 222 + 202 = 625 (100%)
R 201 of 625 ~ 32.16%
G 222 of 625 ~ 35.52%
B 202 of 625 ~ 32.32%

%32.16
%35.52
%32.32

CMYK color model

#C9DECA color CMYK value is (9,0,9,13).

  • cyan value is 9.46%
  • magenta value is 0.00%
  • yellow value is 9.01%
  • key color value is 12.94%
CMYK:
(9,0,9,13)
C9M0Y9K13 
(9%,0%,9%,13%)
(0.09/0.00/0.09/0.13)	

CMYK percentages

%9.46
%0
%9.01
%12.94

Codes

Color #C9DECA in popluar color models

C9DECA
RGB201222202
HSL123°24.14%82.94%
HSB/HSV123°9.46%87.06%
CMYK9.46%0.00%9.01%
12.94%

Color #C9DECA in popluar number systems.

HEXC9DECA
Decimal201222202
Binary110010011101111011001010
Octal311336312

Shades and tints

Shades of #C9DECA

#C9DECA
(201,222,202)
#B7CAB8
(183,202,184)
#A5B6A6
(165,182,166)
#93A294
(147,162,148)
#818E82
(129,142,130)
#6F7A70
(111,122,112)
#5D665E
(93,102,94)
#4B524C
(75,82,76)
#393E3A
(57,62,58)
#272A28
(39,42,40)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #C9DECA

#C9DECA
(201,222,202)
#CDE1CE
(205,225,206)
#D1E4D2
(209,228,210)
#D5E7D6
(213,231,214)
#D9EADA
(217,234,218)
#DDEDDE
(221,237,222)
#E1F0E2
(225,240,226)
#E5F3E6
(229,243,230)
#E9F6EA
(233,246,234)
#EDF9EE
(237,249,238)
#F1FCF2
(241,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DECA; }

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

This text font color is #C9DECA.


Background Color

.myBgColor { background-color: #C9DECA; }

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

This div background color is #C9DECA.


Border color

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

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

This div border color is #C9DECA.


Opacity

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

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

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

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

This text has shadow with #C9DECA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DECA on black background.


Color preview on white background

This text has color #C9DECA on white background.



Black color preview on #C9DECA background

This text has black color on #C9DECA background.


White color preview on #C9DECA background

This text has white color on #C9DECA background.