COLOR #B59EC7

HEX: #B59EC7 RGB: (181,158,199)

Color info

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

RGB color model

#B59EC7 color RGB value is (181,158,199).

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

RGB channels and saturation

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

181
158
199

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

Portions of RGB colors in percentages

R + G + B = 181 + 158 + 199 = 538 (100%)
R 181 of 538 ~ 33.64%
G 158 of 538 ~ 29.37%
B 199 of 538 ~ 36.99'%

%33.64
%29.37
%36.99

CMYK color model

#B59EC7 color CMYK value is (9,21,0,22).

  • cyan value is 9.05%
  • magenta value is 20.60%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (9,21,0,22)
C9M21Y0K22 (9%, 21%, 0%, 22%)
(0.09 / 0.21 / 0.00 / 0.22)

CMYK percentages

%9.05
%20.6
%0
%21.96

Codes

Color #B59EC7 in popluar color models

B5 9E C7
RGB 181 158 199
HSL 274° 26.80% 70.00%
HSB/HSV 274° 20.60% 78.04%
CMYK 9.05% 20.60% 0.00%
21.96%

Color #B59EC7 in popluar number systems.

HEX B5 9E C7
Decimal 181 158 199
Binary 10110101 10011110 11000111
Octal 265 236 307

Shades and tints

Shades of #B59EC7

#B59EC7
(181,158,199)
#A590B5
(165,144,181)
#9582A3
(149,130,163)
#857491
(133,116,145)
#75667F
(117,102,127)
#65586D
(101,88,109)
#554A5B
(85,74,91)
#453C49
(69,60,73)
#352E37
(53,46,55)
#252025
(37,32,37)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #B59EC7

#B59EC7
(181,158,199)
#BBA6CC
(187,166,204)
#C1AED1
(193,174,209)
#C7B6D6
(199,182,214)
#CDBEDB
(205,190,219)
#D3C6E0
(211,198,224)
#D9CEE5
(217,206,229)
#DFD6EA
(223,214,234)
#E5DEEF
(229,222,239)
#EBE6F4
(235,230,244)
#F1EEF9
(241,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59EC7; }

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

This text font color is #B59EC7.

Background Color

.myBgColor { background-color: #B59EC7; }

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

This div background color is #B59EC7.

Border color

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

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

This div border color is #B59EC7.

Opacity

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

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

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

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

This text has shadow with #B59EC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B59EC7.

Preview

Color preview on black background

This text has color #B59EC7 on black background.


Color preview on white background

This text has color #B59EC7 on white background.


Black color preview on #B59EC7 background

This text has black color on #B59EC7 background.


White color preview on #B59EC7 background

This text has white color on #B59EC7 background.


Related colors

Complementary color

Complementary color for #hex is #4A6138.


I love getcolorcode.com

Triadic colors

1 #C7B59E and #9EC7B5 with #B59EC7 are triadic colors.

2 #C79EB5 and #9EB5C7 with #B59EC7 are triadic colors.