COLOR #C9DFDB

HEX: #C9DFDB
RGB: (201,223,219)

Color info

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

RGB color model

#C9DFDB color RGB value is (201,223,219).

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

RGB channels and saturation

R 201 of 255 = 79%
G 223 of 255 = 87%
B 219 of 255 = 86%

201
223
219

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

Portions of RGB colors in percentages

R + G + B =
201 + 223 + 219 = 643 (100%)
R 201 of 643 ~ 31.26%
G 223 of 643 ~ 34.68%
B 219 of 643 ~ 34.06%

%31.26
%34.68
%34.06

CMYK color model

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

  • cyan value is 9.87%
  • magenta value is 0.00%
  • yellow value is 1.79%
  • key color value is 12.55%
CMYK:
(10,0,2,13)
C10M0Y2K13 
(10%,0%,2%,13%)
(0.10/0.00/0.02/0.13)	

CMYK percentages

%9.87
%0
%1.79
%12.55

Codes

Color #C9DFDB in popluar color models

C9DFDB
RGB201223219
HSL169°25.58%83.14%
HSB/HSV169°9.87%87.45%
CMYK9.87%0.00%1.79%
12.55%

Color #C9DFDB in popluar number systems.

HEXC9DFDB
Decimal201223219
Binary110010011101111111011011
Octal311337333

Shades and tints

Shades of #C9DFDB

#C9DFDB
(201,223,219)
#B7CBC8
(183,203,200)
#A5B7B5
(165,183,181)
#93A3A2
(147,163,162)
#818F8F
(129,143,143)
#6F7B7C
(111,123,124)
#5D6769
(93,103,105)
#4B5356
(75,83,86)
#393F43
(57,63,67)
#272B30
(39,43,48)
#15171D
(21,23,29)
#000000
(0,0,0)

Tints of #C9DFDB

#C9DFDB
(201,223,219)
#CDE1DE
(205,225,222)
#D1E3E1
(209,227,225)
#D5E5E4
(213,229,228)
#D9E7E7
(217,231,231)
#DDE9EA
(221,233,234)
#E1EBED
(225,235,237)
#E5EDF0
(229,237,240)
#E9EFF3
(233,239,243)
#EDF1F6
(237,241,246)
#F1F3F9
(241,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DFDB; }

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

This text font color is #C9DFDB.


Background Color

.myBgColor { background-color: #C9DFDB; }

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

This div background color is #C9DFDB.


Border color

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

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

This div border color is #C9DFDB.


Opacity

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

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

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

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

This text has shadow with #C9DFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DFDB on black background.


Color preview on white background

This text has color #C9DFDB on white background.



Black color preview on #C9DFDB background

This text has black color on #C9DFDB background.


White color preview on #C9DFDB background

This text has white color on #C9DFDB background.