COLOR #ACB0DA

HEX: #ACB0DA
RGB: (172,176,218)

Color info

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

RGB color model

#ACB0DA color RGB value is (172,176,218).

  • red value is 172;
  • green value is 176;
  • blue value is 218.
RGB:
(172,176,218)
(67%,69%,85%)

RGB channels and saturation

R 172 of 255 = 67%
G 176 of 255 = 69%
B 218 of 255 = 85%

172
176
218

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

Portions of RGB colors in percentages

R + G + B =
172 + 176 + 218 = 566 (100%)
R 172 of 566 ~ 30.39%
G 176 of 566 ~ 31.1%
B 218 of 566 ~ 38.52%

%30.39
%31.1
%38.52

CMYK color model

#ACB0DA color CMYK value is (21,19,0,15).

  • cyan value is 21.10%
  • magenta value is 19.27%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(21,19,0,15)
C21M19Y0K15 
(21%,19%,0%,15%)
(0.21/0.19/0.00/0.15)	

CMYK percentages

%21.1
%19.27
%0
%14.51

Codes

Color #ACB0DA in popluar color models

ACB0DA
RGB172176218
HSL235°38.33%76.47%
HSB/HSV235°21.10%85.49%
CMYK21.10%19.27%0.00%
14.51%

Color #ACB0DA in popluar number systems.

HEXACB0DA
Decimal172176218
Binary101011001011000011011010
Octal254260332

Shades and tints

Shades of #ACB0DA

#ACB0DA
(172,176,218)
#9DA0C7
(157,160,199)
#8E90B4
(142,144,180)
#7F80A1
(127,128,161)
#70708E
(112,112,142)
#61607B
(97,96,123)
#525068
(82,80,104)
#434055
(67,64,85)
#343042
(52,48,66)
#25202F
(37,32,47)
#16101C
(22,16,28)
#000000
(0,0,0)

Tints of #ACB0DA

#ACB0DA
(172,176,218)
#B3B7DD
(179,183,221)
#BABEE0
(186,190,224)
#C1C5E3
(193,197,227)
#C8CCE6
(200,204,230)
#CFD3E9
(207,211,233)
#D6DAEC
(214,218,236)
#DDE1EF
(221,225,239)
#E4E8F2
(228,232,242)
#EBEFF5
(235,239,245)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB0DA; }

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

This text font color is #ACB0DA.


Background Color

.myBgColor { background-color: #ACB0DA; }

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

This div background color is #ACB0DA.


Border color

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

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

This div border color is #ACB0DA.


Opacity

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

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

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

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

This text has shadow with #ACB0DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB0DA on black background.


Color preview on white background

This text has color #ACB0DA on white background.



Black color preview on #ACB0DA background

This text has black color on #ACB0DA background.


White color preview on #ACB0DA background

This text has white color on #ACB0DA background.