COLOR #BD9EAA

HEX: #BD9EAA
RGB: (189,158,170)

Color info

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

RGB color model

#BD9EAA color RGB value is (189,158,170).

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

RGB channels and saturation

R 189 of 255 = 74%
G 158 of 255 = 62%
B 170 of 255 = 67%

189
158
170

R + G + B ~ 68%. #BD9EAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 158 + 170 = 517 (100%)
R 189 of 517 ~ 36.56%
G 158 of 517 ~ 30.56%
B 170 of 517 ~ 32.88%

%36.56
%30.56
%32.88

CMYK color model

#BD9EAA color CMYK value is (0,16,10,26).

  • cyan value is 0.00%
  • magenta value is 16.40%
  • yellow value is 10.05%
  • key color value is 25.88%
CMYK:
(0,16,10,26)
C0M16Y10K26 
(0%,16%,10%,26%)
(0.00/0.16/0.10/0.26)	

CMYK percentages

%0
%16.4
%10.05
%25.88

Codes

Color #BD9EAA in popluar color models

BD9EAA
RGB189158170
HSL337°19.02%68.04%
HSB/HSV337°16.40%74.12%
CMYK0.00%16.40%10.05%
25.88%

Color #BD9EAA in popluar number systems.

HEXBD9EAA
Decimal189158170
Binary101111011001111010101010
Octal275236252

Shades and tints

Shades of #BD9EAA

#BD9EAA
(189,158,170)
#AC909B
(172,144,155)
#9B828C
(155,130,140)
#8A747D
(138,116,125)
#79666E
(121,102,110)
#68585F
(104,88,95)
#574A50
(87,74,80)
#463C41
(70,60,65)
#352E32
(53,46,50)
#242023
(36,32,35)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #BD9EAA

#BD9EAA
(189,158,170)
#C3A6B1
(195,166,177)
#C9AEB8
(201,174,184)
#CFB6BF
(207,182,191)
#D5BEC6
(213,190,198)
#DBC6CD
(219,198,205)
#E1CED4
(225,206,212)
#E7D6DB
(231,214,219)
#EDDEE2
(237,222,226)
#F3E6E9
(243,230,233)
#F9EEF0
(249,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9EAA; }

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

This text font color is #BD9EAA.


Background Color

.myBgColor { background-color: #BD9EAA; }

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

This div background color is #BD9EAA.


Border color

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

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

This div border color is #BD9EAA.


Opacity

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

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

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

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

This text has shadow with #BD9EAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9EAA on black background.


Color preview on white background

This text has color #BD9EAA on white background.



Black color preview on #BD9EAA background

This text has black color on #BD9EAA background.


White color preview on #BD9EAA background

This text has white color on #BD9EAA background.