COLOR #B38EB9

HEX: #B38EB9
RGB: (179,142,185)

Color info

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

RGB color model

#B38EB9 color RGB value is (179,142,185).

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

RGB channels and saturation

R 179 of 255 = 70%
G 142 of 255 = 56%
B 185 of 255 = 73%

179
142
185

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

Portions of RGB colors in percentages

R + G + B =
179 + 142 + 185 = 506 (100%)
R 179 of 506 ~ 35.38%
G 142 of 506 ~ 28.06%
B 185 of 506 ~ 36.56%

%35.38
%28.06
%36.56

CMYK color model

#B38EB9 color CMYK value is (3,23,0,27).

  • cyan value is 3.24%
  • magenta value is 23.24%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(3,23,0,27)
C3M23Y0K27 
(3%,23%,0%,27%)
(0.03/0.23/0.00/0.27)	

CMYK percentages

%3.24
%23.24
%0
%27.45

Codes

Color #B38EB9 in popluar color models

B38EB9
RGB179142185
HSL292°23.50%64.12%
HSB/HSV292°23.24%72.55%
CMYK3.24%23.24%0.00%
27.45%

Color #B38EB9 in popluar number systems.

HEXB38EB9
Decimal179142185
Binary101100111000111010111001
Octal263216271

Shades and tints

Shades of #B38EB9

#B38EB9
(179,142,185)
#A382A9
(163,130,169)
#937699
(147,118,153)
#836A89
(131,106,137)
#735E79
(115,94,121)
#635269
(99,82,105)
#534659
(83,70,89)
#433A49
(67,58,73)
#332E39
(51,46,57)
#232229
(35,34,41)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #B38EB9

#B38EB9
(179,142,185)
#B998BF
(185,152,191)
#BFA2C5
(191,162,197)
#C5ACCB
(197,172,203)
#CBB6D1
(203,182,209)
#D1C0D7
(209,192,215)
#D7CADD
(215,202,221)
#DDD4E3
(221,212,227)
#E3DEE9
(227,222,233)
#E9E8EF
(233,232,239)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38EB9; }

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

This text font color is #B38EB9.


Background Color

.myBgColor { background-color: #B38EB9; }

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

This div background color is #B38EB9.


Border color

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

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

This div border color is #B38EB9.


Opacity

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

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

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

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

This text has shadow with #B38EB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38EB9 on black background.


Color preview on white background

This text has color #B38EB9 on white background.



Black color preview on #B38EB9 background

This text has black color on #B38EB9 background.


White color preview on #B38EB9 background

This text has white color on #B38EB9 background.