COLOR #C9D9EF

HEX: #C9D9EF RGB: (201,217,239)

Color info

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

RGB color model

#C9D9EF color RGB value is (201,217,239).

RGB: (201,217,239) (79%, 85%, 94%)

RGB channels and saturation

R 201 of 255 = 79%
G 217 of 255 = 85%
B 239 of 255 = 94%

201
217
239

R + G + B ~ 86%. #C9D9EF is light color.

Portions of RGB colors in percentages

R + G + B = 201 + 217 + 239 = 657 (100%)
R 201 of 657 ~ 30.59%
G 217 of 657 ~ 33.03%
B 239 of 657 ~ 36.38'%

%30.59
%33.03
%36.38

CMYK color model

#C9D9EF color CMYK value is (16,9,0,6).

  • cyan value is 15.90%
  • magenta value is 9.21%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (16,9,0,6)
C16M9Y0K6 (16%, 9%, 0%, 6%)
(0.16 / 0.09 / 0.00 / 0.06)

CMYK percentages

%15.9
%9.21
%0
%6.27

Codes

Color #C9D9EF in popluar color models

C9 D9 EF
RGB 201 217 239
HSL 215° 54.29% 86.27%
HSB/HSV 215° 15.90% 93.73%
CMYK 15.90% 9.21% 0.00%
6.27%

Color #C9D9EF in popluar number systems.

HEX C9 D9 EF
Decimal 201 217 239
Binary 11001001 11011001 11101111
Octal 311 331 357

Shades and tints

Shades of #C9D9EF

#C9D9EF
(201,217,239)
#B7C6DA
(183,198,218)
#A5B3C5
(165,179,197)
#93A0B0
(147,160,176)
#818D9B
(129,141,155)
#6F7A86
(111,122,134)
#5D6771
(93,103,113)
#4B545C
(75,84,92)
#394147
(57,65,71)
#272E32
(39,46,50)
#151B1D
(21,27,29)
#000000
(0,0,0)

Tints of #C9D9EF

#C9D9EF
(201,217,239)
#CDDCF0
(205,220,240)
#D1DFF1
(209,223,241)
#D5E2F2
(213,226,242)
#D9E5F3
(217,229,243)
#DDE8F4
(221,232,244)
#E1EBF5
(225,235,245)
#E5EEF6
(229,238,246)
#E9F1F7
(233,241,247)
#EDF4F8
(237,244,248)
#F1F7F9
(241,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D9EF color. Also use rgb(201,217,239) instead hex code.

Text Font Color

.myTextColor { color: #C9D9EF; }

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

This text font color is #C9D9EF.

Background Color

.myBgColor { background-color: #C9D9EF; }

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

This div background color is #C9D9EF.

Border color

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

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

This div border color is #C9D9EF.

Opacity

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

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

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

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

This text has shadow with #C9D9EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9D9EF.

Preview

Color preview on black background

This text has color #C9D9EF on black background.


Color preview on white background

This text has color #C9D9EF on white background.


Black color preview on #C9D9EF background

This text has black color on #C9D9EF background.


White color preview on #C9D9EF background

This text has white color on #C9D9EF background.


Related colors

Complementary color

Complementary color for #hex is #362610.


I love getcolorcode.com

Triadic colors

1 #EFC9D9 and #D9EFC9 with #C9D9EF are triadic colors.

2 #EFD9C9 and #D9C9EF with #C9D9EF are triadic colors.