COLOR #BD9EC9

HEX: #BD9EC9
RGB: (189,158,201)

Color info

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

RGB color model

#BD9EC9 color RGB value is (189,158,201).

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

RGB channels and saturation

R 189 of 255 = 74%
G 158 of 255 = 62%
B 201 of 255 = 79%

189
158
201

R + G + B ~ 72%. #BD9EC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 158 + 201 = 548 (100%)
R 189 of 548 ~ 34.49%
G 158 of 548 ~ 28.83%
B 201 of 548 ~ 36.68%

%34.49
%28.83
%36.68

CMYK color model

#BD9EC9 color CMYK value is (6,21,0,21).

  • cyan value is 5.97%
  • magenta value is 21.39%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(6,21,0,21)
C6M21Y0K21 
(6%,21%,0%,21%)
(0.06/0.21/0.00/0.21)	

CMYK percentages

%5.97
%21.39
%0
%21.18

Codes

Color #BD9EC9 in popluar color models

BD9EC9
RGB189158201
HSL283°28.48%70.39%
HSB/HSV283°21.39%78.82%
CMYK5.97%21.39%0.00%
21.18%

Color #BD9EC9 in popluar number systems.

HEXBD9EC9
Decimal189158201
Binary101111011001111011001001
Octal275236311

Shades and tints

Shades of #BD9EC9

#BD9EC9
(189,158,201)
#AC90B7
(172,144,183)
#9B82A5
(155,130,165)
#8A7493
(138,116,147)
#796681
(121,102,129)
#68586F
(104,88,111)
#574A5D
(87,74,93)
#463C4B
(70,60,75)
#352E39
(53,46,57)
#242027
(36,32,39)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #BD9EC9

#BD9EC9
(189,158,201)
#C3A6CD
(195,166,205)
#C9AED1
(201,174,209)
#CFB6D5
(207,182,213)
#D5BED9
(213,190,217)
#DBC6DD
(219,198,221)
#E1CEE1
(225,206,225)
#E7D6E5
(231,214,229)
#EDDEE9
(237,222,233)
#F3E6ED
(243,230,237)
#F9EEF1
(249,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9EC9; }

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

This text font color is #BD9EC9.


Background Color

.myBgColor { background-color: #BD9EC9; }

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

This div background color is #BD9EC9.


Border color

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

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

This div border color is #BD9EC9.


Opacity

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

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

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

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

This text has shadow with #BD9EC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9EC9 on black background.


Color preview on white background

This text has color #BD9EC9 on white background.



Black color preview on #BD9EC9 background

This text has black color on #BD9EC9 background.


White color preview on #BD9EC9 background

This text has white color on #BD9EC9 background.