COLOR #BD8AB8

HEX: #BD8AB8
RGB: (189,138,184)

Color info

#BD8AB8 contains red, green and blue colors in about the same proportion. Web safe color of #BD8AB8 is #CC99CC (or #C9C).

RGB color model

#BD8AB8 color RGB value is (189,138,184).

  • red value is 189;
  • green value is 138;
  • blue value is 184.
RGB:
(189,138,184)
(74%,54%,72%)

RGB channels and saturation

R 189 of 255 = 74%
G 138 of 255 = 54%
B 184 of 255 = 72%

189
138
184

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

Portions of RGB colors in percentages

R + G + B =
189 + 138 + 184 = 511 (100%)
R 189 of 511 ~ 36.99%
G 138 of 511 ~ 27.01%
B 184 of 511 ~ 36.01%

%36.99
%27.01
%36.01

CMYK color model

#BD8AB8 color CMYK value is (0,27,3,26).

  • cyan value is 0.00%
  • magenta value is 26.98%
  • yellow value is 2.65%
  • key color value is 25.88%
CMYK:
(0,27,3,26)
C0M27Y3K26 
(0%,27%,3%,26%)
(0.00/0.27/0.03/0.26)	

CMYK percentages

%0
%26.98
%2.65
%25.88

Codes

Color #BD8AB8 in popluar color models

BD8AB8
RGB189138184
HSL306°27.87%64.12%
HSB/HSV306°26.98%74.12%
CMYK0.00%26.98%2.65%
25.88%

Color #BD8AB8 in popluar number systems.

HEXBD8AB8
Decimal189138184
Binary101111011000101010111000
Octal275212270

Shades and tints

Shades of #BD8AB8

#BD8AB8
(189,138,184)
#AC7EA8
(172,126,168)
#9B7298
(155,114,152)
#8A6688
(138,102,136)
#795A78
(121,90,120)
#684E68
(104,78,104)
#574258
(87,66,88)
#463648
(70,54,72)
#352A38
(53,42,56)
#241E28
(36,30,40)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #BD8AB8

#BD8AB8
(189,138,184)
#C394BE
(195,148,190)
#C99EC4
(201,158,196)
#CFA8CA
(207,168,202)
#D5B2D0
(213,178,208)
#DBBCD6
(219,188,214)
#E1C6DC
(225,198,220)
#E7D0E2
(231,208,226)
#EDDAE8
(237,218,232)
#F3E4EE
(243,228,238)
#F9EEF4
(249,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD8AB8 color. Also use rgb(189,138,184) instead hex code.

Text Font Color

.myTextColor { color: #BD8AB8; }

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

This text font color is #BD8AB8.


Background Color

.myBgColor { background-color: #BD8AB8; }

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

This div background color is #BD8AB8.


Border color

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

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

This div border color is #BD8AB8.


Opacity

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

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

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

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

This text has shadow with #BD8AB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8AB8 on black background.


Color preview on white background

This text has color #BD8AB8 on white background.



Black color preview on #BD8AB8 background

This text has black color on #BD8AB8 background.


White color preview on #BD8AB8 background

This text has white color on #BD8AB8 background.