COLOR #B8ABCA

HEX: #B8ABCA
RGB: (184,171,202)

Color info

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

RGB color model

#B8ABCA color RGB value is (184,171,202).

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

RGB channels and saturation

R 184 of 255 = 72%
G 171 of 255 = 67%
B 202 of 255 = 79%

184
171
202

R + G + B ~ 73%. #B8ABCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 171 + 202 = 557 (100%)
R 184 of 557 ~ 33.03%
G 171 of 557 ~ 30.7%
B 202 of 557 ~ 36.27%

%33.03
%30.7
%36.27

CMYK color model

#B8ABCA color CMYK value is (9,15,0,21).

  • cyan value is 8.91%
  • magenta value is 15.35%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(9,15,0,21)
C9M15Y0K21 
(9%,15%,0%,21%)
(0.09/0.15/0.00/0.21)	

CMYK percentages

%8.91
%15.35
%0
%20.78

Codes

Color #B8ABCA in popluar color models

B8ABCA
RGB184171202
HSL265°22.63%73.14%
HSB/HSV265°15.35%79.22%
CMYK8.91%15.35%0.00%
20.78%

Color #B8ABCA in popluar number systems.

HEXB8ABCA
Decimal184171202
Binary101110001010101111001010
Octal270253312

Shades and tints

Shades of #B8ABCA

#B8ABCA
(184,171,202)
#A89CB8
(168,156,184)
#988DA6
(152,141,166)
#887E94
(136,126,148)
#786F82
(120,111,130)
#686070
(104,96,112)
#58515E
(88,81,94)
#48424C
(72,66,76)
#38333A
(56,51,58)
#282428
(40,36,40)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #B8ABCA

#B8ABCA
(184,171,202)
#BEB2CE
(190,178,206)
#C4B9D2
(196,185,210)
#CAC0D6
(202,192,214)
#D0C7DA
(208,199,218)
#D6CEDE
(214,206,222)
#DCD5E2
(220,213,226)
#E2DCE6
(226,220,230)
#E8E3EA
(232,227,234)
#EEEAEE
(238,234,238)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8ABCA; }

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

This text font color is #B8ABCA.


Background Color

.myBgColor { background-color: #B8ABCA; }

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

This div background color is #B8ABCA.


Border color

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

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

This div border color is #B8ABCA.


Opacity

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

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

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

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

This text has shadow with #B8ABCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8ABCA on black background.


Color preview on white background

This text has color #B8ABCA on white background.



Black color preview on #B8ABCA background

This text has black color on #B8ABCA background.


White color preview on #B8ABCA background

This text has white color on #B8ABCA background.