COLOR #B1ACEB

HEX: #B1ACEB
RGB: (177,172,235)

Color info

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

RGB color model

#B1ACEB color RGB value is (177,172,235).

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

RGB channels and saturation

R 177 of 255 = 69%
G 172 of 255 = 67%
B 235 of 255 = 92%

177
172
235

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

Portions of RGB colors in percentages

R + G + B =
177 + 172 + 235 = 584 (100%)
R 177 of 584 ~ 30.31%
G 172 of 584 ~ 29.45%
B 235 of 584 ~ 40.24%

%30.31
%29.45
%40.24

CMYK color model

#B1ACEB color CMYK value is (25,27,0,8).

  • cyan value is 24.68%
  • magenta value is 26.81%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(25,27,0,8)
C25M27Y0K8 
(25%,27%,0%,8%)
(0.25/0.27/0.00/0.08)	

CMYK percentages

%24.68
%26.81
%0
%7.84

Codes

Color #B1ACEB in popluar color models

B1ACEB
RGB177172235
HSL245°61.17%79.80%
HSB/HSV245°26.81%92.16%
CMYK24.68%26.81%0.00%
7.84%

Color #B1ACEB in popluar number systems.

HEXB1ACEB
Decimal177172235
Binary101100011010110011101011
Octal261254353

Shades and tints

Shades of #B1ACEB

#B1ACEB
(177,172,235)
#A19DD6
(161,157,214)
#918EC1
(145,142,193)
#817FAC
(129,127,172)
#717097
(113,112,151)
#616182
(97,97,130)
#51526D
(81,82,109)
#414358
(65,67,88)
#313443
(49,52,67)
#21252E
(33,37,46)
#111619
(17,22,25)
#000000
(0,0,0)

Tints of #B1ACEB

#B1ACEB
(177,172,235)
#B8B3EC
(184,179,236)
#BFBAED
(191,186,237)
#C6C1EE
(198,193,238)
#CDC8EF
(205,200,239)
#D4CFF0
(212,207,240)
#DBD6F1
(219,214,241)
#E2DDF2
(226,221,242)
#E9E4F3
(233,228,243)
#F0EBF4
(240,235,244)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1ACEB; }

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

This text font color is #B1ACEB.


Background Color

.myBgColor { background-color: #B1ACEB; }

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

This div background color is #B1ACEB.


Border color

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

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

This div border color is #B1ACEB.


Opacity

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

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

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

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

This text has shadow with #B1ACEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1ACEB on black background.


Color preview on white background

This text has color #B1ACEB on white background.



Black color preview on #B1ACEB background

This text has black color on #B1ACEB background.


White color preview on #B1ACEB background

This text has white color on #B1ACEB background.