COLOR #B1AEC0

HEX: #B1AEC0
RGB: (177,174,192)

Color info

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

RGB color model

#B1AEC0 color RGB value is (177,174,192).

  • red value is 177;
  • green value is 174;
  • blue value is 192.
RGB:
(177,174,192)
(69%,68%,75%)

RGB channels and saturation

R 177 of 255 = 69%
G 174 of 255 = 68%
B 192 of 255 = 75%

177
174
192

R + G + B ~ 71%. #B1AEC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 174 + 192 = 543 (100%)
R 177 of 543 ~ 32.6%
G 174 of 543 ~ 32.04%
B 192 of 543 ~ 35.36%

%32.6
%32.04
%35.36

CMYK color model

#B1AEC0 color CMYK value is (8,9,0,25).

  • cyan value is 7.81%
  • magenta value is 9.38%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(8,9,0,25)
C8M9Y0K25 
(8%,9%,0%,25%)
(0.08/0.09/0.00/0.25)	

CMYK percentages

%7.81
%9.38
%0
%24.71

Codes

Color #B1AEC0 in popluar color models

B1AEC0
RGB177174192
HSL250°12.50%71.76%
HSB/HSV250°9.38%75.29%
CMYK7.81%9.38%0.00%
24.71%

Color #B1AEC0 in popluar number systems.

HEXB1AEC0
Decimal177174192
Binary101100011010111011000000
Octal261256300

Shades and tints

Shades of #B1AEC0

#B1AEC0
(177,174,192)
#A19FAF
(161,159,175)
#91909E
(145,144,158)
#81818D
(129,129,141)
#71727C
(113,114,124)
#61636B
(97,99,107)
#51545A
(81,84,90)
#414549
(65,69,73)
#313638
(49,54,56)
#212727
(33,39,39)
#111816
(17,24,22)
#000000
(0,0,0)

Tints of #B1AEC0

#B1AEC0
(177,174,192)
#B8B5C5
(184,181,197)
#BFBCCA
(191,188,202)
#C6C3CF
(198,195,207)
#CDCAD4
(205,202,212)
#D4D1D9
(212,209,217)
#DBD8DE
(219,216,222)
#E2DFE3
(226,223,227)
#E9E6E8
(233,230,232)
#F0EDED
(240,237,237)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1AEC0 color. Also use rgb(177,174,192) instead hex code.

Text Font Color

.myTextColor { color: #B1AEC0; }

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

This text font color is #B1AEC0.


Background Color

.myBgColor { background-color: #B1AEC0; }

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

This div background color is #B1AEC0.


Border color

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

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

This div border color is #B1AEC0.


Opacity

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

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

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

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

This text has shadow with #B1AEC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1AEC0 on black background.


Color preview on white background

This text has color #B1AEC0 on white background.



Black color preview on #B1AEC0 background

This text has black color on #B1AEC0 background.


White color preview on #B1AEC0 background

This text has white color on #B1AEC0 background.