COLOR #C9B6DA

HEX: #C9B6DA
RGB: (201,182,218)

Color info

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

RGB color model

#C9B6DA color RGB value is (201,182,218).

  • red value is 201;
  • green value is 182;
  • blue value is 218.
RGB:
(201,182,218)
(79%,71%,85%)

RGB channels and saturation

R 201 of 255 = 79%
G 182 of 255 = 71%
B 218 of 255 = 85%

201
182
218

R + G + B ~ 78%. #C9B6DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 182 + 218 = 601 (100%)
R 201 of 601 ~ 33.44%
G 182 of 601 ~ 30.28%
B 218 of 601 ~ 36.27%

%33.44
%30.28
%36.27

CMYK color model

#C9B6DA color CMYK value is (8,17,0,15).

  • cyan value is 7.80%
  • magenta value is 16.51%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(8,17,0,15)
C8M17Y0K15 
(8%,17%,0%,15%)
(0.08/0.17/0.00/0.15)	

CMYK percentages

%7.8
%16.51
%0
%14.51

Codes

Color #C9B6DA in popluar color models

C9B6DA
RGB201182218
HSL272°32.73%78.43%
HSB/HSV272°16.51%85.49%
CMYK7.80%16.51%0.00%
14.51%

Color #C9B6DA in popluar number systems.

HEXC9B6DA
Decimal201182218
Binary110010011011011011011010
Octal311266332

Shades and tints

Shades of #C9B6DA

#C9B6DA
(201,182,218)
#B7A6C7
(183,166,199)
#A596B4
(165,150,180)
#9386A1
(147,134,161)
#81768E
(129,118,142)
#6F667B
(111,102,123)
#5D5668
(93,86,104)
#4B4655
(75,70,85)
#393642
(57,54,66)
#27262F
(39,38,47)
#15161C
(21,22,28)
#000000
(0,0,0)

Tints of #C9B6DA

#C9B6DA
(201,182,218)
#CDBCDD
(205,188,221)
#D1C2E0
(209,194,224)
#D5C8E3
(213,200,227)
#D9CEE6
(217,206,230)
#DDD4E9
(221,212,233)
#E1DAEC
(225,218,236)
#E5E0EF
(229,224,239)
#E9E6F2
(233,230,242)
#EDECF5
(237,236,245)
#F1F2F8
(241,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B6DA; }

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

This text font color is #C9B6DA.


Background Color

.myBgColor { background-color: #C9B6DA; }

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

This div background color is #C9B6DA.


Border color

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

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

This div border color is #C9B6DA.


Opacity

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

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

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

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

This text has shadow with #C9B6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B6DA on black background.


Color preview on white background

This text has color #C9B6DA on white background.



Black color preview on #C9B6DA background

This text has black color on #C9B6DA background.


White color preview on #C9B6DA background

This text has white color on #C9B6DA background.