COLOR #BD9ABD

HEX: #BD9ABD
RGB: (189,154,189)

Color info

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

RGB color model

#BD9ABD color RGB value is (189,154,189).

  • red value is 189;
  • green value is 154;
  • blue value is 189.
RGB:
(189,154,189)
(74%,60%,74%)

RGB channels and saturation

R 189 of 255 = 74%
G 154 of 255 = 60%
B 189 of 255 = 74%

189
154
189

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

Portions of RGB colors in percentages

R + G + B =
189 + 154 + 189 = 532 (100%)
R 189 of 532 ~ 35.53%
G 154 of 532 ~ 28.95%
B 189 of 532 ~ 35.53%

%35.53
%28.95
%35.53

CMYK color model

#BD9ABD color CMYK value is (0,19,0,26).

  • cyan value is 0.00%
  • magenta value is 18.52%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(0,19,0,26)
C0M19Y0K26 
(0%,19%,0%,26%)
(0.00/0.19/0.00/0.26)	

CMYK percentages

%0
%18.52
%0
%25.88

Codes

Color #BD9ABD in popluar color models

BD9ABD
RGB189154189
HSL300°20.96%67.25%
HSB/HSV300°18.52%74.12%
CMYK0.00%18.52%0.00%
25.88%

Color #BD9ABD in popluar number systems.

HEXBD9ABD
Decimal189154189
Binary101111011001101010111101
Octal275232275

Shades and tints

Shades of #BD9ABD

#BD9ABD
(189,154,189)
#AC8CAC
(172,140,172)
#9B7E9B
(155,126,155)
#8A708A
(138,112,138)
#796279
(121,98,121)
#685468
(104,84,104)
#574657
(87,70,87)
#463846
(70,56,70)
#352A35
(53,42,53)
#241C24
(36,28,36)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #BD9ABD

#BD9ABD
(189,154,189)
#C3A3C3
(195,163,195)
#C9ACC9
(201,172,201)
#CFB5CF
(207,181,207)
#D5BED5
(213,190,213)
#DBC7DB
(219,199,219)
#E1D0E1
(225,208,225)
#E7D9E7
(231,217,231)
#EDE2ED
(237,226,237)
#F3EBF3
(243,235,243)
#F9F4F9
(249,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9ABD; }

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

This text font color is #BD9ABD.


Background Color

.myBgColor { background-color: #BD9ABD; }

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

This div background color is #BD9ABD.


Border color

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

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

This div border color is #BD9ABD.


Opacity

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

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

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

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

This text has shadow with #BD9ABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9ABD on black background.


Color preview on white background

This text has color #BD9ABD on white background.



Black color preview on #BD9ABD background

This text has black color on #BD9ABD background.


White color preview on #BD9ABD background

This text has white color on #BD9ABD background.