COLOR #B896A6

HEX: #B896A6 RGB: (184,150,166)

Color info

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

RGB color model

#B896A6 color RGB value is (184,150,166).

RGB: (184,150,166) (72%, 59%, 65%)

RGB channels and saturation

R 184 of 255 = 72%
G 150 of 255 = 59%
B 166 of 255 = 65%

184
150
166

R + G + B ~ 65%. #B896A6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 150 + 166 = 500 (100%)
R 184 of 500 ~ 36.8%
G 150 of 500 ~ 30%
B 166 of 500 ~ 33.2'%

%36.8
%30
%33.2

CMYK color model

#B896A6 color CMYK value is (0,18,10,28).

  • cyan value is 0.00%
  • magenta value is 18.48%
  • yellow value is 9.78%
  • key color value is 27.84%

CMYK: (0,18,10,28)
C0M18Y10K28 (0%, 18%, 10%, 28%)
(0.00 / 0.18 / 0.10 / 0.28)

CMYK percentages

%0
%18.48
%9.78
%27.84

Codes

Color #B896A6 in popluar color models

B8 96 A6
RGB 184 150 166
HSL 332° 19.32% 65.49%
HSB/HSV 332° 18.48% 72.16%
CMYK 0.00% 18.48% 9.78%
27.84%

Color #B896A6 in popluar number systems.

HEX B8 96 A6
Decimal 184 150 166
Binary 10111000 10010110 10100110
Octal 270 226 246

Shades and tints

Shades of #B896A6

#B896A6
(184,150,166)
#A88997
(168,137,151)
#987C88
(152,124,136)
#886F79
(136,111,121)
#78626A
(120,98,106)
#68555B
(104,85,91)
#58484C
(88,72,76)
#483B3D
(72,59,61)
#382E2E
(56,46,46)
#28211F
(40,33,31)
#181410
(24,20,16)
#000000
(0,0,0)

Tints of #B896A6

#B896A6
(184,150,166)
#BE9FAE
(190,159,174)
#C4A8B6
(196,168,182)
#CAB1BE
(202,177,190)
#D0BAC6
(208,186,198)
#D6C3CE
(214,195,206)
#DCCCD6
(220,204,214)
#E2D5DE
(226,213,222)
#E8DEE6
(232,222,230)
#EEE7EE
(238,231,238)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B896A6; }

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

This text font color is #B896A6.

Background Color

.myBgColor { background-color: #B896A6; }

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

This div background color is #B896A6.

Border color

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

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

This div border color is #B896A6.

Opacity

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

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

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

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

This text has shadow with #B896A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B896A6.

Preview

Color preview on black background

This text has color #B896A6 on black background.


Color preview on white background

This text has color #B896A6 on white background.


Black color preview on #B896A6 background

This text has black color on #B896A6 background.


White color preview on #B896A6 background

This text has white color on #B896A6 background.


Related colors

Complementary color

Complementary color for #hex is #476959.


I love getcolorcode.com

Triadic colors

1 #A6B896 and #96A6B8 with #B896A6 are triadic colors.

2 #A696B8 and #96B8A6 with #B896A6 are triadic colors.