COLOR #ACBAD0

HEX: #ACBAD0
RGB: (172,186,208)

Color info

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

RGB color model

#ACBAD0 color RGB value is (172,186,208).

  • red value is 172;
  • green value is 186;
  • blue value is 208.
RGB:
(172,186,208)
(67%,73%,82%)

RGB channels and saturation

R 172 of 255 = 67%
G 186 of 255 = 73%
B 208 of 255 = 82%

172
186
208

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

Portions of RGB colors in percentages

R + G + B =
172 + 186 + 208 = 566 (100%)
R 172 of 566 ~ 30.39%
G 186 of 566 ~ 32.86%
B 208 of 566 ~ 36.75%

%30.39
%32.86
%36.75

CMYK color model

#ACBAD0 color CMYK value is (17,11,0,18).

  • cyan value is 17.31%
  • magenta value is 10.58%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(17,11,0,18)
C17M11Y0K18 
(17%,11%,0%,18%)
(0.17/0.11/0.00/0.18)	

CMYK percentages

%17.31
%10.58
%0
%18.43

Codes

Color #ACBAD0 in popluar color models

ACBAD0
RGB172186208
HSL217°27.69%74.51%
HSB/HSV217°17.31%81.57%
CMYK17.31%10.58%0.00%
18.43%

Color #ACBAD0 in popluar number systems.

HEXACBAD0
Decimal172186208
Binary101011001011101011010000
Octal254272320

Shades and tints

Shades of #ACBAD0

#ACBAD0
(172,186,208)
#9DAABE
(157,170,190)
#8E9AAC
(142,154,172)
#7F8A9A
(127,138,154)
#707A88
(112,122,136)
#616A76
(97,106,118)
#525A64
(82,90,100)
#434A52
(67,74,82)
#343A40
(52,58,64)
#252A2E
(37,42,46)
#161A1C
(22,26,28)
#000000
(0,0,0)

Tints of #ACBAD0

#ACBAD0
(172,186,208)
#B3C0D4
(179,192,212)
#BAC6D8
(186,198,216)
#C1CCDC
(193,204,220)
#C8D2E0
(200,210,224)
#CFD8E4
(207,216,228)
#D6DEE8
(214,222,232)
#DDE4EC
(221,228,236)
#E4EAF0
(228,234,240)
#EBF0F4
(235,240,244)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACBAD0 color. Also use rgb(172,186,208) instead hex code.

Text Font Color

.myTextColor { color: #ACBAD0; }

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

This text font color is #ACBAD0.


Background Color

.myBgColor { background-color: #ACBAD0; }

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

This div background color is #ACBAD0.


Border color

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

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

This div border color is #ACBAD0.


Opacity

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

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

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

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

This text has shadow with #ACBAD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBAD0 on black background.


Color preview on white background

This text has color #ACBAD0 on white background.



Black color preview on #ACBAD0 background

This text has black color on #ACBAD0 background.


White color preview on #ACBAD0 background

This text has white color on #ACBAD0 background.