COLOR #ACB3C5

HEX: #ACB3C5
RGB: (172,179,197)

Color info

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

RGB color model

#ACB3C5 color RGB value is (172,179,197).

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

RGB channels and saturation

R 172 of 255 = 67%
G 179 of 255 = 70%
B 197 of 255 = 77%

172
179
197

R + G + B ~ 71%. #ACB3C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 179 + 197 = 548 (100%)
R 172 of 548 ~ 31.39%
G 179 of 548 ~ 32.66%
B 197 of 548 ~ 35.95%

%31.39
%32.66
%35.95

CMYK color model

#ACB3C5 color CMYK value is (13,9,0,23).

  • cyan value is 12.69%
  • magenta value is 9.14%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(13,9,0,23)
C13M9Y0K23 
(13%,9%,0%,23%)
(0.13/0.09/0.00/0.23)	

CMYK percentages

%12.69
%9.14
%0
%22.75

Codes

Color #ACB3C5 in popluar color models

ACB3C5
RGB172179197
HSL223°17.73%72.35%
HSB/HSV223°12.69%77.25%
CMYK12.69%9.14%0.00%
22.75%

Color #ACB3C5 in popluar number systems.

HEXACB3C5
Decimal172179197
Binary101011001011001111000101
Octal254263305

Shades and tints

Shades of #ACB3C5

#ACB3C5
(172,179,197)
#9DA3B4
(157,163,180)
#8E93A3
(142,147,163)
#7F8392
(127,131,146)
#707381
(112,115,129)
#616370
(97,99,112)
#52535F
(82,83,95)
#43434E
(67,67,78)
#34333D
(52,51,61)
#25232C
(37,35,44)
#16131B
(22,19,27)
#000000
(0,0,0)

Tints of #ACB3C5

#ACB3C5
(172,179,197)
#B3B9CA
(179,185,202)
#BABFCF
(186,191,207)
#C1C5D4
(193,197,212)
#C8CBD9
(200,203,217)
#CFD1DE
(207,209,222)
#D6D7E3
(214,215,227)
#DDDDE8
(221,221,232)
#E4E3ED
(228,227,237)
#EBE9F2
(235,233,242)
#F2EFF7
(242,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB3C5; }

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

This text font color is #ACB3C5.


Background Color

.myBgColor { background-color: #ACB3C5; }

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

This div background color is #ACB3C5.


Border color

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

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

This div border color is #ACB3C5.


Opacity

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

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

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

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

This text has shadow with #ACB3C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB3C5 on black background.


Color preview on white background

This text has color #ACB3C5 on white background.



Black color preview on #ACB3C5 background

This text has black color on #ACB3C5 background.


White color preview on #ACB3C5 background

This text has white color on #ACB3C5 background.