COLOR #C9C3DC

HEX: #C9C3DC
RGB: (201,195,220)

Color info

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

RGB color model

#C9C3DC color RGB value is (201,195,220).

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

RGB channels and saturation

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

201
195
220

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

Portions of RGB colors in percentages

R + G + B =
201 + 195 + 220 = 616 (100%)
R 201 of 616 ~ 32.63%
G 195 of 616 ~ 31.66%
B 220 of 616 ~ 35.71%

%32.63
%31.66
%35.71

CMYK color model

#C9C3DC color CMYK value is (9,11,0,14).

  • cyan value is 8.64%
  • magenta value is 11.36%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(9,11,0,14)
C9M11Y0K14 
(9%,11%,0%,14%)
(0.09/0.11/0.00/0.14)	

CMYK percentages

%8.64
%11.36
%0
%13.73

Codes

Color #C9C3DC in popluar color models

C9C3DC
RGB201195220
HSL254°26.32%81.37%
HSB/HSV254°11.36%86.27%
CMYK8.64%11.36%0.00%
13.73%

Color #C9C3DC in popluar number systems.

HEXC9C3DC
Decimal201195220
Binary110010011100001111011100
Octal311303334

Shades and tints

Shades of #C9C3DC

#C9C3DC
(201,195,220)
#B7B2C8
(183,178,200)
#A5A1B4
(165,161,180)
#9390A0
(147,144,160)
#817F8C
(129,127,140)
#6F6E78
(111,110,120)
#5D5D64
(93,93,100)
#4B4C50
(75,76,80)
#393B3C
(57,59,60)
#272A28
(39,42,40)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #C9C3DC

#C9C3DC
(201,195,220)
#CDC8DF
(205,200,223)
#D1CDE2
(209,205,226)
#D5D2E5
(213,210,229)
#D9D7E8
(217,215,232)
#DDDCEB
(221,220,235)
#E1E1EE
(225,225,238)
#E5E6F1
(229,230,241)
#E9EBF4
(233,235,244)
#EDF0F7
(237,240,247)
#F1F5FA
(241,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C3DC; }

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

This text font color is #C9C3DC.


Background Color

.myBgColor { background-color: #C9C3DC; }

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

This div background color is #C9C3DC.


Border color

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

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

This div border color is #C9C3DC.


Opacity

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

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

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

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

This text has shadow with #C9C3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C3DC on black background.


Color preview on white background

This text has color #C9C3DC on white background.



Black color preview on #C9C3DC background

This text has black color on #C9C3DC background.


White color preview on #C9C3DC background

This text has white color on #C9C3DC background.