COLOR #C9DFDE

HEX: #C9DFDE
RGB: (201,223,222)

Color info

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

RGB color model

#C9DFDE color RGB value is (201,223,222).

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

RGB channels and saturation

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

201
223
222

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

Portions of RGB colors in percentages

R + G + B =
201 + 223 + 222 = 646 (100%)
R 201 of 646 ~ 31.11%
G 223 of 646 ~ 34.52%
B 222 of 646 ~ 34.37%

%31.11
%34.52
%34.37

CMYK color model

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

  • cyan value is 9.87%
  • magenta value is 0.00%
  • yellow value is 0.45%
  • key color value is 12.55%
CMYK:
(10,0,0,13)
C10M0Y0K13 
(10%,0%,0%,13%)
(0.10/0.00/0.00/0.13)	

CMYK percentages

%9.87
%0
%0.45
%12.55

Codes

Color #C9DFDE in popluar color models

C9DFDE
RGB201223222
HSL177°25.58%83.14%
HSB/HSV177°9.87%87.45%
CMYK9.87%0.00%0.45%
12.55%

Color #C9DFDE in popluar number systems.

HEXC9DFDE
Decimal201223222
Binary110010011101111111011110
Octal311337336

Shades and tints

Shades of #C9DFDE

#C9DFDE
(201,223,222)
#B7CBCA
(183,203,202)
#A5B7B6
(165,183,182)
#93A3A2
(147,163,162)
#818F8E
(129,143,142)
#6F7B7A
(111,123,122)
#5D6766
(93,103,102)
#4B5352
(75,83,82)
#393F3E
(57,63,62)
#272B2A
(39,43,42)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #C9DFDE

#C9DFDE
(201,223,222)
#CDE1E1
(205,225,225)
#D1E3E4
(209,227,228)
#D5E5E7
(213,229,231)
#D9E7EA
(217,231,234)
#DDE9ED
(221,233,237)
#E1EBF0
(225,235,240)
#E5EDF3
(229,237,243)
#E9EFF6
(233,239,246)
#EDF1F9
(237,241,249)
#F1F3FC
(241,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DFDE; }

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

This text font color is #C9DFDE.


Background Color

.myBgColor { background-color: #C9DFDE; }

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

This div background color is #C9DFDE.


Border color

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

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

This div border color is #C9DFDE.


Opacity

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

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

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

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

This text has shadow with #C9DFDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DFDE on black background.


Color preview on white background

This text has color #C9DFDE on white background.



Black color preview on #C9DFDE background

This text has black color on #C9DFDE background.


White color preview on #C9DFDE background

This text has white color on #C9DFDE background.