COLOR #C9DCEE

HEX: #C9DCEE RGB: (201,220,238)

Color info

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

RGB color model

#C9DCEE color RGB value is (201,220,238).

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

RGB channels and saturation

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

201
220
238

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

Portions of RGB colors in percentages

R + G + B = 201 + 220 + 238 = 659 (100%)
R 201 of 659 ~ 30.5%
G 220 of 659 ~ 33.38%
B 238 of 659 ~ 36.12'%

%30.5
%33.38
%36.12

CMYK color model

#C9DCEE color CMYK value is (16,8,0,7).

  • cyan value is 15.55%
  • magenta value is 7.56%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (16,8,0,7)
C16M8Y0K7 (16%, 8%, 0%, 7%)
(0.16 / 0.08 / 0.00 / 0.07)

CMYK percentages

%15.55
%7.56
%0
%6.67

Codes

Color #C9DCEE in popluar color models

C9 DC EE
RGB 201 220 238
HSL 209° 52.11% 86.08%
HSB/HSV 209° 15.55% 93.33%
CMYK 15.55% 7.56% 0.00%
6.67%

Color #C9DCEE in popluar number systems.

HEX C9 DC EE
Decimal 201 220 238
Binary 11001001 11011100 11101110
Octal 311 334 356

Shades and tints

Shades of #C9DCEE

#C9DCEE
(201,220,238)
#B7C8D9
(183,200,217)
#A5B4C4
(165,180,196)
#93A0AF
(147,160,175)
#818C9A
(129,140,154)
#6F7885
(111,120,133)
#5D6470
(93,100,112)
#4B505B
(75,80,91)
#393C46
(57,60,70)
#272831
(39,40,49)
#15141C
(21,20,28)
#000000
(0,0,0)

Tints of #C9DCEE

#C9DCEE
(201,220,238)
#CDDFEF
(205,223,239)
#D1E2F0
(209,226,240)
#D5E5F1
(213,229,241)
#D9E8F2
(217,232,242)
#DDEBF3
(221,235,243)
#E1EEF4
(225,238,244)
#E5F1F5
(229,241,245)
#E9F4F6
(233,244,246)
#EDF7F7
(237,247,247)
#F1FAF8
(241,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DCEE; }

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

This text font color is #C9DCEE.

Background Color

.myBgColor { background-color: #C9DCEE; }

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

This div background color is #C9DCEE.

Border color

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

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

This div border color is #C9DCEE.

Opacity

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

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

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

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

This text has shadow with #C9DCEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9DCEE.

Preview

Color preview on black background

This text has color #C9DCEE on black background.


Color preview on white background

This text has color #C9DCEE on white background.


Black color preview on #C9DCEE background

This text has black color on #C9DCEE background.


White color preview on #C9DCEE background

This text has white color on #C9DCEE background.


Related colors

Complementary color

Complementary color for #hex is #362311.


I love getcolorcode.com

Triadic colors

1 #EEC9DC and #DCEEC9 with #C9DCEE are triadic colors.

2 #EEDCC9 and #DCC9EE with #C9DCEE are triadic colors.