COLOR #B894AB

HEX: #B894AB RGB: (184,148,171)

Color info

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

RGB color model

#B894AB color RGB value is (184,148,171).

RGB: (184,148,171) (72%, 58%, 67%)

RGB channels and saturation

R 184 of 255 = 72%
G 148 of 255 = 58%
B 171 of 255 = 67%

184
148
171

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

Portions of RGB colors in percentages

R + G + B = 184 + 148 + 171 = 503 (100%)
R 184 of 503 ~ 36.58%
G 148 of 503 ~ 29.42%
B 171 of 503 ~ 34'%

%36.58
%29.42
%34

CMYK color model

#B894AB color CMYK value is (0,20,7,28).

  • cyan value is 0.00%
  • magenta value is 19.57%
  • yellow value is 7.07%
  • key color value is 27.84%

CMYK: (0,20,7,28)
C0M20Y7K28 (0%, 20%, 7%, 28%)
(0.00 / 0.20 / 0.07 / 0.28)

CMYK percentages

%0
%19.57
%7.07
%27.84

Codes

Color #B894AB in popluar color models

B8 94 AB
RGB 184 148 171
HSL 322° 20.22% 65.10%
HSB/HSV 322° 19.57% 72.16%
CMYK 0.00% 19.57% 7.07%
27.84%

Color #B894AB in popluar number systems.

HEX B8 94 AB
Decimal 184 148 171
Binary 10111000 10010100 10101011
Octal 270 224 253

Shades and tints

Shades of #B894AB

#B894AB
(184,148,171)
#A8879C
(168,135,156)
#987A8D
(152,122,141)
#886D7E
(136,109,126)
#78606F
(120,96,111)
#685360
(104,83,96)
#584651
(88,70,81)
#483942
(72,57,66)
#382C33
(56,44,51)
#281F24
(40,31,36)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #B894AB

#B894AB
(184,148,171)
#BE9DB2
(190,157,178)
#C4A6B9
(196,166,185)
#CAAFC0
(202,175,192)
#D0B8C7
(208,184,199)
#D6C1CE
(214,193,206)
#DCCAD5
(220,202,213)
#E2D3DC
(226,211,220)
#E8DCE3
(232,220,227)
#EEE5EA
(238,229,234)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B894AB; }

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

This text font color is #B894AB.

Background Color

.myBgColor { background-color: #B894AB; }

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

This div background color is #B894AB.

Border color

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

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

This div border color is #B894AB.

Opacity

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

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

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

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

This text has shadow with #B894AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B894AB.

Preview

Color preview on black background

This text has color #B894AB on black background.


Color preview on white background

This text has color #B894AB on white background.


Black color preview on #B894AB background

This text has black color on #B894AB background.


White color preview on #B894AB background

This text has white color on #B894AB background.


Related colors

Complementary color

Complementary color for #hex is #476B54.


I love getcolorcode.com

Triadic colors

1 #ABB894 and #94ABB8 with #B894AB are triadic colors.

2 #AB94B8 and #94B8AB with #B894AB are triadic colors.