COLOR #B894AE

HEX: #B894AE
RGB: (184,148,174)

Color info

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

RGB color model

#B894AE color RGB value is (184,148,174).

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

RGB channels and saturation

R 184 of 255 = 72%
G 148 of 255 = 58%
B 174 of 255 = 68%

184
148
174

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

Portions of RGB colors in percentages

R + G + B =
184 + 148 + 174 = 506 (100%)
R 184 of 506 ~ 36.36%
G 148 of 506 ~ 29.25%
B 174 of 506 ~ 34.39%

%36.36
%29.25
%34.39

CMYK color model

#B894AE color CMYK value is (0,20,5,28).

  • cyan value is 0.00%
  • magenta value is 19.57%
  • yellow value is 5.43%
  • key color value is 27.84%
CMYK:
(0,20,5,28)
C0M20Y5K28 
(0%,20%,5%,28%)
(0.00/0.20/0.05/0.28)	

CMYK percentages

%0
%19.57
%5.43
%27.84

Codes

Color #B894AE in popluar color models

B894AE
RGB184148174
HSL317°20.22%65.10%
HSB/HSV317°19.57%72.16%
CMYK0.00%19.57%5.43%
27.84%

Color #B894AE in popluar number systems.

HEXB894AE
Decimal184148174
Binary101110001001010010101110
Octal270224256

Shades and tints

Shades of #B894AE

#B894AE
(184,148,174)
#A8879F
(168,135,159)
#987A90
(152,122,144)
#886D81
(136,109,129)
#786072
(120,96,114)
#685363
(104,83,99)
#584654
(88,70,84)
#483945
(72,57,69)
#382C36
(56,44,54)
#281F27
(40,31,39)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #B894AE

#B894AE
(184,148,174)
#BE9DB5
(190,157,181)
#C4A6BC
(196,166,188)
#CAAFC3
(202,175,195)
#D0B8CA
(208,184,202)
#D6C1D1
(214,193,209)
#DCCAD8
(220,202,216)
#E2D3DF
(226,211,223)
#E8DCE6
(232,220,230)
#EEE5ED
(238,229,237)
#F4EEF4
(244,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B894AE; }

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

This text font color is #B894AE.


Background Color

.myBgColor { background-color: #B894AE; }

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

This div background color is #B894AE.


Border color

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

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

This div border color is #B894AE.


Opacity

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

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

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

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

This text has shadow with #B894AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B894AE on black background.


Color preview on white background

This text has color #B894AE on white background.



Black color preview on #B894AE background

This text has black color on #B894AE background.


White color preview on #B894AE background

This text has white color on #B894AE background.