COLOR #C9CBDB

HEX: #C9CBDB
RGB: (201,203,219)

Color info

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

RGB color model

#C9CBDB color RGB value is (201,203,219).

  • red value is 201;
  • green value is 203;
  • blue value is 219.
RGB:
(201,203,219)
(79%,80%,86%)

RGB channels and saturation

R 201 of 255 = 79%
G 203 of 255 = 80%
B 219 of 255 = 86%

201
203
219

R + G + B ~ 82%. #C9CBDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 203 + 219 = 623 (100%)
R 201 of 623 ~ 32.26%
G 203 of 623 ~ 32.58%
B 219 of 623 ~ 35.15%

%32.26
%32.58
%35.15

CMYK color model

#C9CBDB color CMYK value is (8,7,0,14).

  • cyan value is 8.22%
  • magenta value is 7.31%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(8,7,0,14)
C8M7Y0K14 
(8%,7%,0%,14%)
(0.08/0.07/0.00/0.14)	

CMYK percentages

%8.22
%7.31
%0
%14.12

Codes

Color #C9CBDB in popluar color models

C9CBDB
RGB201203219
HSL233°20.00%82.35%
HSB/HSV233°8.22%85.88%
CMYK8.22%7.31%0.00%
14.12%

Color #C9CBDB in popluar number systems.

HEXC9CBDB
Decimal201203219
Binary110010011100101111011011
Octal311313333

Shades and tints

Shades of #C9CBDB

#C9CBDB
(201,203,219)
#B7B9C8
(183,185,200)
#A5A7B5
(165,167,181)
#9395A2
(147,149,162)
#81838F
(129,131,143)
#6F717C
(111,113,124)
#5D5F69
(93,95,105)
#4B4D56
(75,77,86)
#393B43
(57,59,67)
#272930
(39,41,48)
#15171D
(21,23,29)
#000000
(0,0,0)

Tints of #C9CBDB

#C9CBDB
(201,203,219)
#CDCFDE
(205,207,222)
#D1D3E1
(209,211,225)
#D5D7E4
(213,215,228)
#D9DBE7
(217,219,231)
#DDDFEA
(221,223,234)
#E1E3ED
(225,227,237)
#E5E7F0
(229,231,240)
#E9EBF3
(233,235,243)
#EDEFF6
(237,239,246)
#F1F3F9
(241,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CBDB; }

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

This text font color is #C9CBDB.


Background Color

.myBgColor { background-color: #C9CBDB; }

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

This div background color is #C9CBDB.


Border color

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

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

This div border color is #C9CBDB.


Opacity

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

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

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

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

This text has shadow with #C9CBDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CBDB on black background.


Color preview on white background

This text has color #C9CBDB on white background.



Black color preview on #C9CBDB background

This text has black color on #C9CBDB background.


White color preview on #C9CBDB background

This text has white color on #C9CBDB background.