COLOR #C9D5EB

HEX: #C9D5EB
RGB: (201,213,235)

Color info

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

RGB color model

#C9D5EB color RGB value is (201,213,235).

  • red value is 201;
  • green value is 213;
  • blue value is 235.
RGB:
(201,213,235)
(79%,84%,92%)

RGB channels and saturation

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

201
213
235

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

Portions of RGB colors in percentages

R + G + B =
201 + 213 + 235 = 649 (100%)
R 201 of 649 ~ 30.97%
G 213 of 649 ~ 32.82%
B 235 of 649 ~ 36.21%

%30.97
%32.82
%36.21

CMYK color model

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

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

CMYK percentages

%14.47
%9.36
%0
%7.84

Codes

Color #C9D5EB in popluar color models

C9D5EB
RGB201213235
HSL219°45.95%85.49%
HSB/HSV219°14.47%92.16%
CMYK14.47%9.36%0.00%
7.84%

Color #C9D5EB in popluar number systems.

HEXC9D5EB
Decimal201213235
Binary110010011101010111101011
Octal311325353

Shades and tints

Shades of #C9D5EB

#C9D5EB
(201,213,235)
#B7C2D6
(183,194,214)
#A5AFC1
(165,175,193)
#939CAC
(147,156,172)
#818997
(129,137,151)
#6F7682
(111,118,130)
#5D636D
(93,99,109)
#4B5058
(75,80,88)
#393D43
(57,61,67)
#272A2E
(39,42,46)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #C9D5EB

#C9D5EB
(201,213,235)
#CDD8EC
(205,216,236)
#D1DBED
(209,219,237)
#D5DEEE
(213,222,238)
#D9E1EF
(217,225,239)
#DDE4F0
(221,228,240)
#E1E7F1
(225,231,241)
#E5EAF2
(229,234,242)
#E9EDF3
(233,237,243)
#EDF0F4
(237,240,244)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D5EB; }

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

This text font color is #C9D5EB.


Background Color

.myBgColor { background-color: #C9D5EB; }

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

This div background color is #C9D5EB.


Border color

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

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

This div border color is #C9D5EB.


Opacity

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

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

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

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

This text has shadow with #C9D5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D5EB on black background.


Color preview on white background

This text has color #C9D5EB on white background.



Black color preview on #C9D5EB background

This text has black color on #C9D5EB background.


White color preview on #C9D5EB background

This text has white color on #C9D5EB background.