COLOR #B894A2

HEX: #B894A2
RGB: (184,148,162)

Color info

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

RGB color model

#B894A2 color RGB value is (184,148,162).

  • red value is 184;
  • green value is 148;
  • blue value is 162.
RGB:
(184,148,162)
(72%,58%,64%)

RGB channels and saturation

R 184 of 255 = 72%
G 148 of 255 = 58%
B 162 of 255 = 64%

184
148
162

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

Portions of RGB colors in percentages

R + G + B =
184 + 148 + 162 = 494 (100%)
R 184 of 494 ~ 37.25%
G 148 of 494 ~ 29.96%
B 162 of 494 ~ 32.79%

%37.25
%29.96
%32.79

CMYK color model

#B894A2 color CMYK value is (0,20,12,28).

  • cyan value is 0.00%
  • magenta value is 19.57%
  • yellow value is 11.96%
  • key color value is 27.84%
CMYK:
(0,20,12,28)
C0M20Y12K28 
(0%,20%,12%,28%)
(0.00/0.20/0.12/0.28)	

CMYK percentages

%0
%19.57
%11.96
%27.84

Codes

Color #B894A2 in popluar color models

B894A2
RGB184148162
HSL337°20.22%65.10%
HSB/HSV337°19.57%72.16%
CMYK0.00%19.57%11.96%
27.84%

Color #B894A2 in popluar number systems.

HEXB894A2
Decimal184148162
Binary101110001001010010100010
Octal270224242

Shades and tints

Shades of #B894A2

#B894A2
(184,148,162)
#A88794
(168,135,148)
#987A86
(152,122,134)
#886D78
(136,109,120)
#78606A
(120,96,106)
#68535C
(104,83,92)
#58464E
(88,70,78)
#483940
(72,57,64)
#382C32
(56,44,50)
#281F24
(40,31,36)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #B894A2

#B894A2
(184,148,162)
#BE9DAA
(190,157,170)
#C4A6B2
(196,166,178)
#CAAFBA
(202,175,186)
#D0B8C2
(208,184,194)
#D6C1CA
(214,193,202)
#DCCAD2
(220,202,210)
#E2D3DA
(226,211,218)
#E8DCE2
(232,220,226)
#EEE5EA
(238,229,234)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B894A2 color. Also use rgb(184,148,162) instead hex code.

Text Font Color

.myTextColor { color: #B894A2; }

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

This text font color is #B894A2.


Background Color

.myBgColor { background-color: #B894A2; }

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

This div background color is #B894A2.


Border color

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

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

This div border color is #B894A2.


Opacity

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

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

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

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

This text has shadow with #B894A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B894A2 on black background.


Color preview on white background

This text has color #B894A2 on white background.



Black color preview on #B894A2 background

This text has black color on #B894A2 background.


White color preview on #B894A2 background

This text has white color on #B894A2 background.