COLOR #B899AB

HEX: #B899AB RGB: (184,153,171)

Color info

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

RGB color model

#B899AB color RGB value is (184,153,171).

RGB: (184,153,171) (72%, 60%, 67%)

RGB channels and saturation

R 184 of 255 = 72%
G 153 of 255 = 60%
B 171 of 255 = 67%

184
153
171

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

Portions of RGB colors in percentages

R + G + B = 184 + 153 + 171 = 508 (100%)
R 184 of 508 ~ 36.22%
G 153 of 508 ~ 30.12%
B 171 of 508 ~ 33.66'%

%36.22
%30.12
%33.66

CMYK color model

#B899AB color CMYK value is (0,17,7,28).

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

CMYK: (0,17,7,28)
C0M17Y7K28 (0%, 17%, 7%, 28%)
(0.00 / 0.17 / 0.07 / 0.28)

CMYK percentages

%0
%16.85
%7.07
%27.84

Codes

Color #B899AB in popluar color models

B8 99 AB
RGB 184 153 171
HSL 325° 17.92% 66.08%
HSB/HSV 325° 16.85% 72.16%
CMYK 0.00% 16.85% 7.07%
27.84%

Color #B899AB in popluar number systems.

HEX B8 99 AB
Decimal 184 153 171
Binary 10111000 10011001 10101011
Octal 270 231 253

Shades and tints

Shades of #B899AB

#B899AB
(184,153,171)
#A88C9C
(168,140,156)
#987F8D
(152,127,141)
#88727E
(136,114,126)
#78656F
(120,101,111)
#685860
(104,88,96)
#584B51
(88,75,81)
#483E42
(72,62,66)
#383133
(56,49,51)
#282424
(40,36,36)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #B899AB

#B899AB
(184,153,171)
#BEA2B2
(190,162,178)
#C4ABB9
(196,171,185)
#CAB4C0
(202,180,192)
#D0BDC7
(208,189,199)
#D6C6CE
(214,198,206)
#DCCFD5
(220,207,213)
#E2D8DC
(226,216,220)
#E8E1E3
(232,225,227)
#EEEAEA
(238,234,234)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B899AB; }

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

This text font color is #B899AB.

Background Color

.myBgColor { background-color: #B899AB; }

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

This div background color is #B899AB.

Border color

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

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

This div border color is #B899AB.

Opacity

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

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

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

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

This text has shadow with #B899AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B899AB.

Preview

Color preview on black background

This text has color #B899AB on black background.


Color preview on white background

This text has color #B899AB on white background.


Black color preview on #B899AB background

This text has black color on #B899AB background.


White color preview on #B899AB background

This text has white color on #B899AB background.


Related colors

Complementary color

Complementary color for #hex is #476654.


I love getcolorcode.com

Triadic colors

1 #ABB899 and #99ABB8 with #B899AB are triadic colors.

2 #AB99B8 and #99B8AB with #B899AB are triadic colors.