COLOR #C9D5EA

HEX: #C9D5EA RGB: (201,213,234)

Color info

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

RGB color model

#C9D5EA color RGB value is (201,213,234).

RGB: (201,213,234) (79%, 84%, 92%)

RGB channels and saturation

R 201 of 255 = 79%
G 213 of 255 = 84%
B 234 of 255 = 92%

201
213
234

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

Portions of RGB colors in percentages

R + G + B = 201 + 213 + 234 = 648 (100%)
R 201 of 648 ~ 31.02%
G 213 of 648 ~ 32.87%
B 234 of 648 ~ 36.11'%

%31.02
%32.87
%36.11

CMYK color model

#C9D5EA color CMYK value is (14,9,0,8).

  • cyan value is 14.10%
  • magenta value is 8.97%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (14,9,0,8) C14M9Y0K8 (14%,9%,0%,8%) (0.14/0.09/0.00/0.08) 

CMYK percentages

%14.1
%8.97
%0
%8.24

Codes

Color #C9D5EA in popluar color models

C9 D5 EA
RGB 201 213 234
HSL 218° 44.00% 85.29%
HSB/HSV 218° 14.10% 91.76%
CMYK 14.10% 8.97% 0.00%
8.24%

Color #C9D5EA in popluar number systems.

HEX C9 D5 EA
Decimal 201 213 234
Binary 11001001 11010101 11101010
Octal 311 325 352

Shades and tints

Shades of #C9D5EA

#C9D5EA
(201,213,234)
#B7C2D5
(183,194,213)
#A5AFC0
(165,175,192)
#939CAB
(147,156,171)
#818996
(129,137,150)
#6F7681
(111,118,129)
#5D636C
(93,99,108)
#4B5057
(75,80,87)
#393D42
(57,61,66)
#272A2D
(39,42,45)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #C9D5EA

#C9D5EA
(201,213,234)
#CDD8EB
(205,216,235)
#D1DBEC
(209,219,236)
#D5DEED
(213,222,237)
#D9E1EE
(217,225,238)
#DDE4EF
(221,228,239)
#E1E7F0
(225,231,240)
#E5EAF1
(229,234,241)
#E9EDF2
(233,237,242)
#EDF0F3
(237,240,243)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D5EA color. Also use rgb(201,213,234) instead hex code.

Text Font Color

.myTextColor { color: #C9D5EA; }

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

This text font color is #C9D5EA.

Background Color

.myBgColor { background-color: #C9D5EA; }

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

This div background color is #C9D5EA.

Border color

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

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

This div border color is #C9D5EA.

Opacity

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

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

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

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

This text has shadow with #C9D5EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9D5EA.

Preview

Color preview on black background

This text has color #C9D5EA on black background.


Color preview on white background

This text has color #C9D5EA on white background.


Black color preview on #C9D5EA background

This text has black color on #C9D5EA background.


White color preview on #C9D5EA background

This text has white color on #C9D5EA background.


Related colors

Complementary color

Complementary color for #hex is #362A15.


I love getcolorcode.com

Triadic colors

1 #EAC9D5 and #D5EAC9 with #C9D5EA are triadic colors.

2 #EAD5C9 and #D5C9EA with #C9D5EA are triadic colors.