COLOR #B6ABBE

HEX: #B6ABBE RGB: (182,171,190)

Color info

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

RGB color model

#B6ABBE color RGB value is (182,171,190).

RGB: (182,171,190) (71%, 67%, 75%)

RGB channels and saturation

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

182
171
190

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

Portions of RGB colors in percentages

R + G + B = 182 + 171 + 190 = 543 (100%)
R 182 of 543 ~ 33.52%
G 171 of 543 ~ 31.49%
B 190 of 543 ~ 34.99'%

%33.52
%31.49
%34.99

CMYK color model

#B6ABBE color CMYK value is (4,10,0,25).

  • cyan value is 4.21%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (4,10,0,25)
C4M10Y0K25 (4%, 10%, 0%, 25%)
(0.04 / 0.10 / 0.00 / 0.25)

CMYK percentages

%4.21
%10
%0
%25.49

Codes

Color #B6ABBE in popluar color models

B6 AB BE
RGB 182 171 190
HSL 275° 12.75% 70.78%
HSB/HSV 275° 10.00% 74.51%
CMYK 4.21% 10.00% 0.00%
25.49%

Color #B6ABBE in popluar number systems.

HEX B6 AB BE
Decimal 182 171 190
Binary 10110110 10101011 10111110
Octal 266 253 276

Shades and tints

Shades of #B6ABBE

#B6ABBE
(182,171,190)
#A69CAD
(166,156,173)
#968D9C
(150,141,156)
#867E8B
(134,126,139)
#766F7A
(118,111,122)
#666069
(102,96,105)
#565158
(86,81,88)
#464247
(70,66,71)
#363336
(54,51,54)
#262425
(38,36,37)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #B6ABBE

#B6ABBE
(182,171,190)
#BCB2C3
(188,178,195)
#C2B9C8
(194,185,200)
#C8C0CD
(200,192,205)
#CEC7D2
(206,199,210)
#D4CED7
(212,206,215)
#DAD5DC
(218,213,220)
#E0DCE1
(224,220,225)
#E6E3E6
(230,227,230)
#ECEAEB
(236,234,235)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6ABBE; }

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

This text font color is #B6ABBE.

Background Color

.myBgColor { background-color: #B6ABBE; }

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

This div background color is #B6ABBE.

Border color

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

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

This div border color is #B6ABBE.

Opacity

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

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

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

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

This text has shadow with #B6ABBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6ABBE.

Preview

Color preview on black background

This text has color #B6ABBE on black background.


Color preview on white background

This text has color #B6ABBE on white background.


Black color preview on #B6ABBE background

This text has black color on #B6ABBE background.


White color preview on #B6ABBE background

This text has white color on #B6ABBE background.


Related colors

Complementary color

Complementary color for #hex is #495441.


I love getcolorcode.com

Triadic colors

1 #BEB6AB and #ABBEB6 with #B6ABBE are triadic colors.

2 #BEABB6 and #ABB6BE with #B6ABBE are triadic colors.