COLOR #ACB7D9

HEX: #ACB7D9
RGB: (172,183,217)

Color info

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

RGB color model

#ACB7D9 color RGB value is (172,183,217).

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

RGB channels and saturation

R 172 of 255 = 67%
G 183 of 255 = 72%
B 217 of 255 = 85%

172
183
217

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

Portions of RGB colors in percentages

R + G + B =
172 + 183 + 217 = 572 (100%)
R 172 of 572 ~ 30.07%
G 183 of 572 ~ 31.99%
B 217 of 572 ~ 37.94%

%30.07
%31.99
%37.94

CMYK color model

#ACB7D9 color CMYK value is (21,16,0,15).

  • cyan value is 20.74%
  • magenta value is 15.67%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(21,16,0,15)
C21M16Y0K15 
(21%,16%,0%,15%)
(0.21/0.16/0.00/0.15)	

CMYK percentages

%20.74
%15.67
%0
%14.9

Codes

Color #ACB7D9 in popluar color models

ACB7D9
RGB172183217
HSL225°37.19%76.27%
HSB/HSV225°20.74%85.10%
CMYK20.74%15.67%0.00%
14.90%

Color #ACB7D9 in popluar number systems.

HEXACB7D9
Decimal172183217
Binary101011001011011111011001
Octal254267331

Shades and tints

Shades of #ACB7D9

#ACB7D9
(172,183,217)
#9DA7C6
(157,167,198)
#8E97B3
(142,151,179)
#7F87A0
(127,135,160)
#70778D
(112,119,141)
#61677A
(97,103,122)
#525767
(82,87,103)
#434754
(67,71,84)
#343741
(52,55,65)
#25272E
(37,39,46)
#16171B
(22,23,27)
#000000
(0,0,0)

Tints of #ACB7D9

#ACB7D9
(172,183,217)
#B3BDDC
(179,189,220)
#BAC3DF
(186,195,223)
#C1C9E2
(193,201,226)
#C8CFE5
(200,207,229)
#CFD5E8
(207,213,232)
#D6DBEB
(214,219,235)
#DDE1EE
(221,225,238)
#E4E7F1
(228,231,241)
#EBEDF4
(235,237,244)
#F2F3F7
(242,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB7D9; }

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

This text font color is #ACB7D9.


Background Color

.myBgColor { background-color: #ACB7D9; }

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

This div background color is #ACB7D9.


Border color

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

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

This div border color is #ACB7D9.


Opacity

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

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

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

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

This text has shadow with #ACB7D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB7D9 on black background.


Color preview on white background

This text has color #ACB7D9 on white background.



Black color preview on #ACB7D9 background

This text has black color on #ACB7D9 background.


White color preview on #ACB7D9 background

This text has white color on #ACB7D9 background.