COLOR #B8ACDC

HEX: #B8ACDC RGB: (184,172,220)

Color info

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

RGB color model

#B8ACDC color RGB value is (184,172,220).

RGB: (184,172,220) (72%, 67%, 86%)

RGB channels and saturation

R 184 of 255 = 72%
G 172 of 255 = 67%
B 220 of 255 = 86%

184
172
220

R + G + B ~ 75%. #B8ACDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 172 + 220 = 576 (100%)
R 184 of 576 ~ 31.94%
G 172 of 576 ~ 29.86%
B 220 of 576 ~ 38.19'%

%31.94
%29.86
%38.19

CMYK color model

#B8ACDC color CMYK value is (16,22,0,14).

  • cyan value is 16.36%
  • magenta value is 21.82%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (16,22,0,14)
C16M22Y0K14 (16%, 22%, 0%, 14%)
(0.16 / 0.22 / 0.00 / 0.14)

CMYK percentages

%16.36
%21.82
%0
%13.73

Codes

Color #B8ACDC in popluar color models

B8 AC DC
RGB 184 172 220
HSL 255° 40.68% 76.86%
HSB/HSV 255° 21.82% 86.27%
CMYK 16.36% 21.82% 0.00%
13.73%

Color #B8ACDC in popluar number systems.

HEX B8 AC DC
Decimal 184 172 220
Binary 10111000 10101100 11011100
Octal 270 254 334

Shades and tints

Shades of #B8ACDC

#B8ACDC
(184,172,220)
#A89DC8
(168,157,200)
#988EB4
(152,142,180)
#887FA0
(136,127,160)
#78708C
(120,112,140)
#686178
(104,97,120)
#585264
(88,82,100)
#484350
(72,67,80)
#38343C
(56,52,60)
#282528
(40,37,40)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #B8ACDC

#B8ACDC
(184,172,220)
#BEB3DF
(190,179,223)
#C4BAE2
(196,186,226)
#CAC1E5
(202,193,229)
#D0C8E8
(208,200,232)
#D6CFEB
(214,207,235)
#DCD6EE
(220,214,238)
#E2DDF1
(226,221,241)
#E8E4F4
(232,228,244)
#EEEBF7
(238,235,247)
#F4F2FA
(244,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8ACDC; }

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

This text font color is #B8ACDC.

Background Color

.myBgColor { background-color: #B8ACDC; }

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

This div background color is #B8ACDC.

Border color

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

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

This div border color is #B8ACDC.

Opacity

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

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

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

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

This text has shadow with #B8ACDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8ACDC.

Preview

Color preview on black background

This text has color #B8ACDC on black background.


Color preview on white background

This text has color #B8ACDC on white background.


Black color preview on #B8ACDC background

This text has black color on #B8ACDC background.


White color preview on #B8ACDC background

This text has white color on #B8ACDC background.


Related colors

Complementary color

Complementary color for #hex is #475323.


I love getcolorcode.com

Triadic colors

1 #DCB8AC and #ACDCB8 with #B8ACDC are triadic colors.

2 #DCACB8 and #ACB8DC with #B8ACDC are triadic colors.