COLOR #BD8DAE

HEX: #BD8DAE
RGB: (189,141,174)

Color info

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

RGB color model

#BD8DAE color RGB value is (189,141,174).

  • red value is 189;
  • green value is 141;
  • blue value is 174.
RGB:
(189,141,174)
(74%,55%,68%)

RGB channels and saturation

R 189 of 255 = 74%
G 141 of 255 = 55%
B 174 of 255 = 68%

189
141
174

R + G + B ~ 66%. #BD8DAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 141 + 174 = 504 (100%)
R 189 of 504 ~ 37.5%
G 141 of 504 ~ 27.98%
B 174 of 504 ~ 34.52%

%37.5
%27.98
%34.52

CMYK color model

#BD8DAE color CMYK value is (0,25,8,26).

  • cyan value is 0.00%
  • magenta value is 25.40%
  • yellow value is 7.94%
  • key color value is 25.88%
CMYK:
(0,25,8,26)
C0M25Y8K26 
(0%,25%,8%,26%)
(0.00/0.25/0.08/0.26)	

CMYK percentages

%0
%25.4
%7.94
%25.88

Codes

Color #BD8DAE in popluar color models

BD8DAE
RGB189141174
HSL319°26.67%64.71%
HSB/HSV319°25.40%74.12%
CMYK0.00%25.40%7.94%
25.88%

Color #BD8DAE in popluar number systems.

HEXBD8DAE
Decimal189141174
Binary101111011000110110101110
Octal275215256

Shades and tints

Shades of #BD8DAE

#BD8DAE
(189,141,174)
#AC819F
(172,129,159)
#9B7590
(155,117,144)
#8A6981
(138,105,129)
#795D72
(121,93,114)
#685163
(104,81,99)
#574554
(87,69,84)
#463945
(70,57,69)
#352D36
(53,45,54)
#242127
(36,33,39)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #BD8DAE

#BD8DAE
(189,141,174)
#C397B5
(195,151,181)
#C9A1BC
(201,161,188)
#CFABC3
(207,171,195)
#D5B5CA
(213,181,202)
#DBBFD1
(219,191,209)
#E1C9D8
(225,201,216)
#E7D3DF
(231,211,223)
#EDDDE6
(237,221,230)
#F3E7ED
(243,231,237)
#F9F1F4
(249,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD8DAE; }

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

This text font color is #BD8DAE.


Background Color

.myBgColor { background-color: #BD8DAE; }

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

This div background color is #BD8DAE.


Border color

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

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

This div border color is #BD8DAE.


Opacity

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

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

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

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

This text has shadow with #BD8DAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8DAE on black background.


Color preview on white background

This text has color #BD8DAE on white background.



Black color preview on #BD8DAE background

This text has black color on #BD8DAE background.


White color preview on #BD8DAE background

This text has white color on #BD8DAE background.