COLOR #C9D7EB

HEX: #C9D7EB RGB: (201,215,235)

Color info

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

RGB color model

#C9D7EB color RGB value is (201,215,235).

RGB: (201,215,235) (79%, 84%, 92%)

RGB channels and saturation

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

201
215
235

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

Portions of RGB colors in percentages

R + G + B = 201 + 215 + 235 = 651 (100%)
R 201 of 651 ~ 30.88%
G 215 of 651 ~ 33.03%
B 235 of 651 ~ 36.1'%

%30.88
%33.03
%36.1

CMYK color model

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

  • cyan value is 14.47%
  • magenta value is 8.51%
  • 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
%8.51
%0
%7.84

Codes

Color #C9D7EB in popluar color models

C9 D7 EB
RGB 201 215 235
HSL 215° 45.95% 85.49%
HSB/HSV 215° 14.47% 92.16%
CMYK 14.47% 8.51% 0.00%
7.84%

Color #C9D7EB in popluar number systems.

HEX C9 D7 EB
Decimal 201 215 235
Binary 11001001 11010111 11101011
Octal 311 327 353

Shades and tints

Shades of #C9D7EB

#C9D7EB
(201,215,235)
#B7C4D6
(183,196,214)
#A5B1C1
(165,177,193)
#939EAC
(147,158,172)
#818B97
(129,139,151)
#6F7882
(111,120,130)
#5D656D
(93,101,109)
#4B5258
(75,82,88)
#393F43
(57,63,67)
#272C2E
(39,44,46)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #C9D7EB

#C9D7EB
(201,215,235)
#CDDAEC
(205,218,236)
#D1DDED
(209,221,237)
#D5E0EE
(213,224,238)
#D9E3EF
(217,227,239)
#DDE6F0
(221,230,240)
#E1E9F1
(225,233,241)
#E5ECF2
(229,236,242)
#E9EFF3
(233,239,243)
#EDF2F4
(237,242,244)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D7EB; }

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

This text font color is #C9D7EB.

Background Color

.myBgColor { background-color: #C9D7EB; }

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

This div background color is #C9D7EB.

Border color

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

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

This div border color is #C9D7EB.

Opacity

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

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

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

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

This text has shadow with #C9D7EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9D7EB.

Preview

Color preview on black background

This text has color #C9D7EB on black background.


Color preview on white background

This text has color #C9D7EB on white background.


Black color preview on #C9D7EB background

This text has black color on #C9D7EB background.


White color preview on #C9D7EB background

This text has white color on #C9D7EB background.


Related colors

Complementary color

Complementary color for #hex is #362814.


I love getcolorcode.com

Triadic colors

1 #EBC9D7 and #D7EBC9 with #C9D7EB are triadic colors.

2 #EBD7C9 and #D7C9EB with #C9D7EB are triadic colors.