COLOR #B4AAE3

HEX: #B4AAE3
RGB: (180,170,227)

Color info

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

RGB color model

#B4AAE3 color RGB value is (180,170,227).

  • red value is 180;
  • green value is 170;
  • blue value is 227.
RGB:
(180,170,227)
(71%,67%,89%)

RGB channels and saturation

R 180 of 255 = 71%
G 170 of 255 = 67%
B 227 of 255 = 89%

180
170
227

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

Portions of RGB colors in percentages

R + G + B =
180 + 170 + 227 = 577 (100%)
R 180 of 577 ~ 31.2%
G 170 of 577 ~ 29.46%
B 227 of 577 ~ 39.34%

%31.2
%29.46
%39.34

CMYK color model

#B4AAE3 color CMYK value is (21,25,0,11).

  • cyan value is 20.70%
  • magenta value is 25.11%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(21,25,0,11)
C21M25Y0K11 
(21%,25%,0%,11%)
(0.21/0.25/0.00/0.11)	

CMYK percentages

%20.7
%25.11
%0
%10.98

Codes

Color #B4AAE3 in popluar color models

B4AAE3
RGB180170227
HSL251°50.44%77.84%
HSB/HSV251°25.11%89.02%
CMYK20.70%25.11%0.00%
10.98%

Color #B4AAE3 in popluar number systems.

HEXB4AAE3
Decimal180170227
Binary101101001010101011100011
Octal264252343

Shades and tints

Shades of #B4AAE3

#B4AAE3
(180,170,227)
#A49BCF
(164,155,207)
#948CBB
(148,140,187)
#847DA7
(132,125,167)
#746E93
(116,110,147)
#645F7F
(100,95,127)
#54506B
(84,80,107)
#444157
(68,65,87)
#343243
(52,50,67)
#24232F
(36,35,47)
#14141B
(20,20,27)
#000000
(0,0,0)

Tints of #B4AAE3

#B4AAE3
(180,170,227)
#BAB1E5
(186,177,229)
#C0B8E7
(192,184,231)
#C6BFE9
(198,191,233)
#CCC6EB
(204,198,235)
#D2CDED
(210,205,237)
#D8D4EF
(216,212,239)
#DEDBF1
(222,219,241)
#E4E2F3
(228,226,243)
#EAE9F5
(234,233,245)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4AAE3 color. Also use rgb(180,170,227) instead hex code.

Text Font Color

.myTextColor { color: #B4AAE3; }

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

This text font color is #B4AAE3.


Background Color

.myBgColor { background-color: #B4AAE3; }

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

This div background color is #B4AAE3.


Border color

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

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

This div border color is #B4AAE3.


Opacity

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

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

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

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

This text has shadow with #B4AAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4AAE3 on black background.


Color preview on white background

This text has color #B4AAE3 on white background.



Black color preview on #B4AAE3 background

This text has black color on #B4AAE3 background.


White color preview on #B4AAE3 background

This text has white color on #B4AAE3 background.