COLOR #B9A7E5

HEX: #B9A7E5 RGB: (185,167,229)

Color info

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

RGB color model

#B9A7E5 color RGB value is (185,167,229).

RGB: (185,167,229) (73%, 65%, 90%)

RGB channels and saturation

R 185 of 255 = 73%
G 167 of 255 = 65%
B 229 of 255 = 90%

185
167
229

R + G + B ~ 76%. #B9A7E5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 167 + 229 = 581 (100%)
R 185 of 581 ~ 31.84%
G 167 of 581 ~ 28.74%
B 229 of 581 ~ 39.41'%

%31.84
%28.74
%39.41

CMYK color model

#B9A7E5 color CMYK value is (19,27,0,10).

  • cyan value is 19.21%
  • magenta value is 27.07%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (19,27,0,10)
C19M27Y0K10 (19%, 27%, 0%, 10%)
(0.19 / 0.27 / 0.00 / 0.10)

CMYK percentages

%19.21
%27.07
%0
%10.2

Codes

Color #B9A7E5 in popluar color models

B9 A7 E5
RGB 185 167 229
HSL 257° 54.39% 77.65%
HSB/HSV 257° 27.07% 89.80%
CMYK 19.21% 27.07% 0.00%
10.20%

Color #B9A7E5 in popluar number systems.

HEX B9 A7 E5
Decimal 185 167 229
Binary 10111001 10100111 11100101
Octal 271 247 345

Shades and tints

Shades of #B9A7E5

#B9A7E5
(185,167,229)
#A998D1
(169,152,209)
#9989BD
(153,137,189)
#897AA9
(137,122,169)
#796B95
(121,107,149)
#695C81
(105,92,129)
#594D6D
(89,77,109)
#493E59
(73,62,89)
#392F45
(57,47,69)
#292031
(41,32,49)
#19111D
(25,17,29)
#000000
(0,0,0)

Tints of #B9A7E5

#B9A7E5
(185,167,229)
#BFAFE7
(191,175,231)
#C5B7E9
(197,183,233)
#CBBFEB
(203,191,235)
#D1C7ED
(209,199,237)
#D7CFEF
(215,207,239)
#DDD7F1
(221,215,241)
#E3DFF3
(227,223,243)
#E9E7F5
(233,231,245)
#EFEFF7
(239,239,247)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9A7E5 color. Also use rgb(185,167,229) instead hex code.

Text Font Color

.myTextColor { color: #B9A7E5; }

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

This text font color is #B9A7E5.

Background Color

.myBgColor { background-color: #B9A7E5; }

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

This div background color is #B9A7E5.

Border color

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

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

This div border color is #B9A7E5.

Opacity

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

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

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

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

This text has shadow with #B9A7E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9A7E5.

Preview

Color preview on black background

This text has color #B9A7E5 on black background.


Color preview on white background

This text has color #B9A7E5 on white background.


Black color preview on #B9A7E5 background

This text has black color on #B9A7E5 background.


White color preview on #B9A7E5 background

This text has white color on #B9A7E5 background.


Related colors

Complementary color

Complementary color for #hex is #46581A.


I love getcolorcode.com

Triadic colors

1 #E5B9A7 and #A7E5B9 with #B9A7E5 are triadic colors.

2 #E5A7B9 and #A7B9E5 with #B9A7E5 are triadic colors.