COLOR #B2A7E7

HEX: #B2A7E7 RGB: (178,167,231)

Color info

#B2A7E7 contains mainly red and blue colors. Web safe color of #B2A7E7 is #9999FF (or #99F).

RGB color model

#B2A7E7 color RGB value is (178,167,231).

RGB: (178,167,231) (70%, 65%, 91%)

RGB channels and saturation

R 178 of 255 = 70%
G 167 of 255 = 65%
B 231 of 255 = 91%

178
167
231

R + G + B ~ 75%. #B2A7E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 167 + 231 = 576 (100%)
R 178 of 576 ~ 30.9%
G 167 of 576 ~ 28.99%
B 231 of 576 ~ 40.1'%

%30.9
%28.99
%40.1

CMYK color model

#B2A7E7 color CMYK value is (23,28,0,9).

  • cyan value is 22.94%
  • magenta value is 27.71%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (23,28,0,9)
C23M28Y0K9 (23%, 28%, 0%, 9%)
(0.23 / 0.28 / 0.00 / 0.09)

CMYK percentages

%22.94
%27.71
%0
%9.41

Codes

Color #B2A7E7 in popluar color models

B2 A7 E7
RGB 178 167 231
HSL 250° 57.14% 78.04%
HSB/HSV 250° 27.71% 90.59%
CMYK 22.94% 27.71% 0.00%
9.41%

Color #B2A7E7 in popluar number systems.

HEX B2 A7 E7
Decimal 178 167 231
Binary 10110010 10100111 11100111
Octal 262 247 347

Shades and tints

Shades of #B2A7E7

#B2A7E7
(178,167,231)
#A298D2
(162,152,210)
#9289BD
(146,137,189)
#827AA8
(130,122,168)
#726B93
(114,107,147)
#625C7E
(98,92,126)
#524D69
(82,77,105)
#423E54
(66,62,84)
#322F3F
(50,47,63)
#22202A
(34,32,42)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #B2A7E7

#B2A7E7
(178,167,231)
#B9AFE9
(185,175,233)
#C0B7EB
(192,183,235)
#C7BFED
(199,191,237)
#CEC7EF
(206,199,239)
#D5CFF1
(213,207,241)
#DCD7F3
(220,215,243)
#E3DFF5
(227,223,245)
#EAE7F7
(234,231,247)
#F1EFF9
(241,239,249)
#F8F7FB
(248,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2A7E7 color. Also use rgb(178,167,231) instead hex code.

Text Font Color

.myTextColor { color: #B2A7E7; }

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

This text font color is #B2A7E7.

Background Color

.myBgColor { background-color: #B2A7E7; }

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

This div background color is #B2A7E7.

Border color

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

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

This div border color is #B2A7E7.

Opacity

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

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

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

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

This text has shadow with #B2A7E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2A7E7.

Preview

Color preview on black background

This text has color #B2A7E7 on black background.


Color preview on white background

This text has color #B2A7E7 on white background.


Black color preview on #B2A7E7 background

This text has black color on #B2A7E7 background.


White color preview on #B2A7E7 background

This text has white color on #B2A7E7 background.


Related colors

Complementary color

Complementary color for #hex is #4D5818.


I love getcolorcode.com

Triadic colors

1 #E7B2A7 and #A7E7B2 with #B2A7E7 are triadic colors.

2 #E7A7B2 and #A7B2E7 with #B2A7E7 are triadic colors.