COLOR #B1ACE3

HEX: #B1ACE3
RGB: (177,172,227)

Color info

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

RGB color model

#B1ACE3 color RGB value is (177,172,227).

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

RGB channels and saturation

R 177 of 255 = 69%
G 172 of 255 = 67%
B 227 of 255 = 89%

177
172
227

R + G + B ~ 75%. #B1ACE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 172 + 227 = 576 (100%)
R 177 of 576 ~ 30.73%
G 172 of 576 ~ 29.86%
B 227 of 576 ~ 39.41%

%30.73
%29.86
%39.41

CMYK color model

#B1ACE3 color CMYK value is (22,24,0,11).

  • cyan value is 22.03%
  • magenta value is 24.23%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(22,24,0,11)
C22M24Y0K11 
(22%,24%,0%,11%)
(0.22/0.24/0.00/0.11)	

CMYK percentages

%22.03
%24.23
%0
%10.98

Codes

Color #B1ACE3 in popluar color models

B1ACE3
RGB177172227
HSL245°49.55%78.24%
HSB/HSV245°24.23%89.02%
CMYK22.03%24.23%0.00%
10.98%

Color #B1ACE3 in popluar number systems.

HEXB1ACE3
Decimal177172227
Binary101100011010110011100011
Octal261254343

Shades and tints

Shades of #B1ACE3

#B1ACE3
(177,172,227)
#A19DCF
(161,157,207)
#918EBB
(145,142,187)
#817FA7
(129,127,167)
#717093
(113,112,147)
#61617F
(97,97,127)
#51526B
(81,82,107)
#414357
(65,67,87)
#313443
(49,52,67)
#21252F
(33,37,47)
#11161B
(17,22,27)
#000000
(0,0,0)

Tints of #B1ACE3

#B1ACE3
(177,172,227)
#B8B3E5
(184,179,229)
#BFBAE7
(191,186,231)
#C6C1E9
(198,193,233)
#CDC8EB
(205,200,235)
#D4CFED
(212,207,237)
#DBD6EF
(219,214,239)
#E2DDF1
(226,221,241)
#E9E4F3
(233,228,243)
#F0EBF5
(240,235,245)
#F7F2F7
(247,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1ACE3; }

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

This text font color is #B1ACE3.


Background Color

.myBgColor { background-color: #B1ACE3; }

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

This div background color is #B1ACE3.


Border color

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

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

This div border color is #B1ACE3.


Opacity

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

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

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

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

This text has shadow with #B1ACE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1ACE3 on black background.


Color preview on white background

This text has color #B1ACE3 on white background.



Black color preview on #B1ACE3 background

This text has black color on #B1ACE3 background.


White color preview on #B1ACE3 background

This text has white color on #B1ACE3 background.