COLOR #C9CDF7

HEX: #C9CDF7 RGB: (201,205,247)

Color info

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

RGB color model

#C9CDF7 color RGB value is (201,205,247).

RGB: (201,205,247) (79%, 80%, 97%)

RGB channels and saturation

R 201 of 255 = 79%
G 205 of 255 = 80%
B 247 of 255 = 97%

201
205
247

R + G + B ~ 85%. #C9CDF7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 205 + 247 = 653 (100%)
R 201 of 653 ~ 30.78%
G 205 of 653 ~ 31.39%
B 247 of 653 ~ 37.83'%

%30.78
%31.39
%37.83

CMYK color model

#C9CDF7 color CMYK value is (19,17,0,3).

  • cyan value is 18.62%
  • magenta value is 17.00%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK: (19,17,0,3) C19M17Y0K3 (19%,17%,0%,3%) (0.19/0.17/0.00/0.03) 

CMYK percentages

%18.62
%17
%0
%3.14

Codes

Color #C9CDF7 in popluar color models

C9 CD F7
RGB 201 205 247
HSL 235° 74.19% 87.84%
HSB/HSV 235° 18.62% 96.86%
CMYK 18.62% 17.00% 0.00%
3.14%

Color #C9CDF7 in popluar number systems.

HEX C9 CD F7
Decimal 201 205 247
Binary 11001001 11001101 11110111
Octal 311 315 367

Shades and tints

Shades of #C9CDF7

#C9CDF7
(201,205,247)
#B7BBE1
(183,187,225)
#A5A9CB
(165,169,203)
#9397B5
(147,151,181)
#81859F
(129,133,159)
#6F7389
(111,115,137)
#5D6173
(93,97,115)
#4B4F5D
(75,79,93)
#393D47
(57,61,71)
#272B31
(39,43,49)
#15191B
(21,25,27)
#000000
(0,0,0)

Tints of #C9CDF7

#C9CDF7
(201,205,247)
#CDD1F7
(205,209,247)
#D1D5F7
(209,213,247)
#D5D9F7
(213,217,247)
#D9DDF7
(217,221,247)
#DDE1F7
(221,225,247)
#E1E5F7
(225,229,247)
#E5E9F7
(229,233,247)
#E9EDF7
(233,237,247)
#EDF1F7
(237,241,247)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9CDF7 color. Also use rgb(201,205,247) instead hex code.

Text Font Color

.myTextColor { color: #C9CDF7; }

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

This text font color is #C9CDF7.

Background Color

.myBgColor { background-color: #C9CDF7; }

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

This div background color is #C9CDF7.

Border color

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

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

This div border color is #C9CDF7.

Opacity

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

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

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

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

This text has shadow with #C9CDF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9CDF7.

Preview

Color preview on black background

This text has color #C9CDF7 on black background.


Color preview on white background

This text has color #C9CDF7 on white background.


Black color preview on #C9CDF7 background

This text has black color on #C9CDF7 background.


White color preview on #C9CDF7 background

This text has white color on #C9CDF7 background.


Related colors

Complementary color

Complementary color for #hex is #363208.


I love getcolorcode.com

Triadic colors

1 #F7C9CD and #CDF7C9 with #C9CDF7 are triadic colors.

2 #F7CDC9 and #CDC9F7 with #C9CDF7 are triadic colors.