COLOR #C9D8FF

HEX: #C9D8FF RGB: (201,216,255)

Color info

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

RGB color model

#C9D8FF color RGB value is (201,216,255).

RGB: (201,216,255) (79%, 85%, 100%)

RGB channels and saturation

R 201 of 255 = 79%
G 216 of 255 = 85%
B 255 of 255 = 100%

201
216
255

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

Portions of RGB colors in percentages

R + G + B = 201 + 216 + 255 = 672 (100%)
R 201 of 672 ~ 29.91%
G 216 of 672 ~ 32.14%
B 255 of 672 ~ 37.95'%

%29.91
%32.14
%37.95

CMYK color model

#C9D8FF color CMYK value is (21,15,0,0).

  • cyan value is 21.18%
  • magenta value is 15.29%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (21,15,0,0)
C21M15Y0K0 (21%, 15%, 0%, 0%)
(0.21 / 0.15 / 0.00 / 0.00)

CMYK percentages

%21.18
%15.29
%0
%0

Codes

Color #C9D8FF in popluar color models

C9 D8 FF
RGB 201 216 255
HSL 223° 100.00% 89.41%
HSB/HSV 223° 21.18% 100.00%
CMYK 21.18% 15.29% 0.00%
0.00%

Color #C9D8FF in popluar number systems.

HEX C9 D8 FF
Decimal 201 216 255
Binary 11001001 11011000 11111111
Octal 311 330 377

Shades and tints

Shades of #C9D8FF

#C9D8FF
(201,216,255)
#B7C5E8
(183,197,232)
#A5B2D1
(165,178,209)
#939FBA
(147,159,186)
#818CA3
(129,140,163)
#6F798C
(111,121,140)
#5D6675
(93,102,117)
#4B535E
(75,83,94)
#394047
(57,64,71)
#272D30
(39,45,48)
#151A19
(21,26,25)
#000000
(0,0,0)

Tints of #C9D8FF

#C9D8FF
(201,216,255)
#CDDBFF
(205,219,255)
#D1DEFF
(209,222,255)
#D5E1FF
(213,225,255)
#D9E4FF
(217,228,255)
#DDE7FF
(221,231,255)
#E1EAFF
(225,234,255)
#E5EDFF
(229,237,255)
#E9F0FF
(233,240,255)
#EDF3FF
(237,243,255)
#F1F6FF
(241,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D8FF color. Also use rgb(201,216,255) instead hex code.

Text Font Color

.myTextColor { color: #C9D8FF; }

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

This text font color is #C9D8FF.

Background Color

.myBgColor { background-color: #C9D8FF; }

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

This div background color is #C9D8FF.

Border color

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

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

This div border color is #C9D8FF.

Opacity

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

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

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

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

This text has shadow with #C9D8FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9D8FF.

Preview

Color preview on black background

This text has color #C9D8FF on black background.


Color preview on white background

This text has color #C9D8FF on white background.


Black color preview on #C9D8FF background

This text has black color on #C9D8FF background.


White color preview on #C9D8FF background

This text has white color on #C9D8FF background.


Related colors

Complementary color

Complementary color for #hex is #362700.


I love getcolorcode.com

Triadic colors

1 #FFC9D8 and #D8FFC9 with #C9D8FF are triadic colors.

2 #FFD8C9 and #D8C9FF with #C9D8FF are triadic colors.