COLOR #B89EA6

HEX: #B89EA6 RGB: (184,158,166)

Color info

#B89EA6 contains red, green and blue colors in about the same proportion. Web safe color of #B89EA6 is #CC9999 (or #C99).

RGB color model

#B89EA6 color RGB value is (184,158,166).

RGB: (184,158,166) (72%, 62%, 65%)

RGB channels and saturation

R 184 of 255 = 72%
G 158 of 255 = 62%
B 166 of 255 = 65%

184
158
166

R + G + B ~ 66%. #B89EA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 158 + 166 = 508 (100%)
R 184 of 508 ~ 36.22%
G 158 of 508 ~ 31.1%
B 166 of 508 ~ 32.68'%

%36.22
%31.1
%32.68

CMYK color model

#B89EA6 color CMYK value is (0,14,10,28).

  • cyan value is 0.00%
  • magenta value is 14.13%
  • yellow value is 9.78%
  • key color value is 27.84%
CMYK: (0,14,10,28) C0M14Y10K28 (0%,14%,10%,28%) (0.00/0.14/0.10/0.28) 

CMYK percentages

%0
%14.13
%9.78
%27.84

Codes

Color #B89EA6 in popluar color models

B8 9E A6
RGB 184 158 166
HSL 342° 15.48% 67.06%
HSB/HSV 342° 14.13% 72.16%
CMYK 0.00% 14.13% 9.78%
27.84%

Color #B89EA6 in popluar number systems.

HEX B8 9E A6
Decimal 184 158 166
Binary 10111000 10011110 10100110
Octal 270 236 246

Shades and tints

Shades of #B89EA6

#B89EA6
(184,158,166)
#A89097
(168,144,151)
#988288
(152,130,136)
#887479
(136,116,121)
#78666A
(120,102,106)
#68585B
(104,88,91)
#584A4C
(88,74,76)
#483C3D
(72,60,61)
#382E2E
(56,46,46)
#28201F
(40,32,31)
#181210
(24,18,16)
#000000
(0,0,0)

Tints of #B89EA6

#B89EA6
(184,158,166)
#BEA6AE
(190,166,174)
#C4AEB6
(196,174,182)
#CAB6BE
(202,182,190)
#D0BEC6
(208,190,198)
#D6C6CE
(214,198,206)
#DCCED6
(220,206,214)
#E2D6DE
(226,214,222)
#E8DEE6
(232,222,230)
#EEE6EE
(238,230,238)
#F4EEF6
(244,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B89EA6 color. Also use rgb(184,158,166) instead hex code.

Text Font Color

.myTextColor { color: #B89EA6; }

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

This text font color is #B89EA6.

Background Color

.myBgColor { background-color: #B89EA6; }

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

This div background color is #B89EA6.

Border color

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

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

This div border color is #B89EA6.

Opacity

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

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

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

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

This text has shadow with #B89EA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B89EA6.

Preview

Color preview on black background

This text has color #B89EA6 on black background.


Color preview on white background

This text has color #B89EA6 on white background.


Black color preview on #B89EA6 background

This text has black color on #B89EA6 background.


White color preview on #B89EA6 background

This text has white color on #B89EA6 background.


Related colors

Complementary color

Complementary color for #hex is #476159.


I love getcolorcode.com

Triadic colors

1 #A6B89E and #9EA6B8 with #B89EA6 are triadic colors.

2 #A69EB8 and #9EB8A6 with #B89EA6 are triadic colors.