COLOR #C9C3DB

HEX: #C9C3DB
RGB: (201,195,219)

Color info

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

RGB color model

#C9C3DB color RGB value is (201,195,219).

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

RGB channels and saturation

R 201 of 255 = 79%
G 195 of 255 = 76%
B 219 of 255 = 86%

201
195
219

R + G + B ~ 80%. #C9C3DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 195 + 219 = 615 (100%)
R 201 of 615 ~ 32.68%
G 195 of 615 ~ 31.71%
B 219 of 615 ~ 35.61%

%32.68
%31.71
%35.61

CMYK color model

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

  • cyan value is 8.22%
  • magenta value is 10.96%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(8,11,0,14)
C8M11Y0K14 
(8%,11%,0%,14%)
(0.08/0.11/0.00/0.14)	

CMYK percentages

%8.22
%10.96
%0
%14.12

Codes

Color #C9C3DB in popluar color models

C9C3DB
RGB201195219
HSL255°25.00%81.18%
HSB/HSV255°10.96%85.88%
CMYK8.22%10.96%0.00%
14.12%

Color #C9C3DB in popluar number systems.

HEXC9C3DB
Decimal201195219
Binary110010011100001111011011
Octal311303333

Shades and tints

Shades of #C9C3DB

#C9C3DB
(201,195,219)
#B7B2C8
(183,178,200)
#A5A1B5
(165,161,181)
#9390A2
(147,144,162)
#817F8F
(129,127,143)
#6F6E7C
(111,110,124)
#5D5D69
(93,93,105)
#4B4C56
(75,76,86)
#393B43
(57,59,67)
#272A30
(39,42,48)
#15191D
(21,25,29)
#000000
(0,0,0)

Tints of #C9C3DB

#C9C3DB
(201,195,219)
#CDC8DE
(205,200,222)
#D1CDE1
(209,205,225)
#D5D2E4
(213,210,228)
#D9D7E7
(217,215,231)
#DDDCEA
(221,220,234)
#E1E1ED
(225,225,237)
#E5E6F0
(229,230,240)
#E9EBF3
(233,235,243)
#EDF0F6
(237,240,246)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C3DB; }

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

This text font color is #C9C3DB.


Background Color

.myBgColor { background-color: #C9C3DB; }

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

This div background color is #C9C3DB.


Border color

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

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

This div border color is #C9C3DB.


Opacity

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

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

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

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

This text has shadow with #C9C3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C3DB on black background.


Color preview on white background

This text has color #C9C3DB on white background.



Black color preview on #C9C3DB background

This text has black color on #C9C3DB background.


White color preview on #C9C3DB background

This text has white color on #C9C3DB background.