COLOR #B28AA6

HEX: #B28AA6 RGB: (178,138,166)

Color info

#B28AA6 contains red, green and blue colors in about the same proportion. Web safe color of #B28AA6 is #999999 (or #999).

RGB color model

#B28AA6 color RGB value is (178,138,166).

RGB: (178,138,166) (70%, 54%, 65%)

RGB channels and saturation

R 178 of 255 = 70%
G 138 of 255 = 54%
B 166 of 255 = 65%

178
138
166

R + G + B ~ 63%. #B28AA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 138 + 166 = 482 (100%)
R 178 of 482 ~ 36.93%
G 138 of 482 ~ 28.63%
B 166 of 482 ~ 34.44'%

%36.93
%28.63
%34.44

CMYK color model

#B28AA6 color CMYK value is (0,22,7,30).

  • cyan value is 0.00%
  • magenta value is 22.47%
  • yellow value is 6.74%
  • key color value is 30.20%

CMYK: (0,22,7,30)
C0M22Y7K30 (0%, 22%, 7%, 30%)
(0.00 / 0.22 / 0.07 / 0.30)

CMYK percentages

%0
%22.47
%6.74
%30.2

Codes

Color #B28AA6 in popluar color models

B2 8A A6
RGB 178 138 166
HSL 318° 20.62% 61.96%
HSB/HSV 318° 22.47% 69.80%
CMYK 0.00% 22.47% 6.74%
30.20%

Color #B28AA6 in popluar number systems.

HEX B2 8A A6
Decimal 178 138 166
Binary 10110010 10001010 10100110
Octal 262 212 246

Shades and tints

Shades of #B28AA6

#B28AA6
(178,138,166)
#A27E97
(162,126,151)
#927288
(146,114,136)
#826679
(130,102,121)
#725A6A
(114,90,106)
#624E5B
(98,78,91)
#52424C
(82,66,76)
#42363D
(66,54,61)
#322A2E
(50,42,46)
#221E1F
(34,30,31)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #B28AA6

#B28AA6
(178,138,166)
#B994AE
(185,148,174)
#C09EB6
(192,158,182)
#C7A8BE
(199,168,190)
#CEB2C6
(206,178,198)
#D5BCCE
(213,188,206)
#DCC6D6
(220,198,214)
#E3D0DE
(227,208,222)
#EADAE6
(234,218,230)
#F1E4EE
(241,228,238)
#F8EEF6
(248,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B28AA6 color. Also use rgb(178,138,166) instead hex code.

Text Font Color

.myTextColor { color: #B28AA6; }

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

This text font color is #B28AA6.

Background Color

.myBgColor { background-color: #B28AA6; }

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

This div background color is #B28AA6.

Border color

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

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

This div border color is #B28AA6.

Opacity

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

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

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

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

This text has shadow with #B28AA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B28AA6.

Preview

Color preview on black background

This text has color #B28AA6 on black background.


Color preview on white background

This text has color #B28AA6 on white background.


Black color preview on #B28AA6 background

This text has black color on #B28AA6 background.


White color preview on #B28AA6 background

This text has white color on #B28AA6 background.


Related colors

Complementary color

Complementary color for #hex is #4D7559.


I love getcolorcode.com

Triadic colors

1 #A6B28A and #8AA6B2 with #B28AA6 are triadic colors.

2 #A68AB2 and #8AB2A6 with #B28AA6 are triadic colors.