COLOR #B1A7F0

HEX: #B1A7F0
RGB: (177,167,240)

Color info

#B1A7F0 contains mainly blue color. Web safe color of #B1A7F0 is #9999FF (or #99F).

RGB color model

#B1A7F0 color RGB value is (177,167,240).

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

RGB channels and saturation

R 177 of 255 = 69%
G 167 of 255 = 65%
B 240 of 255 = 94%

177
167
240

R + G + B ~ 76%. #B1A7F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 167 + 240 = 584 (100%)
R 177 of 584 ~ 30.31%
G 167 of 584 ~ 28.6%
B 240 of 584 ~ 41.1%

%30.31
%28.6
%41.1

CMYK color model

#B1A7F0 color CMYK value is (26,30,0,6).

  • cyan value is 26.25%
  • magenta value is 30.42%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(26,30,0,6)
C26M30Y0K6 
(26%,30%,0%,6%)
(0.26/0.30/0.00/0.06)	

CMYK percentages

%26.25
%30.42
%0
%5.88

Codes

Color #B1A7F0 in popluar color models

B1A7F0
RGB177167240
HSL248°70.87%79.80%
HSB/HSV248°30.42%94.12%
CMYK26.25%30.42%0.00%
5.88%

Color #B1A7F0 in popluar number systems.

HEXB1A7F0
Decimal177167240
Binary101100011010011111110000
Octal261247360

Shades and tints

Shades of #B1A7F0

#B1A7F0
(177,167,240)
#A198DB
(161,152,219)
#9189C6
(145,137,198)
#817AB1
(129,122,177)
#716B9C
(113,107,156)
#615C87
(97,92,135)
#514D72
(81,77,114)
#413E5D
(65,62,93)
#312F48
(49,47,72)
#212033
(33,32,51)
#11111E
(17,17,30)
#000000
(0,0,0)

Tints of #B1A7F0

#B1A7F0
(177,167,240)
#B8AFF1
(184,175,241)
#BFB7F2
(191,183,242)
#C6BFF3
(198,191,243)
#CDC7F4
(205,199,244)
#D4CFF5
(212,207,245)
#DBD7F6
(219,215,246)
#E2DFF7
(226,223,247)
#E9E7F8
(233,231,248)
#F0EFF9
(240,239,249)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A7F0; }

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

This text font color is #B1A7F0.


Background Color

.myBgColor { background-color: #B1A7F0; }

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

This div background color is #B1A7F0.


Border color

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

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

This div border color is #B1A7F0.


Opacity

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

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

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

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

This text has shadow with #B1A7F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1A7F0 on black background.


Color preview on white background

This text has color #B1A7F0 on white background.



Black color preview on #B1A7F0 background

This text has black color on #B1A7F0 background.


White color preview on #B1A7F0 background

This text has white color on #B1A7F0 background.