COLOR #B59EDE

HEX: #B59EDE
RGB: (181,158,222)

Color info

#B59EDE contains mainly red and blue colors. Web safe color of #B59EDE is #CC99CC (or #C9C).

RGB color model

#B59EDE color RGB value is (181,158,222).

  • red value is 181;
  • green value is 158;
  • blue value is 222.
RGB:
(181,158,222)
(71%,62%,87%)

RGB channels and saturation

R 181 of 255 = 71%
G 158 of 255 = 62%
B 222 of 255 = 87%

181
158
222

R + G + B ~ 73%. #B59EDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 158 + 222 = 561 (100%)
R 181 of 561 ~ 32.26%
G 158 of 561 ~ 28.16%
B 222 of 561 ~ 39.57%

%32.26
%28.16
%39.57

CMYK color model

#B59EDE color CMYK value is (18,29,0,13).

  • cyan value is 18.47%
  • magenta value is 28.83%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(18,29,0,13)
C18M29Y0K13 
(18%,29%,0%,13%)
(0.18/0.29/0.00/0.13)	

CMYK percentages

%18.47
%28.83
%0
%12.94

Codes

Color #B59EDE in popluar color models

B59EDE
RGB181158222
HSL262°49.23%74.51%
HSB/HSV262°28.83%87.06%
CMYK18.47%28.83%0.00%
12.94%

Color #B59EDE in popluar number systems.

HEXB59EDE
Decimal181158222
Binary101101011001111011011110
Octal265236336

Shades and tints

Shades of #B59EDE

#B59EDE
(181,158,222)
#A590CA
(165,144,202)
#9582B6
(149,130,182)
#8574A2
(133,116,162)
#75668E
(117,102,142)
#65587A
(101,88,122)
#554A66
(85,74,102)
#453C52
(69,60,82)
#352E3E
(53,46,62)
#25202A
(37,32,42)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #B59EDE

#B59EDE
(181,158,222)
#BBA6E1
(187,166,225)
#C1AEE4
(193,174,228)
#C7B6E7
(199,182,231)
#CDBEEA
(205,190,234)
#D3C6ED
(211,198,237)
#D9CEF0
(217,206,240)
#DFD6F3
(223,214,243)
#E5DEF6
(229,222,246)
#EBE6F9
(235,230,249)
#F1EEFC
(241,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B59EDE color. Also use rgb(181,158,222) instead hex code.

Text Font Color

.myTextColor { color: #B59EDE; }

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

This text font color is #B59EDE.


Background Color

.myBgColor { background-color: #B59EDE; }

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

This div background color is #B59EDE.


Border color

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

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

This div border color is #B59EDE.


Opacity

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

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

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

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

This text has shadow with #B59EDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B59EDE on black background.


Color preview on white background

This text has color #B59EDE on white background.



Black color preview on #B59EDE background

This text has black color on #B59EDE background.


White color preview on #B59EDE background

This text has white color on #B59EDE background.