COLOR #B1AFD2

HEX: #B1AFD2
RGB: (177,175,210)

Color info

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

RGB color model

#B1AFD2 color RGB value is (177,175,210).

  • red value is 177;
  • green value is 175;
  • blue value is 210.
RGB:
(177,175,210)
(69%,69%,82%)

RGB channels and saturation

R 177 of 255 = 69%
G 175 of 255 = 69%
B 210 of 255 = 82%

177
175
210

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

Portions of RGB colors in percentages

R + G + B =
177 + 175 + 210 = 562 (100%)
R 177 of 562 ~ 31.49%
G 175 of 562 ~ 31.14%
B 210 of 562 ~ 37.37%

%31.49
%31.14
%37.37

CMYK color model

#B1AFD2 color CMYK value is (16,17,0,18).

  • cyan value is 15.71%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(16,17,0,18)
C16M17Y0K18 
(16%,17%,0%,18%)
(0.16/0.17/0.00/0.18)	

CMYK percentages

%15.71
%16.67
%0
%17.65

Codes

Color #B1AFD2 in popluar color models

B1AFD2
RGB177175210
HSL243°28.00%75.49%
HSB/HSV243°16.67%82.35%
CMYK15.71%16.67%0.00%
17.65%

Color #B1AFD2 in popluar number systems.

HEXB1AFD2
Decimal177175210
Binary101100011010111111010010
Octal261257322

Shades and tints

Shades of #B1AFD2

#B1AFD2
(177,175,210)
#A1A0BF
(161,160,191)
#9191AC
(145,145,172)
#818299
(129,130,153)
#717386
(113,115,134)
#616473
(97,100,115)
#515560
(81,85,96)
#41464D
(65,70,77)
#31373A
(49,55,58)
#212827
(33,40,39)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #B1AFD2

#B1AFD2
(177,175,210)
#B8B6D6
(184,182,214)
#BFBDDA
(191,189,218)
#C6C4DE
(198,196,222)
#CDCBE2
(205,203,226)
#D4D2E6
(212,210,230)
#DBD9EA
(219,217,234)
#E2E0EE
(226,224,238)
#E9E7F2
(233,231,242)
#F0EEF6
(240,238,246)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1AFD2 color. Also use rgb(177,175,210) instead hex code.

Text Font Color

.myTextColor { color: #B1AFD2; }

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

This text font color is #B1AFD2.


Background Color

.myBgColor { background-color: #B1AFD2; }

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

This div background color is #B1AFD2.


Border color

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

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

This div border color is #B1AFD2.


Opacity

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

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

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

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

This text has shadow with #B1AFD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1AFD2 on black background.


Color preview on white background

This text has color #B1AFD2 on white background.



Black color preview on #B1AFD2 background

This text has black color on #B1AFD2 background.


White color preview on #B1AFD2 background

This text has white color on #B1AFD2 background.