COLOR #BD9FA5

HEX: #BD9FA5
RGB: (189,159,165)

Color info

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

RGB color model

#BD9FA5 color RGB value is (189,159,165).

  • red value is 189;
  • green value is 159;
  • blue value is 165.
RGB:
(189,159,165)
(74%,62%,65%)

RGB channels and saturation

R 189 of 255 = 74%
G 159 of 255 = 62%
B 165 of 255 = 65%

189
159
165

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

Portions of RGB colors in percentages

R + G + B =
189 + 159 + 165 = 513 (100%)
R 189 of 513 ~ 36.84%
G 159 of 513 ~ 30.99%
B 165 of 513 ~ 32.16%

%36.84
%30.99
%32.16

CMYK color model

#BD9FA5 color CMYK value is (0,16,13,26).

  • cyan value is 0.00%
  • magenta value is 15.87%
  • yellow value is 12.70%
  • key color value is 25.88%
CMYK:
(0,16,13,26)
C0M16Y13K26 
(0%,16%,13%,26%)
(0.00/0.16/0.13/0.26)	

CMYK percentages

%0
%15.87
%12.7
%25.88

Codes

Color #BD9FA5 in popluar color models

BD9FA5
RGB189159165
HSL348°18.52%68.24%
HSB/HSV348°15.87%74.12%
CMYK0.00%15.87%12.70%
25.88%

Color #BD9FA5 in popluar number systems.

HEXBD9FA5
Decimal189159165
Binary101111011001111110100101
Octal275237245

Shades and tints

Shades of #BD9FA5

#BD9FA5
(189,159,165)
#AC9196
(172,145,150)
#9B8387
(155,131,135)
#8A7578
(138,117,120)
#796769
(121,103,105)
#68595A
(104,89,90)
#574B4B
(87,75,75)
#463D3C
(70,61,60)
#352F2D
(53,47,45)
#24211E
(36,33,30)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #BD9FA5

#BD9FA5
(189,159,165)
#C3A7AD
(195,167,173)
#C9AFB5
(201,175,181)
#CFB7BD
(207,183,189)
#D5BFC5
(213,191,197)
#DBC7CD
(219,199,205)
#E1CFD5
(225,207,213)
#E7D7DD
(231,215,221)
#EDDFE5
(237,223,229)
#F3E7ED
(243,231,237)
#F9EFF5
(249,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9FA5 color. Also use rgb(189,159,165) instead hex code.

Text Font Color

.myTextColor { color: #BD9FA5; }

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

This text font color is #BD9FA5.


Background Color

.myBgColor { background-color: #BD9FA5; }

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

This div background color is #BD9FA5.


Border color

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

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

This div border color is #BD9FA5.


Opacity

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

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

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

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

This text has shadow with #BD9FA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9FA5 on black background.


Color preview on white background

This text has color #BD9FA5 on white background.



Black color preview on #BD9FA5 background

This text has black color on #BD9FA5 background.


White color preview on #BD9FA5 background

This text has white color on #BD9FA5 background.