COLOR #BD9CAC

HEX: #BD9CAC
RGB: (189,156,172)

Color info

#BD9CAC contains red, green and blue colors in about the same proportion. Web safe color of #BD9CAC is #CC9999 (or #C99).

RGB color model

#BD9CAC color RGB value is (189,156,172).

  • red value is 189;
  • green value is 156;
  • blue value is 172.
RGB:
(189,156,172)
(74%,61%,67%)

RGB channels and saturation

R 189 of 255 = 74%
G 156 of 255 = 61%
B 172 of 255 = 67%

189
156
172

R + G + B ~ 67%. #BD9CAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 156 + 172 = 517 (100%)
R 189 of 517 ~ 36.56%
G 156 of 517 ~ 30.17%
B 172 of 517 ~ 33.27%

%36.56
%30.17
%33.27

CMYK color model

#BD9CAC color CMYK value is (0,17,9,26).

  • cyan value is 0.00%
  • magenta value is 17.46%
  • yellow value is 8.99%
  • key color value is 25.88%
CMYK:
(0,17,9,26)
C0M17Y9K26 
(0%,17%,9%,26%)
(0.00/0.17/0.09/0.26)	

CMYK percentages

%0
%17.46
%8.99
%25.88

Codes

Color #BD9CAC in popluar color models

BD9CAC
RGB189156172
HSL331°20.00%67.65%
HSB/HSV331°17.46%74.12%
CMYK0.00%17.46%8.99%
25.88%

Color #BD9CAC in popluar number systems.

HEXBD9CAC
Decimal189156172
Binary101111011001110010101100
Octal275234254

Shades and tints

Shades of #BD9CAC

#BD9CAC
(189,156,172)
#AC8E9D
(172,142,157)
#9B808E
(155,128,142)
#8A727F
(138,114,127)
#796470
(121,100,112)
#685661
(104,86,97)
#574852
(87,72,82)
#463A43
(70,58,67)
#352C34
(53,44,52)
#241E25
(36,30,37)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #BD9CAC

#BD9CAC
(189,156,172)
#C3A5B3
(195,165,179)
#C9AEBA
(201,174,186)
#CFB7C1
(207,183,193)
#D5C0C8
(213,192,200)
#DBC9CF
(219,201,207)
#E1D2D6
(225,210,214)
#E7DBDD
(231,219,221)
#EDE4E4
(237,228,228)
#F3EDEB
(243,237,235)
#F9F6F2
(249,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9CAC color. Also use rgb(189,156,172) instead hex code.

Text Font Color

.myTextColor { color: #BD9CAC; }

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

This text font color is #BD9CAC.


Background Color

.myBgColor { background-color: #BD9CAC; }

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

This div background color is #BD9CAC.


Border color

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

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

This div border color is #BD9CAC.


Opacity

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

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

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

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

This text has shadow with #BD9CAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9CAC on black background.


Color preview on white background

This text has color #BD9CAC on white background.



Black color preview on #BD9CAC background

This text has black color on #BD9CAC background.


White color preview on #BD9CAC background

This text has white color on #BD9CAC background.