COLOR #B38DB9

HEX: #B38DB9
RGB: (179,141,185)

Color info

#B38DB9 contains red, green and blue colors in about the same proportion. Web safe color of #B38DB9 is #9999CC (or #99C).

RGB color model

#B38DB9 color RGB value is (179,141,185).

  • red value is 179;
  • green value is 141;
  • blue value is 185.
RGB:
(179,141,185)
(70%,55%,73%)

RGB channels and saturation

R 179 of 255 = 70%
G 141 of 255 = 55%
B 185 of 255 = 73%

179
141
185

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

Portions of RGB colors in percentages

R + G + B =
179 + 141 + 185 = 505 (100%)
R 179 of 505 ~ 35.45%
G 141 of 505 ~ 27.92%
B 185 of 505 ~ 36.63%

%35.45
%27.92
%36.63

CMYK color model

#B38DB9 color CMYK value is (3,24,0,27).

  • cyan value is 3.24%
  • magenta value is 23.78%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(3,24,0,27)
C3M24Y0K27 
(3%,24%,0%,27%)
(0.03/0.24/0.00/0.27)	

CMYK percentages

%3.24
%23.78
%0
%27.45

Codes

Color #B38DB9 in popluar color models

B38DB9
RGB179141185
HSL292°23.91%63.92%
HSB/HSV292°23.78%72.55%
CMYK3.24%23.78%0.00%
27.45%

Color #B38DB9 in popluar number systems.

HEXB38DB9
Decimal179141185
Binary101100111000110110111001
Octal263215271

Shades and tints

Shades of #B38DB9

#B38DB9
(179,141,185)
#A381A9
(163,129,169)
#937599
(147,117,153)
#836989
(131,105,137)
#735D79
(115,93,121)
#635169
(99,81,105)
#534559
(83,69,89)
#433949
(67,57,73)
#332D39
(51,45,57)
#232129
(35,33,41)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #B38DB9

#B38DB9
(179,141,185)
#B997BF
(185,151,191)
#BFA1C5
(191,161,197)
#C5ABCB
(197,171,203)
#CBB5D1
(203,181,209)
#D1BFD7
(209,191,215)
#D7C9DD
(215,201,221)
#DDD3E3
(221,211,227)
#E3DDE9
(227,221,233)
#E9E7EF
(233,231,239)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B38DB9 color. Also use rgb(179,141,185) instead hex code.

Text Font Color

.myTextColor { color: #B38DB9; }

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

This text font color is #B38DB9.


Background Color

.myBgColor { background-color: #B38DB9; }

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

This div background color is #B38DB9.


Border color

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

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

This div border color is #B38DB9.


Opacity

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

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

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

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

This text has shadow with #B38DB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38DB9 on black background.


Color preview on white background

This text has color #B38DB9 on white background.



Black color preview on #B38DB9 background

This text has black color on #B38DB9 background.


White color preview on #B38DB9 background

This text has white color on #B38DB9 background.