COLOR #BD9EB3

HEX: #BD9EB3
RGB: (189,158,179)

Color info

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

RGB color model

#BD9EB3 color RGB value is (189,158,179).

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

RGB channels and saturation

R 189 of 255 = 74%
G 158 of 255 = 62%
B 179 of 255 = 70%

189
158
179

R + G + B ~ 69%. #BD9EB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 158 + 179 = 526 (100%)
R 189 of 526 ~ 35.93%
G 158 of 526 ~ 30.04%
B 179 of 526 ~ 34.03%

%35.93
%30.04
%34.03

CMYK color model

#BD9EB3 color CMYK value is (0,16,5,26).

  • cyan value is 0.00%
  • magenta value is 16.40%
  • yellow value is 5.29%
  • key color value is 25.88%
CMYK:
(0,16,5,26)
C0M16Y5K26 
(0%,16%,5%,26%)
(0.00/0.16/0.05/0.26)	

CMYK percentages

%0
%16.4
%5.29
%25.88

Codes

Color #BD9EB3 in popluar color models

BD9EB3
RGB189158179
HSL319°19.02%68.04%
HSB/HSV319°16.40%74.12%
CMYK0.00%16.40%5.29%
25.88%

Color #BD9EB3 in popluar number systems.

HEXBD9EB3
Decimal189158179
Binary101111011001111010110011
Octal275236263

Shades and tints

Shades of #BD9EB3

#BD9EB3
(189,158,179)
#AC90A3
(172,144,163)
#9B8293
(155,130,147)
#8A7483
(138,116,131)
#796673
(121,102,115)
#685863
(104,88,99)
#574A53
(87,74,83)
#463C43
(70,60,67)
#352E33
(53,46,51)
#242023
(36,32,35)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #BD9EB3

#BD9EB3
(189,158,179)
#C3A6B9
(195,166,185)
#C9AEBF
(201,174,191)
#CFB6C5
(207,182,197)
#D5BECB
(213,190,203)
#DBC6D1
(219,198,209)
#E1CED7
(225,206,215)
#E7D6DD
(231,214,221)
#EDDEE3
(237,222,227)
#F3E6E9
(243,230,233)
#F9EEEF
(249,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9EB3; }

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

This text font color is #BD9EB3.


Background Color

.myBgColor { background-color: #BD9EB3; }

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

This div background color is #BD9EB3.


Border color

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

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

This div border color is #BD9EB3.


Opacity

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

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

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

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

This text has shadow with #BD9EB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9EB3 on black background.


Color preview on white background

This text has color #BD9EB3 on white background.



Black color preview on #BD9EB3 background

This text has black color on #BD9EB3 background.


White color preview on #BD9EB3 background

This text has white color on #BD9EB3 background.