COLOR #B59EC8

HEX: #B59EC8 RGB: (181,158,200)

Color info

#B59EC8 contains red, green and blue colors in about the same proportion. Web safe color of #B59EC8 is #CC99CC (or #C9C).

RGB color model

#B59EC8 color RGB value is (181,158,200).

RGB: (181,158,200) (71%, 62%, 78%)

RGB channels and saturation

R 181 of 255 = 71%
G 158 of 255 = 62%
B 200 of 255 = 78%

181
158
200

R + G + B ~ 70%. #B59EC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 158 + 200 = 539 (100%)
R 181 of 539 ~ 33.58%
G 158 of 539 ~ 29.31%
B 200 of 539 ~ 37.11'%

%33.58
%29.31
%37.11

CMYK color model

#B59EC8 color CMYK value is (10,21,0,22).

  • cyan value is 9.50%
  • magenta value is 21.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK: (10,21,0,22) C10M21Y0K22 (10%,21%,0%,22%) (0.10/0.21/0.00/0.22) 

CMYK percentages

%9.5
%21
%0
%21.57

Codes

Color #B59EC8 in popluar color models

B5 9E C8
RGB 181 158 200
HSL 273° 27.63% 70.20%
HSB/HSV 273° 21.00% 78.43%
CMYK 9.50% 21.00% 0.00%
21.57%

Color #B59EC8 in popluar number systems.

HEX B5 9E C8
Decimal 181 158 200
Binary 10110101 10011110 11001000
Octal 265 236 310

Shades and tints

Shades of #B59EC8

#B59EC8
(181,158,200)
#A590B6
(165,144,182)
#9582A4
(149,130,164)
#857492
(133,116,146)
#756680
(117,102,128)
#65586E
(101,88,110)
#554A5C
(85,74,92)
#453C4A
(69,60,74)
#352E38
(53,46,56)
#252026
(37,32,38)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #B59EC8

#B59EC8
(181,158,200)
#BBA6CD
(187,166,205)
#C1AED2
(193,174,210)
#C7B6D7
(199,182,215)
#CDBEDC
(205,190,220)
#D3C6E1
(211,198,225)
#D9CEE6
(217,206,230)
#DFD6EB
(223,214,235)
#E5DEF0
(229,222,240)
#EBE6F5
(235,230,245)
#F1EEFA
(241,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59EC8; }

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

This text font color is #B59EC8.

Background Color

.myBgColor { background-color: #B59EC8; }

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

This div background color is #B59EC8.

Border color

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

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

This div border color is #B59EC8.

Opacity

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

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

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

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

This text has shadow with #B59EC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B59EC8.

Preview

Color preview on black background

This text has color #B59EC8 on black background.


Color preview on white background

This text has color #B59EC8 on white background.


Black color preview on #B59EC8 background

This text has black color on #B59EC8 background.


White color preview on #B59EC8 background

This text has white color on #B59EC8 background.


Related colors

Complementary color

Complementary color for #hex is #4A6137.


I love getcolorcode.com

Triadic colors

1 #C8B59E and #9EC8B5 with #B59EC8 are triadic colors.

2 #C89EB5 and #9EB5C8 with #B59EC8 are triadic colors.