COLOR #C9B4D0

HEX: #C9B4D0
RGB: (201,180,208)

Color info

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

RGB color model

#C9B4D0 color RGB value is (201,180,208).

  • red value is 201;
  • green value is 180;
  • blue value is 208.
RGB:
(201,180,208)
(79%,71%,82%)

RGB channels and saturation

R 201 of 255 = 79%
G 180 of 255 = 71%
B 208 of 255 = 82%

201
180
208

R + G + B ~ 77%. #C9B4D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 180 + 208 = 589 (100%)
R 201 of 589 ~ 34.13%
G 180 of 589 ~ 30.56%
B 208 of 589 ~ 35.31%

%34.13
%30.56
%35.31

CMYK color model

#C9B4D0 color CMYK value is (3,13,0,18).

  • cyan value is 3.37%
  • magenta value is 13.46%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(3,13,0,18)
C3M13Y0K18 
(3%,13%,0%,18%)
(0.03/0.13/0.00/0.18)	

CMYK percentages

%3.37
%13.46
%0
%18.43

Codes

Color #C9B4D0 in popluar color models

C9B4D0
RGB201180208
HSL285°22.95%76.08%
HSB/HSV285°13.46%81.57%
CMYK3.37%13.46%0.00%
18.43%

Color #C9B4D0 in popluar number systems.

HEXC9B4D0
Decimal201180208
Binary110010011011010011010000
Octal311264320

Shades and tints

Shades of #C9B4D0

#C9B4D0
(201,180,208)
#B7A4BE
(183,164,190)
#A594AC
(165,148,172)
#93849A
(147,132,154)
#817488
(129,116,136)
#6F6476
(111,100,118)
#5D5464
(93,84,100)
#4B4452
(75,68,82)
#393440
(57,52,64)
#27242E
(39,36,46)
#15141C
(21,20,28)
#000000
(0,0,0)

Tints of #C9B4D0

#C9B4D0
(201,180,208)
#CDBAD4
(205,186,212)
#D1C0D8
(209,192,216)
#D5C6DC
(213,198,220)
#D9CCE0
(217,204,224)
#DDD2E4
(221,210,228)
#E1D8E8
(225,216,232)
#E5DEEC
(229,222,236)
#E9E4F0
(233,228,240)
#EDEAF4
(237,234,244)
#F1F0F8
(241,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B4D0 color. Also use rgb(201,180,208) instead hex code.

Text Font Color

.myTextColor { color: #C9B4D0; }

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

This text font color is #C9B4D0.


Background Color

.myBgColor { background-color: #C9B4D0; }

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

This div background color is #C9B4D0.


Border color

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

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

This div border color is #C9B4D0.


Opacity

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

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

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

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

This text has shadow with #C9B4D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B4D0 on black background.


Color preview on white background

This text has color #C9B4D0 on white background.



Black color preview on #C9B4D0 background

This text has black color on #C9B4D0 background.


White color preview on #C9B4D0 background

This text has white color on #C9B4D0 background.