COLOR #B896AA

HEX: #B896AA
RGB: (184,150,170)

Color info

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

RGB color model

#B896AA color RGB value is (184,150,170).

  • red value is 184;
  • green value is 150;
  • blue value is 170.
RGB:
(184,150,170)
(72%,59%,67%)

RGB channels and saturation

R 184 of 255 = 72%
G 150 of 255 = 59%
B 170 of 255 = 67%

184
150
170

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

Portions of RGB colors in percentages

R + G + B =
184 + 150 + 170 = 504 (100%)
R 184 of 504 ~ 36.51%
G 150 of 504 ~ 29.76%
B 170 of 504 ~ 33.73%

%36.51
%29.76
%33.73

CMYK color model

#B896AA color CMYK value is (0,18,8,28).

  • cyan value is 0.00%
  • magenta value is 18.48%
  • yellow value is 7.61%
  • key color value is 27.84%
CMYK:
(0,18,8,28)
C0M18Y8K28 
(0%,18%,8%,28%)
(0.00/0.18/0.08/0.28)	

CMYK percentages

%0
%18.48
%7.61
%27.84

Codes

Color #B896AA in popluar color models

B896AA
RGB184150170
HSL325°19.32%65.49%
HSB/HSV325°18.48%72.16%
CMYK0.00%18.48%7.61%
27.84%

Color #B896AA in popluar number systems.

HEXB896AA
Decimal184150170
Binary101110001001011010101010
Octal270226252

Shades and tints

Shades of #B896AA

#B896AA
(184,150,170)
#A8899B
(168,137,155)
#987C8C
(152,124,140)
#886F7D
(136,111,125)
#78626E
(120,98,110)
#68555F
(104,85,95)
#584850
(88,72,80)
#483B41
(72,59,65)
#382E32
(56,46,50)
#282123
(40,33,35)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #B896AA

#B896AA
(184,150,170)
#BE9FB1
(190,159,177)
#C4A8B8
(196,168,184)
#CAB1BF
(202,177,191)
#D0BAC6
(208,186,198)
#D6C3CD
(214,195,205)
#DCCCD4
(220,204,212)
#E2D5DB
(226,213,219)
#E8DEE2
(232,222,226)
#EEE7E9
(238,231,233)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B896AA; }

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

This text font color is #B896AA.


Background Color

.myBgColor { background-color: #B896AA; }

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

This div background color is #B896AA.


Border color

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

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

This div border color is #B896AA.


Opacity

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

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

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

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

This text has shadow with #B896AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B896AA on black background.


Color preview on white background

This text has color #B896AA on white background.



Black color preview on #B896AA background

This text has black color on #B896AA background.


White color preview on #B896AA background

This text has white color on #B896AA background.