COLOR #C9CBDA

HEX: #C9CBDA RGB: (201,203,218)

Color info

#C9CBDA contains red, green and blue colors in about the same proportion. Web safe color of #C9CBDA is #CCCCCC (or #CCC).

RGB color model

#C9CBDA color RGB value is (201,203,218).

RGB: (201,203,218) (79%, 80%, 85%)

RGB channels and saturation

R 201 of 255 = 79%
G 203 of 255 = 80%
B 218 of 255 = 85%

201
203
218

R + G + B ~ 81%. #C9CBDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 203 + 218 = 622 (100%)
R 201 of 622 ~ 32.32%
G 203 of 622 ~ 32.64%
B 218 of 622 ~ 35.05'%

%32.32
%32.64
%35.05

CMYK color model

#C9CBDA color CMYK value is (8,7,0,15).

  • cyan value is 7.80%
  • magenta value is 6.88%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (8,7,0,15)
C8M7Y0K15 (8%, 7%, 0%, 15%)
(0.08 / 0.07 / 0.00 / 0.15)

CMYK percentages

%7.8
%6.88
%0
%14.51

Codes

Color #C9CBDA in popluar color models

C9 CB DA
RGB 201 203 218
HSL 233° 18.68% 82.16%
HSB/HSV 233° 7.80% 85.49%
CMYK 7.80% 6.88% 0.00%
14.51%

Color #C9CBDA in popluar number systems.

HEX C9 CB DA
Decimal 201 203 218
Binary 11001001 11001011 11011010
Octal 311 313 332

Shades and tints

Shades of #C9CBDA

#C9CBDA
(201,203,218)
#B7B9C7
(183,185,199)
#A5A7B4
(165,167,180)
#9395A1
(147,149,161)
#81838E
(129,131,142)
#6F717B
(111,113,123)
#5D5F68
(93,95,104)
#4B4D55
(75,77,85)
#393B42
(57,59,66)
#27292F
(39,41,47)
#15171C
(21,23,28)
#000000
(0,0,0)

Tints of #C9CBDA

#C9CBDA
(201,203,218)
#CDCFDD
(205,207,221)
#D1D3E0
(209,211,224)
#D5D7E3
(213,215,227)
#D9DBE6
(217,219,230)
#DDDFE9
(221,223,233)
#E1E3EC
(225,227,236)
#E5E7EF
(229,231,239)
#E9EBF2
(233,235,242)
#EDEFF5
(237,239,245)
#F1F3F8
(241,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9CBDA color. Also use rgb(201,203,218) instead hex code.

Text Font Color

.myTextColor { color: #C9CBDA; }

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

This text font color is #C9CBDA.

Background Color

.myBgColor { background-color: #C9CBDA; }

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

This div background color is #C9CBDA.

Border color

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

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

This div border color is #C9CBDA.

Opacity

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

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

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

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

This text has shadow with #C9CBDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9CBDA.

Preview

Color preview on black background

This text has color #C9CBDA on black background.


Color preview on white background

This text has color #C9CBDA on white background.


Black color preview on #C9CBDA background

This text has black color on #C9CBDA background.


White color preview on #C9CBDA background

This text has white color on #C9CBDA background.


Related colors

Complementary color

Complementary color for #hex is #363425.


I love getcolorcode.com

Triadic colors

1 #DAC9CB and #CBDAC9 with #C9CBDA are triadic colors.

2 #DACBC9 and #CBC9DA with #C9CBDA are triadic colors.