COLOR #B8ABB3

HEX: #B8ABB3 RGB: (184,171,179)

Color info

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

RGB color model

#B8ABB3 color RGB value is (184,171,179).

RGB: (184,171,179) (72%, 67%, 70%)

RGB channels and saturation

R 184 of 255 = 72%
G 171 of 255 = 67%
B 179 of 255 = 70%

184
171
179

R + G + B ~ 70%. #B8ABB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 171 + 179 = 534 (100%)
R 184 of 534 ~ 34.46%
G 171 of 534 ~ 32.02%
B 179 of 534 ~ 33.52'%

%34.46
%32.02
%33.52

CMYK color model

#B8ABB3 color CMYK value is (0,7,3,28).

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

CMYK: (0,7,3,28)
C0M7Y3K28 (0%, 7%, 3%, 28%)
(0.00 / 0.07 / 0.03 / 0.28)

CMYK percentages

%0
%7.07
%2.72
%27.84

Codes

Color #B8ABB3 in popluar color models

B8 AB B3
RGB 184 171 179
HSL 323° 8.39% 69.61%
HSB/HSV 323° 7.07% 72.16%
CMYK 0.00% 7.07% 2.72%
27.84%

Color #B8ABB3 in popluar number systems.

HEX B8 AB B3
Decimal 184 171 179
Binary 10111000 10101011 10110011
Octal 270 253 263

Shades and tints

Shades of #B8ABB3

#B8ABB3
(184,171,179)
#A89CA3
(168,156,163)
#988D93
(152,141,147)
#887E83
(136,126,131)
#786F73
(120,111,115)
#686063
(104,96,99)
#585153
(88,81,83)
#484243
(72,66,67)
#383333
(56,51,51)
#282423
(40,36,35)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #B8ABB3

#B8ABB3
(184,171,179)
#BEB2B9
(190,178,185)
#C4B9BF
(196,185,191)
#CAC0C5
(202,192,197)
#D0C7CB
(208,199,203)
#D6CED1
(214,206,209)
#DCD5D7
(220,213,215)
#E2DCDD
(226,220,221)
#E8E3E3
(232,227,227)
#EEEAE9
(238,234,233)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8ABB3; }

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

This text font color is #B8ABB3.

Background Color

.myBgColor { background-color: #B8ABB3; }

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

This div background color is #B8ABB3.

Border color

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

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

This div border color is #B8ABB3.

Opacity

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

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

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

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

This text has shadow with #B8ABB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8ABB3.

Preview

Color preview on black background

This text has color #B8ABB3 on black background.


Color preview on white background

This text has color #B8ABB3 on white background.


Black color preview on #B8ABB3 background

This text has black color on #B8ABB3 background.


White color preview on #B8ABB3 background

This text has white color on #B8ABB3 background.


Related colors

Complementary color

Complementary color for #hex is #47544C.


I love getcolorcode.com

Triadic colors

1 #B3B8AB and #ABB3B8 with #B8ABB3 are triadic colors.

2 #B3ABB8 and #ABB8B3 with #B8ABB3 are triadic colors.