COLOR #B17EBA

HEX: #B17EBA
RGB: (177,126,186)

Color info

#B17EBA contains mainly red and blue colors. Web safe color of #B17EBA is #9966CC (or #96C).

RGB color model

#B17EBA color RGB value is (177,126,186).

  • red value is 177;
  • green value is 126;
  • blue value is 186.
RGB:
(177,126,186)
(69%,49%,73%)

RGB channels and saturation

R 177 of 255 = 69%
G 126 of 255 = 49%
B 186 of 255 = 73%

177
126
186

R + G + B ~ 64%. #B17EBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 126 + 186 = 489 (100%)
R 177 of 489 ~ 36.2%
G 126 of 489 ~ 25.77%
B 186 of 489 ~ 38.04%

%36.2
%25.77
%38.04

CMYK color model

#B17EBA color CMYK value is (5,32,0,27).

  • cyan value is 4.84%
  • magenta value is 32.26%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(5,32,0,27)
C5M32Y0K27 
(5%,32%,0%,27%)
(0.05/0.32/0.00/0.27)	

CMYK percentages

%4.84
%32.26
%0
%27.06

Codes

Color #B17EBA in popluar color models

B17EBA
RGB177126186
HSL291°30.30%61.18%
HSB/HSV291°32.26%72.94%
CMYK4.84%32.26%0.00%
27.06%

Color #B17EBA in popluar number systems.

HEXB17EBA
Decimal177126186
Binary10110001111111010111010
Octal261176272

Shades and tints

Shades of #B17EBA

#B17EBA
(177,126,186)
#A173AA
(161,115,170)
#91689A
(145,104,154)
#815D8A
(129,93,138)
#71527A
(113,82,122)
#61476A
(97,71,106)
#513C5A
(81,60,90)
#41314A
(65,49,74)
#31263A
(49,38,58)
#211B2A
(33,27,42)
#11101A
(17,16,26)
#000000
(0,0,0)

Tints of #B17EBA

#B17EBA
(177,126,186)
#B889C0
(184,137,192)
#BF94C6
(191,148,198)
#C69FCC
(198,159,204)
#CDAAD2
(205,170,210)
#D4B5D8
(212,181,216)
#DBC0DE
(219,192,222)
#E2CBE4
(226,203,228)
#E9D6EA
(233,214,234)
#F0E1F0
(240,225,240)
#F7ECF6
(247,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B17EBA color. Also use rgb(177,126,186) instead hex code.

Text Font Color

.myTextColor { color: #B17EBA; }

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

This text font color is #B17EBA.


Background Color

.myBgColor { background-color: #B17EBA; }

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

This div background color is #B17EBA.


Border color

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

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

This div border color is #B17EBA.


Opacity

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

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

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

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

This text has shadow with #B17EBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17EBA on black background.


Color preview on white background

This text has color #B17EBA on white background.



Black color preview on #B17EBA background

This text has black color on #B17EBA background.


White color preview on #B17EBA background

This text has white color on #B17EBA background.