COLOR #B59AC7

HEX: #B59AC7 RGB: (181,154,199)

Color info

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

RGB color model

#B59AC7 color RGB value is (181,154,199).

RGB: (181,154,199) (71%, 60%, 78%)

RGB channels and saturation

R 181 of 255 = 71%
G 154 of 255 = 60%
B 199 of 255 = 78%

181
154
199

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

Portions of RGB colors in percentages

R + G + B = 181 + 154 + 199 = 534 (100%)
R 181 of 534 ~ 33.9%
G 154 of 534 ~ 28.84%
B 199 of 534 ~ 37.27'%

%33.9
%28.84
%37.27

CMYK color model

#B59AC7 color CMYK value is (9,23,0,22).

  • cyan value is 9.05%
  • magenta value is 22.61%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK: (9,23,0,22) C9M23Y0K22 (9%,23%,0%,22%) (0.09/0.23/0.00/0.22) 

CMYK percentages

%9.05
%22.61
%0
%21.96

Codes

Color #B59AC7 in popluar color models

B5 9A C7
RGB 181 154 199
HSL 276° 28.66% 69.22%
HSB/HSV 276° 22.61% 78.04%
CMYK 9.05% 22.61% 0.00%
21.96%

Color #B59AC7 in popluar number systems.

HEX B5 9A C7
Decimal 181 154 199
Binary 10110101 10011010 11000111
Octal 265 232 307

Shades and tints

Shades of #B59AC7

#B59AC7
(181,154,199)
#A58CB5
(165,140,181)
#957EA3
(149,126,163)
#857091
(133,112,145)
#75627F
(117,98,127)
#65546D
(101,84,109)
#55465B
(85,70,91)
#453849
(69,56,73)
#352A37
(53,42,55)
#251C25
(37,28,37)
#150E13
(21,14,19)
#000000
(0,0,0)

Tints of #B59AC7

#B59AC7
(181,154,199)
#BBA3CC
(187,163,204)
#C1ACD1
(193,172,209)
#C7B5D6
(199,181,214)
#CDBEDB
(205,190,219)
#D3C7E0
(211,199,224)
#D9D0E5
(217,208,229)
#DFD9EA
(223,217,234)
#E5E2EF
(229,226,239)
#EBEBF4
(235,235,244)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B59AC7; }

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

This text font color is #B59AC7.

Background Color

.myBgColor { background-color: #B59AC7; }

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

This div background color is #B59AC7.

Border color

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

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

This div border color is #B59AC7.

Opacity

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

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

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

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

This text has shadow with #B59AC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B59AC7.

Preview

Color preview on black background

This text has color #B59AC7 on black background.


Color preview on white background

This text has color #B59AC7 on white background.


Black color preview on #B59AC7 background

This text has black color on #B59AC7 background.


White color preview on #B59AC7 background

This text has white color on #B59AC7 background.


Related colors

Complementary color

Complementary color for #hex is #4A6538.


I love getcolorcode.com

Triadic colors

1 #C7B59A and #9AC7B5 with #B59AC7 are triadic colors.

2 #C79AB5 and #9AB5C7 with #B59AC7 are triadic colors.