COLOR #C9B4BD

HEX: #C9B4BD
RGB: (201,180,189)

Color info

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

RGB color model

#C9B4BD color RGB value is (201,180,189).

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

RGB channels and saturation

R 201 of 255 = 79%
G 180 of 255 = 71%
B 189 of 255 = 74%

201
180
189

R + G + B ~ 75%. #C9B4BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 180 + 189 = 570 (100%)
R 201 of 570 ~ 35.26%
G 180 of 570 ~ 31.58%
B 189 of 570 ~ 33.16%

%35.26
%31.58
%33.16

CMYK color model

#C9B4BD color CMYK value is (0,10,6,21).

  • cyan value is 0.00%
  • magenta value is 10.45%
  • yellow value is 5.97%
  • key color value is 21.18%
CMYK:
(0,10,6,21)
C0M10Y6K21 
(0%,10%,6%,21%)
(0.00/0.10/0.06/0.21)	

CMYK percentages

%0
%10.45
%5.97
%21.18

Codes

Color #C9B4BD in popluar color models

C9B4BD
RGB201180189
HSL334°16.28%74.71%
HSB/HSV334°10.45%78.82%
CMYK0.00%10.45%5.97%
21.18%

Color #C9B4BD in popluar number systems.

HEXC9B4BD
Decimal201180189
Binary110010011011010010111101
Octal311264275

Shades and tints

Shades of #C9B4BD

#C9B4BD
(201,180,189)
#B7A4AC
(183,164,172)
#A5949B
(165,148,155)
#93848A
(147,132,138)
#817479
(129,116,121)
#6F6468
(111,100,104)
#5D5457
(93,84,87)
#4B4446
(75,68,70)
#393435
(57,52,53)
#272424
(39,36,36)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #C9B4BD

#C9B4BD
(201,180,189)
#CDBAC3
(205,186,195)
#D1C0C9
(209,192,201)
#D5C6CF
(213,198,207)
#D9CCD5
(217,204,213)
#DDD2DB
(221,210,219)
#E1D8E1
(225,216,225)
#E5DEE7
(229,222,231)
#E9E4ED
(233,228,237)
#EDEAF3
(237,234,243)
#F1F0F9
(241,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B4BD; }

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

This text font color is #C9B4BD.


Background Color

.myBgColor { background-color: #C9B4BD; }

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

This div background color is #C9B4BD.


Border color

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

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

This div border color is #C9B4BD.


Opacity

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

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

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

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

This text has shadow with #C9B4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9B4BD on black background.


Color preview on white background

This text has color #C9B4BD on white background.



Black color preview on #C9B4BD background

This text has black color on #C9B4BD background.


White color preview on #C9B4BD background

This text has white color on #C9B4BD background.