COLOR #B7A5EA

HEX: #B7A5EA RGB: (183,165,234)

Color info

#B7A5EA contains mainly red and blue colors. Web safe color of #B7A5EA is #CC99FF (or #C9F).

RGB color model

#B7A5EA color RGB value is (183,165,234).

RGB: (183,165,234) (72%, 65%, 92%)

RGB channels and saturation

R 183 of 255 = 72%
G 165 of 255 = 65%
B 234 of 255 = 92%

183
165
234

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

Portions of RGB colors in percentages

R + G + B = 183 + 165 + 234 = 582 (100%)
R 183 of 582 ~ 31.44%
G 165 of 582 ~ 28.35%
B 234 of 582 ~ 40.21'%

%31.44
%28.35
%40.21

CMYK color model

#B7A5EA color CMYK value is (22,29,0,8).

  • cyan value is 21.79%
  • magenta value is 29.49%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (22,29,0,8)
C22M29Y0K8 (22%, 29%, 0%, 8%)
(0.22 / 0.29 / 0.00 / 0.08)

CMYK percentages

%21.79
%29.49
%0
%8.24

Codes

Color #B7A5EA in popluar color models

B7 A5 EA
RGB 183 165 234
HSL 256° 62.16% 78.24%
HSB/HSV 256° 29.49% 91.76%
CMYK 21.79% 29.49% 0.00%
8.24%

Color #B7A5EA in popluar number systems.

HEX B7 A5 EA
Decimal 183 165 234
Binary 10110111 10100101 11101010
Octal 267 245 352

Shades and tints

Shades of #B7A5EA

#B7A5EA
(183,165,234)
#A796D5
(167,150,213)
#9787C0
(151,135,192)
#8778AB
(135,120,171)
#776996
(119,105,150)
#675A81
(103,90,129)
#574B6C
(87,75,108)
#473C57
(71,60,87)
#372D42
(55,45,66)
#271E2D
(39,30,45)
#170F18
(23,15,24)
#000000
(0,0,0)

Tints of #B7A5EA

#B7A5EA
(183,165,234)
#BDADEB
(189,173,235)
#C3B5EC
(195,181,236)
#C9BDED
(201,189,237)
#CFC5EE
(207,197,238)
#D5CDEF
(213,205,239)
#DBD5F0
(219,213,240)
#E1DDF1
(225,221,241)
#E7E5F2
(231,229,242)
#EDEDF3
(237,237,243)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A5EA color. Also use rgb(183,165,234) instead hex code.

Text Font Color

.myTextColor { color: #B7A5EA; }

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

This text font color is #B7A5EA.

Background Color

.myBgColor { background-color: #B7A5EA; }

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

This div background color is #B7A5EA.

Border color

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

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

This div border color is #B7A5EA.

Opacity

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

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

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

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

This text has shadow with #B7A5EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7A5EA.

Preview

Color preview on black background

This text has color #B7A5EA on black background.


Color preview on white background

This text has color #B7A5EA on white background.


Black color preview on #B7A5EA background

This text has black color on #B7A5EA background.


White color preview on #B7A5EA background

This text has white color on #B7A5EA background.


Related colors

Complementary color

Complementary color for #hex is #485A15.


I love getcolorcode.com

Triadic colors

1 #EAB7A5 and #A5EAB7 with #B7A5EA are triadic colors.

2 #EAA5B7 and #A5B7EA with #B7A5EA are triadic colors.