COLOR #B1A7DF

HEX: #B1A7DF
RGB: (177,167,223)

Color info

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

RGB color model

#B1A7DF color RGB value is (177,167,223).

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

RGB channels and saturation

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

177
167
223

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

Portions of RGB colors in percentages

R + G + B =
177 + 167 + 223 = 567 (100%)
R 177 of 567 ~ 31.22%
G 167 of 567 ~ 29.45%
B 223 of 567 ~ 39.33%

%31.22
%29.45
%39.33

CMYK color model

#B1A7DF color CMYK value is (21,25,0,13).

  • cyan value is 20.63%
  • magenta value is 25.11%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(21,25,0,13)
C21M25Y0K13 
(21%,25%,0%,13%)
(0.21/0.25/0.00/0.13)	

CMYK percentages

%20.63
%25.11
%0
%12.55

Codes

Color #B1A7DF in popluar color models

B1A7DF
RGB177167223
HSL251°46.67%76.47%
HSB/HSV251°25.11%87.45%
CMYK20.63%25.11%0.00%
12.55%

Color #B1A7DF in popluar number systems.

HEXB1A7DF
Decimal177167223
Binary101100011010011111011111
Octal261247337

Shades and tints

Shades of #B1A7DF

#B1A7DF
(177,167,223)
#A198CB
(161,152,203)
#9189B7
(145,137,183)
#817AA3
(129,122,163)
#716B8F
(113,107,143)
#615C7B
(97,92,123)
#514D67
(81,77,103)
#413E53
(65,62,83)
#312F3F
(49,47,63)
#21202B
(33,32,43)
#111117
(17,17,23)
#000000
(0,0,0)

Tints of #B1A7DF

#B1A7DF
(177,167,223)
#B8AFE1
(184,175,225)
#BFB7E3
(191,183,227)
#C6BFE5
(198,191,229)
#CDC7E7
(205,199,231)
#D4CFE9
(212,207,233)
#DBD7EB
(219,215,235)
#E2DFED
(226,223,237)
#E9E7EF
(233,231,239)
#F0EFF1
(240,239,241)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A7DF; }

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

This text font color is #B1A7DF.


Background Color

.myBgColor { background-color: #B1A7DF; }

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

This div background color is #B1A7DF.


Border color

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

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

This div border color is #B1A7DF.


Opacity

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

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

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

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

This text has shadow with #B1A7DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A7DF on black background.


Color preview on white background

This text has color #B1A7DF on white background.



Black color preview on #B1A7DF background

This text has black color on #B1A7DF background.


White color preview on #B1A7DF background

This text has white color on #B1A7DF background.