COLOR #C9D8F3

HEX: #C9D8F3 RGB: (201,216,243)

Color info

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

RGB color model

#C9D8F3 color RGB value is (201,216,243).

RGB: (201,216,243) (79%, 85%, 95%)

RGB channels and saturation

R 201 of 255 = 79%
G 216 of 255 = 85%
B 243 of 255 = 95%

201
216
243

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

Portions of RGB colors in percentages

R + G + B = 201 + 216 + 243 = 660 (100%)
R 201 of 660 ~ 30.45%
G 216 of 660 ~ 32.73%
B 243 of 660 ~ 36.82'%

%30.45
%32.73
%36.82

CMYK color model

#C9D8F3 color CMYK value is (17,11,0,5).

  • cyan value is 17.28%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (17,11,0,5)
C17M11Y0K5 (17%, 11%, 0%, 5%)
(0.17 / 0.11 / 0.00 / 0.05)

CMYK percentages

%17.28
%11.11
%0
%4.71

Codes

Color #C9D8F3 in popluar color models

C9 D8 F3
RGB 201 216 243
HSL 219° 63.64% 87.06%
HSB/HSV 219° 17.28% 95.29%
CMYK 17.28% 11.11% 0.00%
4.71%

Color #C9D8F3 in popluar number systems.

HEX C9 D8 F3
Decimal 201 216 243
Binary 11001001 11011000 11110011
Octal 311 330 363

Shades and tints

Shades of #C9D8F3

#C9D8F3
(201,216,243)
#B7C5DD
(183,197,221)
#A5B2C7
(165,178,199)
#939FB1
(147,159,177)
#818C9B
(129,140,155)
#6F7985
(111,121,133)
#5D666F
(93,102,111)
#4B5359
(75,83,89)
#394043
(57,64,67)
#272D2D
(39,45,45)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #C9D8F3

#C9D8F3
(201,216,243)
#CDDBF4
(205,219,244)
#D1DEF5
(209,222,245)
#D5E1F6
(213,225,246)
#D9E4F7
(217,228,247)
#DDE7F8
(221,231,248)
#E1EAF9
(225,234,249)
#E5EDFA
(229,237,250)
#E9F0FB
(233,240,251)
#EDF3FC
(237,243,252)
#F1F6FD
(241,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D8F3; }

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

This text font color is #C9D8F3.

Background Color

.myBgColor { background-color: #C9D8F3; }

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

This div background color is #C9D8F3.

Border color

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

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

This div border color is #C9D8F3.

Opacity

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

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

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

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

This text has shadow with #C9D8F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9D8F3.

Preview

Color preview on black background

This text has color #C9D8F3 on black background.


Color preview on white background

This text has color #C9D8F3 on white background.


Black color preview on #C9D8F3 background

This text has black color on #C9D8F3 background.


White color preview on #C9D8F3 background

This text has white color on #C9D8F3 background.


Related colors

Complementary color

Complementary color for #hex is #36270C.


I love getcolorcode.com

Triadic colors

1 #F3C9D8 and #D8F3C9 with #C9D8F3 are triadic colors.

2 #F3D8C9 and #D8C9F3 with #C9D8F3 are triadic colors.