COLOR #C9B4CF

HEX: #C9B4CF
RGB: (201,180,207)

Color info

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

RGB color model

#C9B4CF color RGB value is (201,180,207).

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

RGB channels and saturation

R 201 of 255 = 79%
G 180 of 255 = 71%
B 207 of 255 = 81%

201
180
207

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

Portions of RGB colors in percentages

R + G + B =
201 + 180 + 207 = 588 (100%)
R 201 of 588 ~ 34.18%
G 180 of 588 ~ 30.61%
B 207 of 588 ~ 35.2%

%34.18
%30.61
%35.2

CMYK color model

#C9B4CF color CMYK value is (3,13,0,19).

  • cyan value is 2.90%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(3,13,0,19)
C3M13Y0K19 
(3%,13%,0%,19%)
(0.03/0.13/0.00/0.19)	

CMYK percentages

%2.9
%13.04
%0
%18.82

Codes

Color #C9B4CF in popluar color models

C9B4CF
RGB201180207
HSL287°21.95%75.88%
HSB/HSV287°13.04%81.18%
CMYK2.90%13.04%0.00%
18.82%

Color #C9B4CF in popluar number systems.

HEXC9B4CF
Decimal201180207
Binary110010011011010011001111
Octal311264317

Shades and tints

Shades of #C9B4CF

#C9B4CF
(201,180,207)
#B7A4BD
(183,164,189)
#A594AB
(165,148,171)
#938499
(147,132,153)
#817487
(129,116,135)
#6F6475
(111,100,117)
#5D5463
(93,84,99)
#4B4451
(75,68,81)
#39343F
(57,52,63)
#27242D
(39,36,45)
#15141B
(21,20,27)
#000000
(0,0,0)

Tints of #C9B4CF

#C9B4CF
(201,180,207)
#CDBAD3
(205,186,211)
#D1C0D7
(209,192,215)
#D5C6DB
(213,198,219)
#D9CCDF
(217,204,223)
#DDD2E3
(221,210,227)
#E1D8E7
(225,216,231)
#E5DEEB
(229,222,235)
#E9E4EF
(233,228,239)
#EDEAF3
(237,234,243)
#F1F0F7
(241,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B4CF; }

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

This text font color is #C9B4CF.


Background Color

.myBgColor { background-color: #C9B4CF; }

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

This div background color is #C9B4CF.


Border color

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

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

This div border color is #C9B4CF.


Opacity

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

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

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

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

This text has shadow with #C9B4CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B4CF on black background.


Color preview on white background

This text has color #C9B4CF on white background.



Black color preview on #C9B4CF background

This text has black color on #C9B4CF background.


White color preview on #C9B4CF background

This text has white color on #C9B4CF background.