COLOR #B893AB

HEX: #B893AB RGB: (184,147,171)

Color info

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

RGB color model

#B893AB color RGB value is (184,147,171).

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

RGB channels and saturation

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

184
147
171

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

Portions of RGB colors in percentages

R + G + B = 184 + 147 + 171 = 502 (100%)
R 184 of 502 ~ 36.65%
G 147 of 502 ~ 29.28%
B 171 of 502 ~ 34.06'%

%36.65
%29.28
%34.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.11%
  • 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
%20.11
%7.07
%27.84

Codes

Color #B893AB in popluar color models

B8 93 AB
RGB 184 147 171
HSL 321° 20.67% 64.90%
HSB/HSV 321° 20.11% 72.16%
CMYK 0.00% 20.11% 7.07%
27.84%

Color #B893AB in popluar number systems.

HEX B8 93 AB
Decimal 184 147 171
Binary 10111000 10010011 10101011
Octal 270 223 253

Shades and tints

Shades of #B893AB

#B893AB
(184,147,171)
#A8869C
(168,134,156)
#98798D
(152,121,141)
#886C7E
(136,108,126)
#785F6F
(120,95,111)
#685260
(104,82,96)
#584551
(88,69,81)
#483842
(72,56,66)
#382B33
(56,43,51)
#281E24
(40,30,36)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #B893AB

#B893AB
(184,147,171)
#BE9CB2
(190,156,178)
#C4A5B9
(196,165,185)
#CAAEC0
(202,174,192)
#D0B7C7
(208,183,199)
#D6C0CE
(214,192,206)
#DCC9D5
(220,201,213)
#E2D2DC
(226,210,220)
#E8DBE3
(232,219,227)
#EEE4EA
(238,228,234)
#F4EDF1
(244,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B893AB; }

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

This text font color is #B893AB.

Background Color

.myBgColor { background-color: #B893AB; }

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

This div background color is #B893AB.

Border color

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

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

This div border color is #B893AB.

Opacity

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

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

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

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

This text has shadow with #B893AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B893AB.

Preview

Color preview on black background

This text has color #B893AB on black background.


Color preview on white background

This text has color #B893AB on white background.


Black color preview on #B893AB background

This text has black color on #B893AB background.


White color preview on #B893AB background

This text has white color on #B893AB background.


Related colors

Complementary color

Complementary color for #hex is #476C54.


I love getcolorcode.com

Triadic colors

1 #ABB893 and #93ABB8 with #B893AB are triadic colors.

2 #AB93B8 and #93B8AB with #B893AB are triadic colors.