COLOR #C9DCED

HEX: #C9DCED RGB: (201,220,237)

Color info

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

RGB color model

#C9DCED color RGB value is (201,220,237).

RGB: (201,220,237) (79%, 86%, 93%)

RGB channels and saturation

R 201 of 255 = 79%
G 220 of 255 = 86%
B 237 of 255 = 93%

201
220
237

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

Portions of RGB colors in percentages

R + G + B = 201 + 220 + 237 = 658 (100%)
R 201 of 658 ~ 30.55%
G 220 of 658 ~ 33.43%
B 237 of 658 ~ 36.02'%

%30.55
%33.43
%36.02

CMYK color model

#C9DCED color CMYK value is (15,7,0,7).

  • cyan value is 15.19%
  • magenta value is 7.17%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (15,7,0,7)
C15M7Y0K7 (15%, 7%, 0%, 7%)
(0.15 / 0.07 / 0.00 / 0.07)

CMYK percentages

%15.19
%7.17
%0
%7.06

Codes

Color #C9DCED in popluar color models

C9 DC ED
RGB 201 220 237
HSL 208° 50.00% 85.88%
HSB/HSV 208° 15.19% 92.94%
CMYK 15.19% 7.17% 0.00%
7.06%

Color #C9DCED in popluar number systems.

HEX C9 DC ED
Decimal 201 220 237
Binary 11001001 11011100 11101101
Octal 311 334 355

Shades and tints

Shades of #C9DCED

#C9DCED
(201,220,237)
#B7C8D8
(183,200,216)
#A5B4C3
(165,180,195)
#93A0AE
(147,160,174)
#818C99
(129,140,153)
#6F7884
(111,120,132)
#5D646F
(93,100,111)
#4B505A
(75,80,90)
#393C45
(57,60,69)
#272830
(39,40,48)
#15141B
(21,20,27)
#000000
(0,0,0)

Tints of #C9DCED

#C9DCED
(201,220,237)
#CDDFEE
(205,223,238)
#D1E2EF
(209,226,239)
#D5E5F0
(213,229,240)
#D9E8F1
(217,232,241)
#DDEBF2
(221,235,242)
#E1EEF3
(225,238,243)
#E5F1F4
(229,241,244)
#E9F4F5
(233,244,245)
#EDF7F6
(237,247,246)
#F1FAF7
(241,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9DCED color. Also use rgb(201,220,237) instead hex code.

Text Font Color

.myTextColor { color: #C9DCED; }

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

This text font color is #C9DCED.

Background Color

.myBgColor { background-color: #C9DCED; }

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

This div background color is #C9DCED.

Border color

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

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

This div border color is #C9DCED.

Opacity

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

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

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

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

This text has shadow with #C9DCED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9DCED.

Preview

Color preview on black background

This text has color #C9DCED on black background.


Color preview on white background

This text has color #C9DCED on white background.


Black color preview on #C9DCED background

This text has black color on #C9DCED background.


White color preview on #C9DCED background

This text has white color on #C9DCED background.


Related colors

Complementary color

Complementary color for #hex is #362312.


I love getcolorcode.com

Triadic colors

1 #EDC9DC and #DCEDC9 with #C9DCED are triadic colors.

2 #EDDCC9 and #DCC9ED with #C9DCED are triadic colors.