COLOR #B8ABD0

HEX: #B8ABD0
RGB: (184,171,208)

Color info

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

RGB color model

#B8ABD0 color RGB value is (184,171,208).

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

RGB channels and saturation

R 184 of 255 = 72%
G 171 of 255 = 67%
B 208 of 255 = 82%

184
171
208

R + G + B ~ 74%. #B8ABD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 171 + 208 = 563 (100%)
R 184 of 563 ~ 32.68%
G 171 of 563 ~ 30.37%
B 208 of 563 ~ 36.94%

%32.68
%30.37
%36.94

CMYK color model

#B8ABD0 color CMYK value is (12,18,0,18).

  • cyan value is 11.54%
  • magenta value is 17.79%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(12,18,0,18)
C12M18Y0K18 
(12%,18%,0%,18%)
(0.12/0.18/0.00/0.18)	

CMYK percentages

%11.54
%17.79
%0
%18.43

Codes

Color #B8ABD0 in popluar color models

B8ABD0
RGB184171208
HSL261°28.24%74.31%
HSB/HSV261°17.79%81.57%
CMYK11.54%17.79%0.00%
18.43%

Color #B8ABD0 in popluar number systems.

HEXB8ABD0
Decimal184171208
Binary101110001010101111010000
Octal270253320

Shades and tints

Shades of #B8ABD0

#B8ABD0
(184,171,208)
#A89CBE
(168,156,190)
#988DAC
(152,141,172)
#887E9A
(136,126,154)
#786F88
(120,111,136)
#686076
(104,96,118)
#585164
(88,81,100)
#484252
(72,66,82)
#383340
(56,51,64)
#28242E
(40,36,46)
#18151C
(24,21,28)
#000000
(0,0,0)

Tints of #B8ABD0

#B8ABD0
(184,171,208)
#BEB2D4
(190,178,212)
#C4B9D8
(196,185,216)
#CAC0DC
(202,192,220)
#D0C7E0
(208,199,224)
#D6CEE4
(214,206,228)
#DCD5E8
(220,213,232)
#E2DCEC
(226,220,236)
#E8E3F0
(232,227,240)
#EEEAF4
(238,234,244)
#F4F1F8
(244,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8ABD0; }

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

This text font color is #B8ABD0.


Background Color

.myBgColor { background-color: #B8ABD0; }

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

This div background color is #B8ABD0.


Border color

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

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

This div border color is #B8ABD0.


Opacity

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

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

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

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

This text has shadow with #B8ABD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8ABD0 on black background.


Color preview on white background

This text has color #B8ABD0 on white background.



Black color preview on #B8ABD0 background

This text has black color on #B8ABD0 background.


White color preview on #B8ABD0 background

This text has white color on #B8ABD0 background.