COLOR #B1A0DD

HEX: #B1A0DD
RGB: (177,160,221)

Color info

#B1A0DD contains mainly red and blue colors. Web safe color of #B1A0DD is #9999CC (or #99C).

RGB color model

#B1A0DD color RGB value is (177,160,221).

  • red value is 177;
  • green value is 160;
  • blue value is 221.
RGB:
(177,160,221)
(69%,63%,87%)

RGB channels and saturation

R 177 of 255 = 69%
G 160 of 255 = 63%
B 221 of 255 = 87%

177
160
221

R + G + B ~ 73%. #B1A0DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 160 + 221 = 558 (100%)
R 177 of 558 ~ 31.72%
G 160 of 558 ~ 28.67%
B 221 of 558 ~ 39.61%

%31.72
%28.67
%39.61

CMYK color model

#B1A0DD color CMYK value is (20,28,0,13).

  • cyan value is 19.91%
  • magenta value is 27.60%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(20,28,0,13)
C20M28Y0K13 
(20%,28%,0%,13%)
(0.20/0.28/0.00/0.13)	

CMYK percentages

%19.91
%27.6
%0
%13.33

Codes

Color #B1A0DD in popluar color models

B1A0DD
RGB177160221
HSL257°47.29%74.71%
HSB/HSV257°27.60%86.67%
CMYK19.91%27.60%0.00%
13.33%

Color #B1A0DD in popluar number systems.

HEXB1A0DD
Decimal177160221
Binary101100011010000011011101
Octal261240335

Shades and tints

Shades of #B1A0DD

#B1A0DD
(177,160,221)
#A192C9
(161,146,201)
#9184B5
(145,132,181)
#8176A1
(129,118,161)
#71688D
(113,104,141)
#615A79
(97,90,121)
#514C65
(81,76,101)
#413E51
(65,62,81)
#31303D
(49,48,61)
#212229
(33,34,41)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #B1A0DD

#B1A0DD
(177,160,221)
#B8A8E0
(184,168,224)
#BFB0E3
(191,176,227)
#C6B8E6
(198,184,230)
#CDC0E9
(205,192,233)
#D4C8EC
(212,200,236)
#DBD0EF
(219,208,239)
#E2D8F2
(226,216,242)
#E9E0F5
(233,224,245)
#F0E8F8
(240,232,248)
#F7F0FB
(247,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A0DD; }

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

This text font color is #B1A0DD.


Background Color

.myBgColor { background-color: #B1A0DD; }

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

This div background color is #B1A0DD.


Border color

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

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

This div border color is #B1A0DD.


Opacity

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

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

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

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

This text has shadow with #B1A0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A0DD on black background.


Color preview on white background

This text has color #B1A0DD on white background.



Black color preview on #B1A0DD background

This text has black color on #B1A0DD background.


White color preview on #B1A0DD background

This text has white color on #B1A0DD background.