COLOR #B1A7DE

HEX: #B1A7DE
RGB: (177,167,222)

Color info

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

RGB color model

#B1A7DE color RGB value is (177,167,222).

  • red value is 177;
  • green value is 167;
  • blue value is 222.
RGB:
(177,167,222)
(69%,65%,87%)

RGB channels and saturation

R 177 of 255 = 69%
G 167 of 255 = 65%
B 222 of 255 = 87%

177
167
222

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

Portions of RGB colors in percentages

R + G + B =
177 + 167 + 222 = 566 (100%)
R 177 of 566 ~ 31.27%
G 167 of 566 ~ 29.51%
B 222 of 566 ~ 39.22%

%31.27
%29.51
%39.22

CMYK color model

#B1A7DE color CMYK value is (20,25,0,13).

  • cyan value is 20.27%
  • magenta value is 24.77%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(20,25,0,13)
C20M25Y0K13 
(20%,25%,0%,13%)
(0.20/0.25/0.00/0.13)	

CMYK percentages

%20.27
%24.77
%0
%12.94

Codes

Color #B1A7DE in popluar color models

B1A7DE
RGB177167222
HSL251°45.45%76.27%
HSB/HSV251°24.77%87.06%
CMYK20.27%24.77%0.00%
12.94%

Color #B1A7DE in popluar number systems.

HEXB1A7DE
Decimal177167222
Binary101100011010011111011110
Octal261247336

Shades and tints

Shades of #B1A7DE

#B1A7DE
(177,167,222)
#A198CA
(161,152,202)
#9189B6
(145,137,182)
#817AA2
(129,122,162)
#716B8E
(113,107,142)
#615C7A
(97,92,122)
#514D66
(81,77,102)
#413E52
(65,62,82)
#312F3E
(49,47,62)
#21202A
(33,32,42)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #B1A7DE

#B1A7DE
(177,167,222)
#B8AFE1
(184,175,225)
#BFB7E4
(191,183,228)
#C6BFE7
(198,191,231)
#CDC7EA
(205,199,234)
#D4CFED
(212,207,237)
#DBD7F0
(219,215,240)
#E2DFF3
(226,223,243)
#E9E7F6
(233,231,246)
#F0EFF9
(240,239,249)
#F7F7FC
(247,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A7DE color. Also use rgb(177,167,222) instead hex code.

Text Font Color

.myTextColor { color: #B1A7DE; }

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

This text font color is #B1A7DE.


Background Color

.myBgColor { background-color: #B1A7DE; }

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

This div background color is #B1A7DE.


Border color

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

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

This div border color is #B1A7DE.


Opacity

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

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

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

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

This text has shadow with #B1A7DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A7DE on black background.


Color preview on white background

This text has color #B1A7DE on white background.



Black color preview on #B1A7DE background

This text has black color on #B1A7DE background.


White color preview on #B1A7DE background

This text has white color on #B1A7DE background.