COLOR #C9DDFD

HEX: #C9DDFD
RGB: (201,221,253)

Color info

#C9DDFD contains red, green and blue colors in about the same proportion. Web safe color of #C9DDFD is #CCCCFF (or #CCF).

RGB color model

#C9DDFD color RGB value is (201,221,253).

  • red value is 201;
  • green value is 221;
  • blue value is 253.
RGB:
(201,221,253)
(79%,87%,99%)

RGB channels and saturation

R 201 of 255 = 79%
G 221 of 255 = 87%
B 253 of 255 = 99%

201
221
253

R + G + B ~ 88%. #C9DDFD is light color.

Portions of RGB colors in percentages

R + G + B =
201 + 221 + 253 = 675 (100%)
R 201 of 675 ~ 29.78%
G 221 of 675 ~ 32.74%
B 253 of 675 ~ 37.48%

%29.78
%32.74
%37.48

CMYK color model

#C9DDFD color CMYK value is (21,13,0,1).

  • cyan value is 20.55%
  • magenta value is 12.65%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(21,13,0,1)
C21M13Y0K1 
(21%,13%,0%,1%)
(0.21/0.13/0.00/0.01)	

CMYK percentages

%20.55
%12.65
%0
%0.78

Codes

Color #C9DDFD in popluar color models

C9DDFD
RGB201221253
HSL217°92.86%89.02%
HSB/HSV217°20.55%99.22%
CMYK20.55%12.65%0.00%
0.78%

Color #C9DDFD in popluar number systems.

HEXC9DDFD
Decimal201221253
Binary110010011101110111111101
Octal311335375

Shades and tints

Shades of #C9DDFD

#C9DDFD
(201,221,253)
#B7C9E6
(183,201,230)
#A5B5CF
(165,181,207)
#93A1B8
(147,161,184)
#818DA1
(129,141,161)
#6F798A
(111,121,138)
#5D6573
(93,101,115)
#4B515C
(75,81,92)
#393D45
(57,61,69)
#27292E
(39,41,46)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #C9DDFD

#C9DDFD
(201,221,253)
#CDE0FD
(205,224,253)
#D1E3FD
(209,227,253)
#D5E6FD
(213,230,253)
#D9E9FD
(217,233,253)
#DDECFD
(221,236,253)
#E1EFFD
(225,239,253)
#E5F2FD
(229,242,253)
#E9F5FD
(233,245,253)
#EDF8FD
(237,248,253)
#F1FBFD
(241,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9DDFD color. Also use rgb(201,221,253) instead hex code.

Text Font Color

.myTextColor { color: #C9DDFD; }

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

This text font color is #C9DDFD.


Background Color

.myBgColor { background-color: #C9DDFD; }

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

This div background color is #C9DDFD.


Border color

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

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

This div border color is #C9DDFD.


Opacity

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

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

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

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

This text has shadow with #C9DDFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DDFD on black background.


Color preview on white background

This text has color #C9DDFD on white background.



Black color preview on #C9DDFD background

This text has black color on #C9DDFD background.


White color preview on #C9DDFD background

This text has white color on #C9DDFD background.