COLOR #B1AFE3

HEX: #B1AFE3
RGB: (177,175,227)

Color info

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

RGB color model

#B1AFE3 color RGB value is (177,175,227).

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

RGB channels and saturation

R 177 of 255 = 69%
G 175 of 255 = 69%
B 227 of 255 = 89%

177
175
227

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

Portions of RGB colors in percentages

R + G + B =
177 + 175 + 227 = 579 (100%)
R 177 of 579 ~ 30.57%
G 175 of 579 ~ 30.22%
B 227 of 579 ~ 39.21%

%30.57
%30.22
%39.21

CMYK color model

#B1AFE3 color CMYK value is (22,23,0,11).

  • cyan value is 22.03%
  • magenta value is 22.91%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(22,23,0,11)
C22M23Y0K11 
(22%,23%,0%,11%)
(0.22/0.23/0.00/0.11)	

CMYK percentages

%22.03
%22.91
%0
%10.98

Codes

Color #B1AFE3 in popluar color models

B1AFE3
RGB177175227
HSL242°48.15%78.82%
HSB/HSV242°22.91%89.02%
CMYK22.03%22.91%0.00%
10.98%

Color #B1AFE3 in popluar number systems.

HEXB1AFE3
Decimal177175227
Binary101100011010111111100011
Octal261257343

Shades and tints

Shades of #B1AFE3

#B1AFE3
(177,175,227)
#A1A0CF
(161,160,207)
#9191BB
(145,145,187)
#8182A7
(129,130,167)
#717393
(113,115,147)
#61647F
(97,100,127)
#51556B
(81,85,107)
#414657
(65,70,87)
#313743
(49,55,67)
#21282F
(33,40,47)
#11191B
(17,25,27)
#000000
(0,0,0)

Tints of #B1AFE3

#B1AFE3
(177,175,227)
#B8B6E5
(184,182,229)
#BFBDE7
(191,189,231)
#C6C4E9
(198,196,233)
#CDCBEB
(205,203,235)
#D4D2ED
(212,210,237)
#DBD9EF
(219,217,239)
#E2E0F1
(226,224,241)
#E9E7F3
(233,231,243)
#F0EEF5
(240,238,245)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1AFE3; }

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

This text font color is #B1AFE3.


Background Color

.myBgColor { background-color: #B1AFE3; }

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

This div background color is #B1AFE3.


Border color

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

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

This div border color is #B1AFE3.


Opacity

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

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

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

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

This text has shadow with #B1AFE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1AFE3 on black background.


Color preview on white background

This text has color #B1AFE3 on white background.



Black color preview on #B1AFE3 background

This text has black color on #B1AFE3 background.


White color preview on #B1AFE3 background

This text has white color on #B1AFE3 background.