COLOR #BD9AD7

HEX: #BD9AD7
RGB: (189,154,215)

Color info

#BD9AD7 contains mainly red and blue colors. Web safe color of #BD9AD7 is #CC99CC (or #C9C).

RGB color model

#BD9AD7 color RGB value is (189,154,215).

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

RGB channels and saturation

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

189
154
215

R + G + B ~ 73%. #BD9AD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 154 + 215 = 558 (100%)
R 189 of 558 ~ 33.87%
G 154 of 558 ~ 27.6%
B 215 of 558 ~ 38.53%

%33.87
%27.6
%38.53

CMYK color model

#BD9AD7 color CMYK value is (12,28,0,16).

  • cyan value is 12.09%
  • magenta value is 28.37%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(12,28,0,16)
C12M28Y0K16 
(12%,28%,0%,16%)
(0.12/0.28/0.00/0.16)	

CMYK percentages

%12.09
%28.37
%0
%15.69

Codes

Color #BD9AD7 in popluar color models

BD9AD7
RGB189154215
HSL274°43.26%72.35%
HSB/HSV274°28.37%84.31%
CMYK12.09%28.37%0.00%
15.69%

Color #BD9AD7 in popluar number systems.

HEXBD9AD7
Decimal189154215
Binary101111011001101011010111
Octal275232327

Shades and tints

Shades of #BD9AD7

#BD9AD7
(189,154,215)
#AC8CC4
(172,140,196)
#9B7EB1
(155,126,177)
#8A709E
(138,112,158)
#79628B
(121,98,139)
#685478
(104,84,120)
#574665
(87,70,101)
#463852
(70,56,82)
#352A3F
(53,42,63)
#241C2C
(36,28,44)
#130E19
(19,14,25)
#000000
(0,0,0)

Tints of #BD9AD7

#BD9AD7
(189,154,215)
#C3A3DA
(195,163,218)
#C9ACDD
(201,172,221)
#CFB5E0
(207,181,224)
#D5BEE3
(213,190,227)
#DBC7E6
(219,199,230)
#E1D0E9
(225,208,233)
#E7D9EC
(231,217,236)
#EDE2EF
(237,226,239)
#F3EBF2
(243,235,242)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9AD7; }

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

This text font color is #BD9AD7.


Background Color

.myBgColor { background-color: #BD9AD7; }

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

This div background color is #BD9AD7.


Border color

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

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

This div border color is #BD9AD7.


Opacity

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

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

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

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

This text has shadow with #BD9AD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9AD7 on black background.


Color preview on white background

This text has color #BD9AD7 on white background.



Black color preview on #BD9AD7 background

This text has black color on #BD9AD7 background.


White color preview on #BD9AD7 background

This text has white color on #BD9AD7 background.