COLOR #B8ABBC

HEX: #B8ABBC
RGB: (184,171,188)

Color info

#B8ABBC contains red, green and blue colors in about the same proportion. Web safe color of #B8ABBC is #CC99CC (or #C9C).

RGB color model

#B8ABBC color RGB value is (184,171,188).

  • red value is 184;
  • green value is 171;
  • blue value is 188.
RGB:
(184,171,188)
(72%,67%,74%)

RGB channels and saturation

R 184 of 255 = 72%
G 171 of 255 = 67%
B 188 of 255 = 74%

184
171
188

R + G + B ~ 71%. #B8ABBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 171 + 188 = 543 (100%)
R 184 of 543 ~ 33.89%
G 171 of 543 ~ 31.49%
B 188 of 543 ~ 34.62%

%33.89
%31.49
%34.62

CMYK color model

#B8ABBC color CMYK value is (2,9,0,26).

  • cyan value is 2.13%
  • magenta value is 9.04%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(2,9,0,26)
C2M9Y0K26 
(2%,9%,0%,26%)
(0.02/0.09/0.00/0.26)	

CMYK percentages

%2.13
%9.04
%0
%26.27

Codes

Color #B8ABBC in popluar color models

B8ABBC
RGB184171188
HSL286°11.26%70.39%
HSB/HSV286°9.04%73.73%
CMYK2.13%9.04%0.00%
26.27%

Color #B8ABBC in popluar number systems.

HEXB8ABBC
Decimal184171188
Binary101110001010101110111100
Octal270253274

Shades and tints

Shades of #B8ABBC

#B8ABBC
(184,171,188)
#A89CAB
(168,156,171)
#988D9A
(152,141,154)
#887E89
(136,126,137)
#786F78
(120,111,120)
#686067
(104,96,103)
#585156
(88,81,86)
#484245
(72,66,69)
#383334
(56,51,52)
#282423
(40,36,35)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #B8ABBC

#B8ABBC
(184,171,188)
#BEB2C2
(190,178,194)
#C4B9C8
(196,185,200)
#CAC0CE
(202,192,206)
#D0C7D4
(208,199,212)
#D6CEDA
(214,206,218)
#DCD5E0
(220,213,224)
#E2DCE6
(226,220,230)
#E8E3EC
(232,227,236)
#EEEAF2
(238,234,242)
#F4F1F8
(244,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8ABBC; }

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

This text font color is #B8ABBC.


Background Color

.myBgColor { background-color: #B8ABBC; }

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

This div background color is #B8ABBC.


Border color

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

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

This div border color is #B8ABBC.


Opacity

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

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

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

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

This text has shadow with #B8ABBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8ABBC on black background.


Color preview on white background

This text has color #B8ABBC on white background.



Black color preview on #B8ABBC background

This text has black color on #B8ABBC background.


White color preview on #B8ABBC background

This text has white color on #B8ABBC background.