COLOR #ACB2D9

HEX: #ACB2D9
RGB: (172,178,217)

Color info

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

RGB color model

#ACB2D9 color RGB value is (172,178,217).

  • red value is 172;
  • green value is 178;
  • blue value is 217.
RGB:
(172,178,217)
(67%,70%,85%)

RGB channels and saturation

R 172 of 255 = 67%
G 178 of 255 = 70%
B 217 of 255 = 85%

172
178
217

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

Portions of RGB colors in percentages

R + G + B =
172 + 178 + 217 = 567 (100%)
R 172 of 567 ~ 30.34%
G 178 of 567 ~ 31.39%
B 217 of 567 ~ 38.27%

%30.34
%31.39
%38.27

CMYK color model

#ACB2D9 color CMYK value is (21,18,0,15).

  • cyan value is 20.74%
  • magenta value is 17.97%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(21,18,0,15)
C21M18Y0K15 
(21%,18%,0%,15%)
(0.21/0.18/0.00/0.15)	

CMYK percentages

%20.74
%17.97
%0
%14.9

Codes

Color #ACB2D9 in popluar color models

ACB2D9
RGB172178217
HSL232°37.19%76.27%
HSB/HSV232°20.74%85.10%
CMYK20.74%17.97%0.00%
14.90%

Color #ACB2D9 in popluar number systems.

HEXACB2D9
Decimal172178217
Binary101011001011001011011001
Octal254262331

Shades and tints

Shades of #ACB2D9

#ACB2D9
(172,178,217)
#9DA2C6
(157,162,198)
#8E92B3
(142,146,179)
#7F82A0
(127,130,160)
#70728D
(112,114,141)
#61627A
(97,98,122)
#525267
(82,82,103)
#434254
(67,66,84)
#343241
(52,50,65)
#25222E
(37,34,46)
#16121B
(22,18,27)
#000000
(0,0,0)

Tints of #ACB2D9

#ACB2D9
(172,178,217)
#B3B9DC
(179,185,220)
#BAC0DF
(186,192,223)
#C1C7E2
(193,199,226)
#C8CEE5
(200,206,229)
#CFD5E8
(207,213,232)
#D6DCEB
(214,220,235)
#DDE3EE
(221,227,238)
#E4EAF1
(228,234,241)
#EBF1F4
(235,241,244)
#F2F8F7
(242,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB2D9 color. Also use rgb(172,178,217) instead hex code.

Text Font Color

.myTextColor { color: #ACB2D9; }

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

This text font color is #ACB2D9.


Background Color

.myBgColor { background-color: #ACB2D9; }

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

This div background color is #ACB2D9.


Border color

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

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

This div border color is #ACB2D9.


Opacity

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

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

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

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

This text has shadow with #ACB2D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB2D9 on black background.


Color preview on white background

This text has color #ACB2D9 on white background.



Black color preview on #ACB2D9 background

This text has black color on #ACB2D9 background.


White color preview on #ACB2D9 background

This text has white color on #ACB2D9 background.