COLOR #ACB5DC

HEX: #ACB5DC RGB: (172,181,220)

Color info

#ACB5DC contains red, green and blue colors in about the same proportion. Web safe color of #ACB5DC is #99CCCC (or #9CC).

RGB color model

#ACB5DC color RGB value is (172,181,220).

RGB: (172,181,220) (67%, 71%, 86%)

RGB channels and saturation

R 172 of 255 = 67%
G 181 of 255 = 71%
B 220 of 255 = 86%

172
181
220

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

Portions of RGB colors in percentages

R + G + B = 172 + 181 + 220 = 573 (100%)
R 172 of 573 ~ 30.02%
G 181 of 573 ~ 31.59%
B 220 of 573 ~ 38.39'%

%30.02
%31.59
%38.39

CMYK color model

#ACB5DC color CMYK value is (22,18,0,14).

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

CMYK: (22,18,0,14)
C22M18Y0K14 (22%, 18%, 0%, 14%)
(0.22 / 0.18 / 0.00 / 0.14)

CMYK percentages

%21.82
%17.73
%0
%13.73

Codes

Color #ACB5DC in popluar color models

AC B5 DC
RGB 172 181 220
HSL 229° 40.68% 76.86%
HSB/HSV 229° 21.82% 86.27%
CMYK 21.82% 17.73% 0.00%
13.73%

Color #ACB5DC in popluar number systems.

HEX AC B5 DC
Decimal 172 181 220
Binary 10101100 10110101 11011100
Octal 254 265 334

Shades and tints

Shades of #ACB5DC

#ACB5DC
(172,181,220)
#9DA5C8
(157,165,200)
#8E95B4
(142,149,180)
#7F85A0
(127,133,160)
#70758C
(112,117,140)
#616578
(97,101,120)
#525564
(82,85,100)
#434550
(67,69,80)
#34353C
(52,53,60)
#252528
(37,37,40)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #ACB5DC

#ACB5DC
(172,181,220)
#B3BBDF
(179,187,223)
#BAC1E2
(186,193,226)
#C1C7E5
(193,199,229)
#C8CDE8
(200,205,232)
#CFD3EB
(207,211,235)
#D6D9EE
(214,217,238)
#DDDFF1
(221,223,241)
#E4E5F4
(228,229,244)
#EBEBF7
(235,235,247)
#F2F1FA
(242,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB5DC; }

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

This text font color is #ACB5DC.

Background Color

.myBgColor { background-color: #ACB5DC; }

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

This div background color is #ACB5DC.

Border color

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

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

This div border color is #ACB5DC.

Opacity

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

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

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

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

This text has shadow with #ACB5DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB5DC.

Preview

Color preview on black background

This text has color #ACB5DC on black background.


Color preview on white background

This text has color #ACB5DC on white background.


Black color preview on #ACB5DC background

This text has black color on #ACB5DC background.


White color preview on #ACB5DC background

This text has white color on #ACB5DC background.


Related colors

Complementary color

Complementary color for #hex is #534A23.


I love getcolorcode.com

Triadic colors

1 #DCACB5 and #B5DCAC with #ACB5DC are triadic colors.

2 #DCB5AC and #B5ACDC with #ACB5DC are triadic colors.