COLOR #ACB9D0

HEX: #ACB9D0
RGB: (172,185,208)

Color info

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

RGB color model

#ACB9D0 color RGB value is (172,185,208).

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

RGB channels and saturation

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

172
185
208

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

Portions of RGB colors in percentages

R + G + B =
172 + 185 + 208 = 565 (100%)
R 172 of 565 ~ 30.44%
G 185 of 565 ~ 32.74%
B 208 of 565 ~ 36.81%

%30.44
%32.74
%36.81

CMYK color model

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

  • cyan value is 17.31%
  • magenta value is 11.06%
  • 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
%11.06
%0
%18.43

Codes

Color #ACB9D0 in popluar color models

ACB9D0
RGB172185208
HSL218°27.69%74.51%
HSB/HSV218°17.31%81.57%
CMYK17.31%11.06%0.00%
18.43%

Color #ACB9D0 in popluar number systems.

HEXACB9D0
Decimal172185208
Binary101011001011100111010000
Octal254271320

Shades and tints

Shades of #ACB9D0

#ACB9D0
(172,185,208)
#9DA9BE
(157,169,190)
#8E99AC
(142,153,172)
#7F899A
(127,137,154)
#707988
(112,121,136)
#616976
(97,105,118)
#525964
(82,89,100)
#434952
(67,73,82)
#343940
(52,57,64)
#25292E
(37,41,46)
#16191C
(22,25,28)
#000000
(0,0,0)

Tints of #ACB9D0

#ACB9D0
(172,185,208)
#B3BFD4
(179,191,212)
#BAC5D8
(186,197,216)
#C1CBDC
(193,203,220)
#C8D1E0
(200,209,224)
#CFD7E4
(207,215,228)
#D6DDE8
(214,221,232)
#DDE3EC
(221,227,236)
#E4E9F0
(228,233,240)
#EBEFF4
(235,239,244)
#F2F5F8
(242,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB9D0; }

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

This text font color is #ACB9D0.


Background Color

.myBgColor { background-color: #ACB9D0; }

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

This div background color is #ACB9D0.


Border color

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

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

This div border color is #ACB9D0.


Opacity

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

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

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

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

This text has shadow with #ACB9D0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #ACB9D0 on black background.


Color preview on white background

This text has color #ACB9D0 on white background.



Black color preview on #ACB9D0 background

This text has black color on #ACB9D0 background.


White color preview on #ACB9D0 background

This text has white color on #ACB9D0 background.