COLOR #C9D0EB

HEX: #C9D0EB RGB: (201,208,235)

Color info

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

RGB color model

#C9D0EB color RGB value is (201,208,235).

RGB: (201,208,235) (79%, 82%, 92%)

RGB channels and saturation

R 201 of 255 = 79%
G 208 of 255 = 82%
B 235 of 255 = 92%

201
208
235

R + G + B ~ 84%. #C9D0EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 208 + 235 = 644 (100%)
R 201 of 644 ~ 31.21%
G 208 of 644 ~ 32.3%
B 235 of 644 ~ 36.49'%

%31.21
%32.3
%36.49

CMYK color model

#C9D0EB color CMYK value is (14,11,0,8).

  • cyan value is 14.47%
  • magenta value is 11.49%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (14,11,0,8)
C14M11Y0K8 (14%, 11%, 0%, 8%)
(0.14 / 0.11 / 0.00 / 0.08)

CMYK percentages

%14.47
%11.49
%0
%7.84

Codes

Color #C9D0EB in popluar color models

C9 D0 EB
RGB 201 208 235
HSL 228° 45.95% 85.49%
HSB/HSV 228° 14.47% 92.16%
CMYK 14.47% 11.49% 0.00%
7.84%

Color #C9D0EB in popluar number systems.

HEX C9 D0 EB
Decimal 201 208 235
Binary 11001001 11010000 11101011
Octal 311 320 353

Shades and tints

Shades of #C9D0EB

#C9D0EB
(201,208,235)
#B7BED6
(183,190,214)
#A5ACC1
(165,172,193)
#939AAC
(147,154,172)
#818897
(129,136,151)
#6F7682
(111,118,130)
#5D646D
(93,100,109)
#4B5258
(75,82,88)
#394043
(57,64,67)
#272E2E
(39,46,46)
#151C19
(21,28,25)
#000000
(0,0,0)

Tints of #C9D0EB

#C9D0EB
(201,208,235)
#CDD4EC
(205,212,236)
#D1D8ED
(209,216,237)
#D5DCEE
(213,220,238)
#D9E0EF
(217,224,239)
#DDE4F0
(221,228,240)
#E1E8F1
(225,232,241)
#E5ECF2
(229,236,242)
#E9F0F3
(233,240,243)
#EDF4F4
(237,244,244)
#F1F8F5
(241,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D0EB; }

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

This text font color is #C9D0EB.

Background Color

.myBgColor { background-color: #C9D0EB; }

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

This div background color is #C9D0EB.

Border color

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

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

This div border color is #C9D0EB.

Opacity

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

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

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

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

This text has shadow with #C9D0EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9D0EB.

Preview

Color preview on black background

This text has color #C9D0EB on black background.


Color preview on white background

This text has color #C9D0EB on white background.


Black color preview on #C9D0EB background

This text has black color on #C9D0EB background.


White color preview on #C9D0EB background

This text has white color on #C9D0EB background.


Related colors

Complementary color

Complementary color for #hex is #362F14.


I love getcolorcode.com

Triadic colors

1 #EBC9D0 and #D0EBC9 with #C9D0EB are triadic colors.

2 #EBD0C9 and #D0C9EB with #C9D0EB are triadic colors.