COLOR #B1AFEB

HEX: #B1AFEB
RGB: (177,175,235)

Color info

#B1AFEB contains mainly red and blue colors. Web safe color of #B1AFEB is #9999FF (or #99F).

RGB color model

#B1AFEB color RGB value is (177,175,235).

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

RGB channels and saturation

R 177 of 255 = 69%
G 175 of 255 = 69%
B 235 of 255 = 92%

177
175
235

R + G + B ~ 77%. #B1AFEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 175 + 235 = 587 (100%)
R 177 of 587 ~ 30.15%
G 175 of 587 ~ 29.81%
B 235 of 587 ~ 40.03%

%30.15
%29.81
%40.03

CMYK color model

#B1AFEB color CMYK value is (25,26,0,8).

  • cyan value is 24.68%
  • magenta value is 25.53%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(25,26,0,8)
C25M26Y0K8 
(25%,26%,0%,8%)
(0.25/0.26/0.00/0.08)	

CMYK percentages

%24.68
%25.53
%0
%7.84

Codes

Color #B1AFEB in popluar color models

B1AFEB
RGB177175235
HSL242°60.00%80.39%
HSB/HSV242°25.53%92.16%
CMYK24.68%25.53%0.00%
7.84%

Color #B1AFEB in popluar number systems.

HEXB1AFEB
Decimal177175235
Binary101100011010111111101011
Octal261257353

Shades and tints

Shades of #B1AFEB

#B1AFEB
(177,175,235)
#A1A0D6
(161,160,214)
#9191C1
(145,145,193)
#8182AC
(129,130,172)
#717397
(113,115,151)
#616482
(97,100,130)
#51556D
(81,85,109)
#414658
(65,70,88)
#313743
(49,55,67)
#21282E
(33,40,46)
#111919
(17,25,25)
#000000
(0,0,0)

Tints of #B1AFEB

#B1AFEB
(177,175,235)
#B8B6EC
(184,182,236)
#BFBDED
(191,189,237)
#C6C4EE
(198,196,238)
#CDCBEF
(205,203,239)
#D4D2F0
(212,210,240)
#DBD9F1
(219,217,241)
#E2E0F2
(226,224,242)
#E9E7F3
(233,231,243)
#F0EEF4
(240,238,244)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1AFEB; }

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

This text font color is #B1AFEB.


Background Color

.myBgColor { background-color: #B1AFEB; }

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

This div background color is #B1AFEB.


Border color

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

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

This div border color is #B1AFEB.


Opacity

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

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

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

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

This text has shadow with #B1AFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1AFEB on black background.


Color preview on white background

This text has color #B1AFEB on white background.



Black color preview on #B1AFEB background

This text has black color on #B1AFEB background.


White color preview on #B1AFEB background

This text has white color on #B1AFEB background.