COLOR #ACB0DF

HEX: #ACB0DF RGB: (172,176,223)

Color info

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

RGB color model

#ACB0DF color RGB value is (172,176,223).

RGB: (172,176,223) (67%, 69%, 87%)

RGB channels and saturation

R 172 of 255 = 67%
G 176 of 255 = 69%
B 223 of 255 = 87%

172
176
223

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

Portions of RGB colors in percentages

R + G + B = 172 + 176 + 223 = 571 (100%)
R 172 of 571 ~ 30.12%
G 176 of 571 ~ 30.82%
B 223 of 571 ~ 39.05'%

%30.12
%30.82
%39.05

CMYK color model

#ACB0DF color CMYK value is (23,21,0,13).

  • cyan value is 22.87%
  • magenta value is 21.08%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (23,21,0,13)
C23M21Y0K13 (23%, 21%, 0%, 13%)
(0.23 / 0.21 / 0.00 / 0.13)

CMYK percentages

%22.87
%21.08
%0
%12.55

Codes

Color #ACB0DF in popluar color models

AC B0 DF
RGB 172 176 223
HSL 235° 44.35% 77.45%
HSB/HSV 235° 22.87% 87.45%
CMYK 22.87% 21.08% 0.00%
12.55%

Color #ACB0DF in popluar number systems.

HEX AC B0 DF
Decimal 172 176 223
Binary 10101100 10110000 11011111
Octal 254 260 337

Shades and tints

Shades of #ACB0DF

#ACB0DF
(172,176,223)
#9DA0CB
(157,160,203)
#8E90B7
(142,144,183)
#7F80A3
(127,128,163)
#70708F
(112,112,143)
#61607B
(97,96,123)
#525067
(82,80,103)
#434053
(67,64,83)
#34303F
(52,48,63)
#25202B
(37,32,43)
#161017
(22,16,23)
#000000
(0,0,0)

Tints of #ACB0DF

#ACB0DF
(172,176,223)
#B3B7E1
(179,183,225)
#BABEE3
(186,190,227)
#C1C5E5
(193,197,229)
#C8CCE7
(200,204,231)
#CFD3E9
(207,211,233)
#D6DAEB
(214,218,235)
#DDE1ED
(221,225,237)
#E4E8EF
(228,232,239)
#EBEFF1
(235,239,241)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB0DF color. Also use rgb(172,176,223) instead hex code.

Text Font Color

.myTextColor { color: #ACB0DF; }

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

This text font color is #ACB0DF.

Background Color

.myBgColor { background-color: #ACB0DF; }

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

This div background color is #ACB0DF.

Border color

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

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

This div border color is #ACB0DF.

Opacity

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

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

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

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

This text has shadow with #ACB0DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB0DF.

Preview

Color preview on black background

This text has color #ACB0DF on black background.


Color preview on white background

This text has color #ACB0DF on white background.


Black color preview on #ACB0DF background

This text has black color on #ACB0DF background.


White color preview on #ACB0DF background

This text has white color on #ACB0DF background.


Related colors

Complementary color

Complementary color for #hex is #534F20.


I love getcolorcode.com

Triadic colors

1 #DFACB0 and #B0DFAC with #ACB0DF are triadic colors.

2 #DFB0AC and #B0ACDF with #ACB0DF are triadic colors.