COLOR #B8ACD0

HEX: #B8ACD0
RGB: (184,172,208)

Color info

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

RGB color model

#B8ACD0 color RGB value is (184,172,208).

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

RGB channels and saturation

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

184
172
208

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

Portions of RGB colors in percentages

R + G + B =
184 + 172 + 208 = 564 (100%)
R 184 of 564 ~ 32.62%
G 172 of 564 ~ 30.5%
B 208 of 564 ~ 36.88%

%32.62
%30.5
%36.88

CMYK color model

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

  • cyan value is 11.54%
  • magenta value is 17.31%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(12,17,0,18)
C12M17Y0K18 
(12%,17%,0%,18%)
(0.12/0.17/0.00/0.18)	

CMYK percentages

%11.54
%17.31
%0
%18.43

Codes

Color #B8ACD0 in popluar color models

B8ACD0
RGB184172208
HSL260°27.69%74.51%
HSB/HSV260°17.31%81.57%
CMYK11.54%17.31%0.00%
18.43%

Color #B8ACD0 in popluar number systems.

HEXB8ACD0
Decimal184172208
Binary101110001010110011010000
Octal270254320

Shades and tints

Shades of #B8ACD0

#B8ACD0
(184,172,208)
#A89DBE
(168,157,190)
#988EAC
(152,142,172)
#887F9A
(136,127,154)
#787088
(120,112,136)
#686176
(104,97,118)
#585264
(88,82,100)
#484352
(72,67,82)
#383440
(56,52,64)
#28252E
(40,37,46)
#18161C
(24,22,28)
#000000
(0,0,0)

Tints of #B8ACD0

#B8ACD0
(184,172,208)
#BEB3D4
(190,179,212)
#C4BAD8
(196,186,216)
#CAC1DC
(202,193,220)
#D0C8E0
(208,200,224)
#D6CFE4
(214,207,228)
#DCD6E8
(220,214,232)
#E2DDEC
(226,221,236)
#E8E4F0
(232,228,240)
#EEEBF4
(238,235,244)
#F4F2F8
(244,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8ACD0; }

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

This text font color is #B8ACD0.


Background Color

.myBgColor { background-color: #B8ACD0; }

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

This div background color is #B8ACD0.


Border color

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

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

This div border color is #B8ACD0.


Opacity

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

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

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

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

This text has shadow with #B8ACD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8ACD0 on black background.


Color preview on white background

This text has color #B8ACD0 on white background.



Black color preview on #B8ACD0 background

This text has black color on #B8ACD0 background.


White color preview on #B8ACD0 background

This text has white color on #B8ACD0 background.