COLOR #C9B7DA

HEX: #C9B7DA
RGB: (201,183,218)

Color info

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

RGB color model

#C9B7DA color RGB value is (201,183,218).

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

RGB channels and saturation

R 201 of 255 = 79%
G 183 of 255 = 72%
B 218 of 255 = 85%

201
183
218

R + G + B ~ 79%. #C9B7DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 183 + 218 = 602 (100%)
R 201 of 602 ~ 33.39%
G 183 of 602 ~ 30.4%
B 218 of 602 ~ 36.21%

%33.39
%30.4
%36.21

CMYK color model

#C9B7DA color CMYK value is (8,16,0,15).

  • cyan value is 7.80%
  • magenta value is 16.06%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(8,16,0,15)
C8M16Y0K15 
(8%,16%,0%,15%)
(0.08/0.16/0.00/0.15)	

CMYK percentages

%7.8
%16.06
%0
%14.51

Codes

Color #C9B7DA in popluar color models

C9B7DA
RGB201183218
HSL271°32.11%78.63%
HSB/HSV271°16.06%85.49%
CMYK7.80%16.06%0.00%
14.51%

Color #C9B7DA in popluar number systems.

HEXC9B7DA
Decimal201183218
Binary110010011011011111011010
Octal311267332

Shades and tints

Shades of #C9B7DA

#C9B7DA
(201,183,218)
#B7A7C7
(183,167,199)
#A597B4
(165,151,180)
#9387A1
(147,135,161)
#81778E
(129,119,142)
#6F677B
(111,103,123)
#5D5768
(93,87,104)
#4B4755
(75,71,85)
#393742
(57,55,66)
#27272F
(39,39,47)
#15171C
(21,23,28)
#000000
(0,0,0)

Tints of #C9B7DA

#C9B7DA
(201,183,218)
#CDBDDD
(205,189,221)
#D1C3E0
(209,195,224)
#D5C9E3
(213,201,227)
#D9CFE6
(217,207,230)
#DDD5E9
(221,213,233)
#E1DBEC
(225,219,236)
#E5E1EF
(229,225,239)
#E9E7F2
(233,231,242)
#EDEDF5
(237,237,245)
#F1F3F8
(241,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B7DA; }

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

This text font color is #C9B7DA.


Background Color

.myBgColor { background-color: #C9B7DA; }

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

This div background color is #C9B7DA.


Border color

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

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

This div border color is #C9B7DA.


Opacity

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

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

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

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

This text has shadow with #C9B7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B7DA on black background.


Color preview on white background

This text has color #C9B7DA on white background.



Black color preview on #C9B7DA background

This text has black color on #C9B7DA background.


White color preview on #C9B7DA background

This text has white color on #C9B7DA background.