COLOR #B6AABE

HEX: #B6AABE
RGB: (182,170,190)

Color info

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

RGB color model

#B6AABE color RGB value is (182,170,190).

  • red value is 182;
  • green value is 170;
  • blue value is 190.
RGB:
(182,170,190)
(71%,67%,75%)

RGB channels and saturation

R 182 of 255 = 71%
G 170 of 255 = 67%
B 190 of 255 = 75%

182
170
190

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

Portions of RGB colors in percentages

R + G + B =
182 + 170 + 190 = 542 (100%)
R 182 of 542 ~ 33.58%
G 170 of 542 ~ 31.37%
B 190 of 542 ~ 35.06%

%33.58
%31.37
%35.06

CMYK color model

#B6AABE color CMYK value is (4,11,0,25).

  • cyan value is 4.21%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(4,11,0,25)
C4M11Y0K25 
(4%,11%,0%,25%)
(0.04/0.11/0.00/0.25)	

CMYK percentages

%4.21
%10.53
%0
%25.49

Codes

Color #B6AABE in popluar color models

B6AABE
RGB182170190
HSL276°13.33%70.59%
HSB/HSV276°10.53%74.51%
CMYK4.21%10.53%0.00%
25.49%

Color #B6AABE in popluar number systems.

HEXB6AABE
Decimal182170190
Binary101101101010101010111110
Octal266252276

Shades and tints

Shades of #B6AABE

#B6AABE
(182,170,190)
#A69BAD
(166,155,173)
#968C9C
(150,140,156)
#867D8B
(134,125,139)
#766E7A
(118,110,122)
#665F69
(102,95,105)
#565058
(86,80,88)
#464147
(70,65,71)
#363236
(54,50,54)
#262325
(38,35,37)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #B6AABE

#B6AABE
(182,170,190)
#BCB1C3
(188,177,195)
#C2B8C8
(194,184,200)
#C8BFCD
(200,191,205)
#CEC6D2
(206,198,210)
#D4CDD7
(212,205,215)
#DAD4DC
(218,212,220)
#E0DBE1
(224,219,225)
#E6E2E6
(230,226,230)
#ECE9EB
(236,233,235)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6AABE color. Also use rgb(182,170,190) instead hex code.

Text Font Color

.myTextColor { color: #B6AABE; }

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

This text font color is #B6AABE.


Background Color

.myBgColor { background-color: #B6AABE; }

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

This div background color is #B6AABE.


Border color

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

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

This div border color is #B6AABE.


Opacity

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

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

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

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

This text has shadow with #B6AABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6AABE on black background.


Color preview on white background

This text has color #B6AABE on white background.



Black color preview on #B6AABE background

This text has black color on #B6AABE background.


White color preview on #B6AABE background

This text has white color on #B6AABE background.