COLOR #B6AEBC

HEX: #B6AEBC
RGB: (182,174,188)

Color info

#B6AEBC contains red, green and blue colors in about the same proportion. Web safe color of #B6AEBC is #CC99CC (or #C9C).

RGB color model

#B6AEBC color RGB value is (182,174,188).

  • red value is 182;
  • green value is 174;
  • blue value is 188.
RGB:
(182,174,188)
(71%,68%,74%)

RGB channels and saturation

R 182 of 255 = 71%
G 174 of 255 = 68%
B 188 of 255 = 74%

182
174
188

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

Portions of RGB colors in percentages

R + G + B =
182 + 174 + 188 = 544 (100%)
R 182 of 544 ~ 33.46%
G 174 of 544 ~ 31.99%
B 188 of 544 ~ 34.56%

%33.46
%31.99
%34.56

CMYK color model

#B6AEBC color CMYK value is (3,7,0,26).

  • cyan value is 3.19%
  • magenta value is 7.45%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(3,7,0,26)
C3M7Y0K26 
(3%,7%,0%,26%)
(0.03/0.07/0.00/0.26)	

CMYK percentages

%3.19
%7.45
%0
%26.27

Codes

Color #B6AEBC in popluar color models

B6AEBC
RGB182174188
HSL274°9.46%70.98%
HSB/HSV274°7.45%73.73%
CMYK3.19%7.45%0.00%
26.27%

Color #B6AEBC in popluar number systems.

HEXB6AEBC
Decimal182174188
Binary101101101010111010111100
Octal266256274

Shades and tints

Shades of #B6AEBC

#B6AEBC
(182,174,188)
#A69FAB
(166,159,171)
#96909A
(150,144,154)
#868189
(134,129,137)
#767278
(118,114,120)
#666367
(102,99,103)
#565456
(86,84,86)
#464545
(70,69,69)
#363634
(54,54,52)
#262723
(38,39,35)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #B6AEBC

#B6AEBC
(182,174,188)
#BCB5C2
(188,181,194)
#C2BCC8
(194,188,200)
#C8C3CE
(200,195,206)
#CECAD4
(206,202,212)
#D4D1DA
(212,209,218)
#DAD8E0
(218,216,224)
#E0DFE6
(224,223,230)
#E6E6EC
(230,230,236)
#ECEDF2
(236,237,242)
#F2F4F8
(242,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6AEBC color. Also use rgb(182,174,188) instead hex code.

Text Font Color

.myTextColor { color: #B6AEBC; }

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

This text font color is #B6AEBC.


Background Color

.myBgColor { background-color: #B6AEBC; }

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

This div background color is #B6AEBC.


Border color

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

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

This div border color is #B6AEBC.


Opacity

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

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

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

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

This text has shadow with #B6AEBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AEBC on black background.


Color preview on white background

This text has color #B6AEBC on white background.



Black color preview on #B6AEBC background

This text has black color on #B6AEBC background.


White color preview on #B6AEBC background

This text has white color on #B6AEBC background.