COLOR #BD9EA6

HEX: #BD9EA6
RGB: (189,158,166)

Color info

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

RGB color model

#BD9EA6 color RGB value is (189,158,166).

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

RGB channels and saturation

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

189
158
166

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

Portions of RGB colors in percentages

R + G + B =
189 + 158 + 166 = 513 (100%)
R 189 of 513 ~ 36.84%
G 158 of 513 ~ 30.8%
B 166 of 513 ~ 32.36%

%36.84
%30.8
%32.36

CMYK color model

#BD9EA6 color CMYK value is (0,16,12,26).

  • cyan value is 0.00%
  • magenta value is 16.40%
  • yellow value is 12.17%
  • key color value is 25.88%
CMYK:
(0,16,12,26)
C0M16Y12K26 
(0%,16%,12%,26%)
(0.00/0.16/0.12/0.26)	

CMYK percentages

%0
%16.4
%12.17
%25.88

Codes

Color #BD9EA6 in popluar color models

BD9EA6
RGB189158166
HSL345°19.02%68.04%
HSB/HSV345°16.40%74.12%
CMYK0.00%16.40%12.17%
25.88%

Color #BD9EA6 in popluar number systems.

HEXBD9EA6
Decimal189158166
Binary101111011001111010100110
Octal275236246

Shades and tints

Shades of #BD9EA6

#BD9EA6
(189,158,166)
#AC9097
(172,144,151)
#9B8288
(155,130,136)
#8A7479
(138,116,121)
#79666A
(121,102,106)
#68585B
(104,88,91)
#574A4C
(87,74,76)
#463C3D
(70,60,61)
#352E2E
(53,46,46)
#24201F
(36,32,31)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #BD9EA6

#BD9EA6
(189,158,166)
#C3A6AE
(195,166,174)
#C9AEB6
(201,174,182)
#CFB6BE
(207,182,190)
#D5BEC6
(213,190,198)
#DBC6CE
(219,198,206)
#E1CED6
(225,206,214)
#E7D6DE
(231,214,222)
#EDDEE6
(237,222,230)
#F3E6EE
(243,230,238)
#F9EEF6
(249,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9EA6; }

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

This text font color is #BD9EA6.


Background Color

.myBgColor { background-color: #BD9EA6; }

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

This div background color is #BD9EA6.


Border color

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

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

This div border color is #BD9EA6.


Opacity

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

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

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

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

This text has shadow with #BD9EA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9EA6 on black background.


Color preview on white background

This text has color #BD9EA6 on white background.



Black color preview on #BD9EA6 background

This text has black color on #BD9EA6 background.


White color preview on #BD9EA6 background

This text has white color on #BD9EA6 background.