COLOR #B7AAE0

HEX: #B7AAE0
RGB: (183,170,224)

Color info

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

RGB color model

#B7AAE0 color RGB value is (183,170,224).

  • red value is 183;
  • green value is 170;
  • blue value is 224.
RGB:
(183,170,224)
(72%,67%,88%)

RGB channels and saturation

R 183 of 255 = 72%
G 170 of 255 = 67%
B 224 of 255 = 88%

183
170
224

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

Portions of RGB colors in percentages

R + G + B =
183 + 170 + 224 = 577 (100%)
R 183 of 577 ~ 31.72%
G 170 of 577 ~ 29.46%
B 224 of 577 ~ 38.82%

%31.72
%29.46
%38.82

CMYK color model

#B7AAE0 color CMYK value is (18,24,0,12).

  • cyan value is 18.30%
  • magenta value is 24.11%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(18,24,0,12)
C18M24Y0K12 
(18%,24%,0%,12%)
(0.18/0.24/0.00/0.12)	

CMYK percentages

%18.3
%24.11
%0
%12.16

Codes

Color #B7AAE0 in popluar color models

B7AAE0
RGB183170224
HSL254°46.55%77.25%
HSB/HSV254°24.11%87.84%
CMYK18.30%24.11%0.00%
12.16%

Color #B7AAE0 in popluar number systems.

HEXB7AAE0
Decimal183170224
Binary101101111010101011100000
Octal267252340

Shades and tints

Shades of #B7AAE0

#B7AAE0
(183,170,224)
#A79BCC
(167,155,204)
#978CB8
(151,140,184)
#877DA4
(135,125,164)
#776E90
(119,110,144)
#675F7C
(103,95,124)
#575068
(87,80,104)
#474154
(71,65,84)
#373240
(55,50,64)
#27232C
(39,35,44)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #B7AAE0

#B7AAE0
(183,170,224)
#BDB1E2
(189,177,226)
#C3B8E4
(195,184,228)
#C9BFE6
(201,191,230)
#CFC6E8
(207,198,232)
#D5CDEA
(213,205,234)
#DBD4EC
(219,212,236)
#E1DBEE
(225,219,238)
#E7E2F0
(231,226,240)
#EDE9F2
(237,233,242)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7AAE0 color. Also use rgb(183,170,224) instead hex code.

Text Font Color

.myTextColor { color: #B7AAE0; }

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

This text font color is #B7AAE0.


Background Color

.myBgColor { background-color: #B7AAE0; }

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

This div background color is #B7AAE0.


Border color

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

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

This div border color is #B7AAE0.


Opacity

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

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

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

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

This text has shadow with #B7AAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7AAE0 on black background.


Color preview on white background

This text has color #B7AAE0 on white background.



Black color preview on #B7AAE0 background

This text has black color on #B7AAE0 background.


White color preview on #B7AAE0 background

This text has white color on #B7AAE0 background.