COLOR #B2AEBD

HEX: #B2AEBD
RGB: (178,174,189)

Color info

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

RGB color model

#B2AEBD color RGB value is (178,174,189).

  • red value is 178;
  • green value is 174;
  • blue value is 189.
RGB:
(178,174,189)
(70%,68%,74%)

RGB channels and saturation

R 178 of 255 = 70%
G 174 of 255 = 68%
B 189 of 255 = 74%

178
174
189

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

Portions of RGB colors in percentages

R + G + B =
178 + 174 + 189 = 541 (100%)
R 178 of 541 ~ 32.9%
G 174 of 541 ~ 32.16%
B 189 of 541 ~ 34.94%

%32.9
%32.16
%34.94

CMYK color model

#B2AEBD color CMYK value is (6,8,0,26).

  • cyan value is 5.82%
  • magenta value is 7.94%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(6,8,0,26)
C6M8Y0K26 
(6%,8%,0%,26%)
(0.06/0.08/0.00/0.26)	

CMYK percentages

%5.82
%7.94
%0
%25.88

Codes

Color #B2AEBD in popluar color models

B2AEBD
RGB178174189
HSL256°10.20%71.18%
HSB/HSV256°7.94%74.12%
CMYK5.82%7.94%0.00%
25.88%

Color #B2AEBD in popluar number systems.

HEXB2AEBD
Decimal178174189
Binary101100101010111010111101
Octal262256275

Shades and tints

Shades of #B2AEBD

#B2AEBD
(178,174,189)
#A29FAC
(162,159,172)
#92909B
(146,144,155)
#82818A
(130,129,138)
#727279
(114,114,121)
#626368
(98,99,104)
#525457
(82,84,87)
#424546
(66,69,70)
#323635
(50,54,53)
#222724
(34,39,36)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #B2AEBD

#B2AEBD
(178,174,189)
#B9B5C3
(185,181,195)
#C0BCC9
(192,188,201)
#C7C3CF
(199,195,207)
#CECAD5
(206,202,213)
#D5D1DB
(213,209,219)
#DCD8E1
(220,216,225)
#E3DFE7
(227,223,231)
#EAE6ED
(234,230,237)
#F1EDF3
(241,237,243)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2AEBD color. Also use rgb(178,174,189) instead hex code.

Text Font Color

.myTextColor { color: #B2AEBD; }

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

This text font color is #B2AEBD.


Background Color

.myBgColor { background-color: #B2AEBD; }

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

This div background color is #B2AEBD.


Border color

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

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

This div border color is #B2AEBD.


Opacity

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

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

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

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

This text has shadow with #B2AEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2AEBD on black background.


Color preview on white background

This text has color #B2AEBD on white background.



Black color preview on #B2AEBD background

This text has black color on #B2AEBD background.


White color preview on #B2AEBD background

This text has white color on #B2AEBD background.