COLOR #B896AC

HEX: #B896AC
RGB: (184,150,172)

Color info

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

RGB color model

#B896AC color RGB value is (184,150,172).

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

RGB channels and saturation

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

184
150
172

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

Portions of RGB colors in percentages

R + G + B =
184 + 150 + 172 = 506 (100%)
R 184 of 506 ~ 36.36%
G 150 of 506 ~ 29.64%
B 172 of 506 ~ 33.99%

%36.36
%29.64
%33.99

CMYK color model

#B896AC color CMYK value is (0,18,7,28).

  • cyan value is 0.00%
  • magenta value is 18.48%
  • yellow value is 6.52%
  • key color value is 27.84%
CMYK:
(0,18,7,28)
C0M18Y7K28 
(0%,18%,7%,28%)
(0.00/0.18/0.07/0.28)	

CMYK percentages

%0
%18.48
%6.52
%27.84

Codes

Color #B896AC in popluar color models

B896AC
RGB184150172
HSL321°19.32%65.49%
HSB/HSV321°18.48%72.16%
CMYK0.00%18.48%6.52%
27.84%

Color #B896AC in popluar number systems.

HEXB896AC
Decimal184150172
Binary101110001001011010101100
Octal270226254

Shades and tints

Shades of #B896AC

#B896AC
(184,150,172)
#A8899D
(168,137,157)
#987C8E
(152,124,142)
#886F7F
(136,111,127)
#786270
(120,98,112)
#685561
(104,85,97)
#584852
(88,72,82)
#483B43
(72,59,67)
#382E34
(56,46,52)
#282125
(40,33,37)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #B896AC

#B896AC
(184,150,172)
#BE9FB3
(190,159,179)
#C4A8BA
(196,168,186)
#CAB1C1
(202,177,193)
#D0BAC8
(208,186,200)
#D6C3CF
(214,195,207)
#DCCCD6
(220,204,214)
#E2D5DD
(226,213,221)
#E8DEE4
(232,222,228)
#EEE7EB
(238,231,235)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B896AC; }

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

This text font color is #B896AC.


Background Color

.myBgColor { background-color: #B896AC; }

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

This div background color is #B896AC.


Border color

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

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

This div border color is #B896AC.


Opacity

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

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

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

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

This text has shadow with #B896AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B896AC on black background.


Color preview on white background

This text has color #B896AC on white background.



Black color preview on #B896AC background

This text has black color on #B896AC background.


White color preview on #B896AC background

This text has white color on #B896AC background.