COLOR #B38EC8

HEX: #B38EC8
RGB: (179,142,200)

Color info

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

RGB color model

#B38EC8 color RGB value is (179,142,200).

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

RGB channels and saturation

R 179 of 255 = 70%
G 142 of 255 = 56%
B 200 of 255 = 78%

179
142
200

R + G + B ~ 68%. #B38EC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 142 + 200 = 521 (100%)
R 179 of 521 ~ 34.36%
G 142 of 521 ~ 27.26%
B 200 of 521 ~ 38.39%

%34.36
%27.26
%38.39

CMYK color model

#B38EC8 color CMYK value is (11,29,0,22).

  • cyan value is 10.50%
  • magenta value is 29.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(11,29,0,22)
C11M29Y0K22 
(11%,29%,0%,22%)
(0.11/0.29/0.00/0.22)	

CMYK percentages

%10.5
%29
%0
%21.57

Codes

Color #B38EC8 in popluar color models

B38EC8
RGB179142200
HSL278°34.52%67.06%
HSB/HSV278°29.00%78.43%
CMYK10.50%29.00%0.00%
21.57%

Color #B38EC8 in popluar number systems.

HEXB38EC8
Decimal179142200
Binary101100111000111011001000
Octal263216310

Shades and tints

Shades of #B38EC8

#B38EC8
(179,142,200)
#A382B6
(163,130,182)
#9376A4
(147,118,164)
#836A92
(131,106,146)
#735E80
(115,94,128)
#63526E
(99,82,110)
#53465C
(83,70,92)
#433A4A
(67,58,74)
#332E38
(51,46,56)
#232226
(35,34,38)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #B38EC8

#B38EC8
(179,142,200)
#B998CD
(185,152,205)
#BFA2D2
(191,162,210)
#C5ACD7
(197,172,215)
#CBB6DC
(203,182,220)
#D1C0E1
(209,192,225)
#D7CAE6
(215,202,230)
#DDD4EB
(221,212,235)
#E3DEF0
(227,222,240)
#E9E8F5
(233,232,245)
#EFF2FA
(239,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B38EC8; }

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

This text font color is #B38EC8.


Background Color

.myBgColor { background-color: #B38EC8; }

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

This div background color is #B38EC8.


Border color

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

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

This div border color is #B38EC8.


Opacity

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

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

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

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

This text has shadow with #B38EC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38EC8 on black background.


Color preview on white background

This text has color #B38EC8 on white background.



Black color preview on #B38EC8 background

This text has black color on #B38EC8 background.


White color preview on #B38EC8 background

This text has white color on #B38EC8 background.