COLOR #ACB0D1

HEX: #ACB0D1
RGB: (172,176,209)

Color info

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

RGB color model

#ACB0D1 color RGB value is (172,176,209).

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

RGB channels and saturation

R 172 of 255 = 67%
G 176 of 255 = 69%
B 209 of 255 = 82%

172
176
209

R + G + B ~ 73%. #ACB0D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 176 + 209 = 557 (100%)
R 172 of 557 ~ 30.88%
G 176 of 557 ~ 31.6%
B 209 of 557 ~ 37.52%

%30.88
%31.6
%37.52

CMYK color model

#ACB0D1 color CMYK value is (18,16,0,18).

  • cyan value is 17.70%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(18,16,0,18)
C18M16Y0K18 
(18%,16%,0%,18%)
(0.18/0.16/0.00/0.18)	

CMYK percentages

%17.7
%15.79
%0
%18.04

Codes

Color #ACB0D1 in popluar color models

ACB0D1
RGB172176209
HSL234°28.68%74.71%
HSB/HSV234°17.70%81.96%
CMYK17.70%15.79%0.00%
18.04%

Color #ACB0D1 in popluar number systems.

HEXACB0D1
Decimal172176209
Binary101011001011000011010001
Octal254260321

Shades and tints

Shades of #ACB0D1

#ACB0D1
(172,176,209)
#9DA0BE
(157,160,190)
#8E90AB
(142,144,171)
#7F8098
(127,128,152)
#707085
(112,112,133)
#616072
(97,96,114)
#52505F
(82,80,95)
#43404C
(67,64,76)
#343039
(52,48,57)
#252026
(37,32,38)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #ACB0D1

#ACB0D1
(172,176,209)
#B3B7D5
(179,183,213)
#BABED9
(186,190,217)
#C1C5DD
(193,197,221)
#C8CCE1
(200,204,225)
#CFD3E5
(207,211,229)
#D6DAE9
(214,218,233)
#DDE1ED
(221,225,237)
#E4E8F1
(228,232,241)
#EBEFF5
(235,239,245)
#F2F6F9
(242,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB0D1; }

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

This text font color is #ACB0D1.


Background Color

.myBgColor { background-color: #ACB0D1; }

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

This div background color is #ACB0D1.


Border color

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

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

This div border color is #ACB0D1.


Opacity

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

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

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

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

This text has shadow with #ACB0D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB0D1 on black background.


Color preview on white background

This text has color #ACB0D1 on white background.



Black color preview on #ACB0D1 background

This text has black color on #ACB0D1 background.


White color preview on #ACB0D1 background

This text has white color on #ACB0D1 background.