COLOR #B1AAE5

HEX: #B1AAE5 RGB: (177,170,229)

Color info

#B1AAE5 contains red, green and blue colors in about the same proportion. Web safe color of #B1AAE5 is #9999CC (or #99C).

RGB color model

#B1AAE5 color RGB value is (177,170,229).

RGB: (177,170,229) (69%, 67%, 90%)

RGB channels and saturation

R 177 of 255 = 69%
G 170 of 255 = 67%
B 229 of 255 = 90%

177
170
229

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

Portions of RGB colors in percentages

R + G + B = 177 + 170 + 229 = 576 (100%)
R 177 of 576 ~ 30.73%
G 170 of 576 ~ 29.51%
B 229 of 576 ~ 39.76'%

%30.73
%29.51
%39.76

CMYK color model

#B1AAE5 color CMYK value is (23,26,0,10).

  • cyan value is 22.71%
  • magenta value is 25.76%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK: (23,26,0,10) C23M26Y0K10 (23%,26%,0%,10%) (0.23/0.26/0.00/0.10) 

CMYK percentages

%22.71
%25.76
%0
%10.2

Codes

Color #B1AAE5 in popluar color models

B1 AA E5
RGB 177 170 229
HSL 247° 53.15% 78.24%
HSB/HSV 247° 25.76% 89.80%
CMYK 22.71% 25.76% 0.00%
10.20%

Color #B1AAE5 in popluar number systems.

HEX B1 AA E5
Decimal 177 170 229
Binary 10110001 10101010 11100101
Octal 261 252 345

Shades and tints

Shades of #B1AAE5

#B1AAE5
(177,170,229)
#A19BD1
(161,155,209)
#918CBD
(145,140,189)
#817DA9
(129,125,169)
#716E95
(113,110,149)
#615F81
(97,95,129)
#51506D
(81,80,109)
#414159
(65,65,89)
#313245
(49,50,69)
#212331
(33,35,49)
#11141D
(17,20,29)
#000000
(0,0,0)

Tints of #B1AAE5

#B1AAE5
(177,170,229)
#B8B1E7
(184,177,231)
#BFB8E9
(191,184,233)
#C6BFEB
(198,191,235)
#CDC6ED
(205,198,237)
#D4CDEF
(212,205,239)
#DBD4F1
(219,212,241)
#E2DBF3
(226,219,243)
#E9E2F5
(233,226,245)
#F0E9F7
(240,233,247)
#F7F0F9
(247,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1AAE5 color. Also use rgb(177,170,229) instead hex code.

Text Font Color

.myTextColor { color: #B1AAE5; }

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

This text font color is #B1AAE5.

Background Color

.myBgColor { background-color: #B1AAE5; }

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

This div background color is #B1AAE5.

Border color

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

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

This div border color is #B1AAE5.

Opacity

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

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

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

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

This text has shadow with #B1AAE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1AAE5.

Preview

Color preview on black background

This text has color #B1AAE5 on black background.


Color preview on white background

This text has color #B1AAE5 on white background.


Black color preview on #B1AAE5 background

This text has black color on #B1AAE5 background.


White color preview on #B1AAE5 background

This text has white color on #B1AAE5 background.


Related colors

Complementary color

Complementary color for #hex is #4E551A.


I love getcolorcode.com

Triadic colors

1 #E5B1AA and #AAE5B1 with #B1AAE5 are triadic colors.

2 #E5AAB1 and #AAB1E5 with #B1AAE5 are triadic colors.