COLOR #ACB9C5

HEX: #ACB9C5
RGB: (172,185,197)

Color info

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

RGB color model

#ACB9C5 color RGB value is (172,185,197).

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

RGB channels and saturation

R 172 of 255 = 67%
G 185 of 255 = 73%
B 197 of 255 = 77%

172
185
197

R + G + B ~ 72%. #ACB9C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 185 + 197 = 554 (100%)
R 172 of 554 ~ 31.05%
G 185 of 554 ~ 33.39%
B 197 of 554 ~ 35.56%

%31.05
%33.39
%35.56

CMYK color model

#ACB9C5 color CMYK value is (13,6,0,23).

  • cyan value is 12.69%
  • magenta value is 6.09%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(13,6,0,23)
C13M6Y0K23 
(13%,6%,0%,23%)
(0.13/0.06/0.00/0.23)	

CMYK percentages

%12.69
%6.09
%0
%22.75

Codes

Color #ACB9C5 in popluar color models

ACB9C5
RGB172185197
HSL209°17.73%72.35%
HSB/HSV209°12.69%77.25%
CMYK12.69%6.09%0.00%
22.75%

Color #ACB9C5 in popluar number systems.

HEXACB9C5
Decimal172185197
Binary101011001011100111000101
Octal254271305

Shades and tints

Shades of #ACB9C5

#ACB9C5
(172,185,197)
#9DA9B4
(157,169,180)
#8E99A3
(142,153,163)
#7F8992
(127,137,146)
#707981
(112,121,129)
#616970
(97,105,112)
#52595F
(82,89,95)
#43494E
(67,73,78)
#34393D
(52,57,61)
#25292C
(37,41,44)
#16191B
(22,25,27)
#000000
(0,0,0)

Tints of #ACB9C5

#ACB9C5
(172,185,197)
#B3BFCA
(179,191,202)
#BAC5CF
(186,197,207)
#C1CBD4
(193,203,212)
#C8D1D9
(200,209,217)
#CFD7DE
(207,215,222)
#D6DDE3
(214,221,227)
#DDE3E8
(221,227,232)
#E4E9ED
(228,233,237)
#EBEFF2
(235,239,242)
#F2F5F7
(242,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB9C5; }

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

This text font color is #ACB9C5.


Background Color

.myBgColor { background-color: #ACB9C5; }

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

This div background color is #ACB9C5.


Border color

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

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

This div border color is #ACB9C5.


Opacity

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

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

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

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

This text has shadow with #ACB9C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB9C5 on black background.


Color preview on white background

This text has color #ACB9C5 on white background.



Black color preview on #ACB9C5 background

This text has black color on #ACB9C5 background.


White color preview on #ACB9C5 background

This text has white color on #ACB9C5 background.