COLOR #B1AADD

HEX: #B1AADD RGB: (177,170,221)

Color info

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

RGB color model

#B1AADD color RGB value is (177,170,221).

RGB: (177,170,221) (69%, 67%, 87%)

RGB channels and saturation

R 177 of 255 = 69%
G 170 of 255 = 67%
B 221 of 255 = 87%

177
170
221

R + G + B ~ 74%. #B1AADD is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 170 + 221 = 568 (100%)
R 177 of 568 ~ 31.16%
G 170 of 568 ~ 29.93%
B 221 of 568 ~ 38.91'%

%31.16
%29.93
%38.91

CMYK color model

#B1AADD color CMYK value is (20,23,0,13).

  • cyan value is 19.91%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (20,23,0,13)
C20M23Y0K13 (20%, 23%, 0%, 13%)
(0.20 / 0.23 / 0.00 / 0.13)

CMYK percentages

%19.91
%23.08
%0
%13.33

Codes

Color #B1AADD in popluar color models

B1 AA DD
RGB 177 170 221
HSL 248° 42.86% 76.67%
HSB/HSV 248° 23.08% 86.67%
CMYK 19.91% 23.08% 0.00%
13.33%

Color #B1AADD in popluar number systems.

HEX B1 AA DD
Decimal 177 170 221
Binary 10110001 10101010 11011101
Octal 261 252 335

Shades and tints

Shades of #B1AADD

#B1AADD
(177,170,221)
#A19BC9
(161,155,201)
#918CB5
(145,140,181)
#817DA1
(129,125,161)
#716E8D
(113,110,141)
#615F79
(97,95,121)
#515065
(81,80,101)
#414151
(65,65,81)
#31323D
(49,50,61)
#212329
(33,35,41)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #B1AADD

#B1AADD
(177,170,221)
#B8B1E0
(184,177,224)
#BFB8E3
(191,184,227)
#C6BFE6
(198,191,230)
#CDC6E9
(205,198,233)
#D4CDEC
(212,205,236)
#DBD4EF
(219,212,239)
#E2DBF2
(226,219,242)
#E9E2F5
(233,226,245)
#F0E9F8
(240,233,248)
#F7F0FB
(247,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1AADD; }

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

This text font color is #B1AADD.

Background Color

.myBgColor { background-color: #B1AADD; }

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

This div background color is #B1AADD.

Border color

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

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

This div border color is #B1AADD.

Opacity

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

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

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

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

This text has shadow with #B1AADD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1AADD.

Preview

Color preview on black background

This text has color #B1AADD on black background.


Color preview on white background

This text has color #B1AADD on white background.


Black color preview on #B1AADD background

This text has black color on #B1AADD background.


White color preview on #B1AADD background

This text has white color on #B1AADD background.


Related colors

Complementary color

Complementary color for #hex is #4E5522.


I love getcolorcode.com

Triadic colors

1 #DDB1AA and #AADDB1 with #B1AADD are triadic colors.

2 #DDAAB1 and #AAB1DD with #B1AADD are triadic colors.