COLOR #BD9EA5

HEX: #BD9EA5
RGB: (189,158,165)

Color info

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

RGB color model

#BD9EA5 color RGB value is (189,158,165).

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

RGB channels and saturation

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

189
158
165

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

Portions of RGB colors in percentages

R + G + B =
189 + 158 + 165 = 512 (100%)
R 189 of 512 ~ 36.91%
G 158 of 512 ~ 30.86%
B 165 of 512 ~ 32.23%

%36.91
%30.86
%32.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.40%
  • 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
%16.4
%12.7
%25.88

Codes

Color #BD9EA5 in popluar color models

BD9EA5
RGB189158165
HSL346°19.02%68.04%
HSB/HSV346°16.40%74.12%
CMYK0.00%16.40%12.70%
25.88%

Color #BD9EA5 in popluar number systems.

HEXBD9EA5
Decimal189158165
Binary101111011001111010100101
Octal275236245

Shades and tints

Shades of #BD9EA5

#BD9EA5
(189,158,165)
#AC9096
(172,144,150)
#9B8287
(155,130,135)
#8A7478
(138,116,120)
#796669
(121,102,105)
#68585A
(104,88,90)
#574A4B
(87,74,75)
#463C3C
(70,60,60)
#352E2D
(53,46,45)
#24201E
(36,32,30)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #BD9EA5

#BD9EA5
(189,158,165)
#C3A6AD
(195,166,173)
#C9AEB5
(201,174,181)
#CFB6BD
(207,182,189)
#D5BEC5
(213,190,197)
#DBC6CD
(219,198,205)
#E1CED5
(225,206,213)
#E7D6DD
(231,214,221)
#EDDEE5
(237,222,229)
#F3E6ED
(243,230,237)
#F9EEF5
(249,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9EA5; }

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

This text font color is #BD9EA5.


Background Color

.myBgColor { background-color: #BD9EA5; }

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

This div background color is #BD9EA5.


Border color

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

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

This div border color is #BD9EA5.


Opacity

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

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

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

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

This text has shadow with #BD9EA5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BD9EA5 on black background.


Color preview on white background

This text has color #BD9EA5 on white background.



Black color preview on #BD9EA5 background

This text has black color on #BD9EA5 background.


White color preview on #BD9EA5 background

This text has white color on #BD9EA5 background.