COLOR #A0ACC3

HEX: #A0ACC3
RGB: (160,172,195)

Color info

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

RGB color model

#A0ACC3 color RGB value is (160,172,195).

  • red value is 160;
  • green value is 172;
  • blue value is 195.
RGB:
(160,172,195)
(63%,67%,76%)

RGB channels and saturation

R 160 of 255 = 63%
G 172 of 255 = 67%
B 195 of 255 = 76%

160
172
195

R + G + B ~ 69%. #A0ACC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 172 + 195 = 527 (100%)
R 160 of 527 ~ 30.36%
G 172 of 527 ~ 32.64%
B 195 of 527 ~ 37%

%30.36
%32.64
%37

CMYK color model

#A0ACC3 color CMYK value is (18,12,0,24).

  • cyan value is 17.95%
  • magenta value is 11.79%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(18,12,0,24)
C18M12Y0K24 
(18%,12%,0%,24%)
(0.18/0.12/0.00/0.24)	

CMYK percentages

%17.95
%11.79
%0
%23.53

Codes

Color #A0ACC3 in popluar color models

A0ACC3
RGB160172195
HSL219°22.58%69.61%
HSB/HSV219°17.95%76.47%
CMYK17.95%11.79%0.00%
23.53%

Color #A0ACC3 in popluar number systems.

HEXA0ACC3
Decimal160172195
Binary101000001010110011000011
Octal240254303

Shades and tints

Shades of #A0ACC3

#A0ACC3
(160,172,195)
#929DB2
(146,157,178)
#848EA1
(132,142,161)
#767F90
(118,127,144)
#68707F
(104,112,127)
#5A616E
(90,97,110)
#4C525D
(76,82,93)
#3E434C
(62,67,76)
#30343B
(48,52,59)
#22252A
(34,37,42)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #A0ACC3

#A0ACC3
(160,172,195)
#A8B3C8
(168,179,200)
#B0BACD
(176,186,205)
#B8C1D2
(184,193,210)
#C0C8D7
(192,200,215)
#C8CFDC
(200,207,220)
#D0D6E1
(208,214,225)
#D8DDE6
(216,221,230)
#E0E4EB
(224,228,235)
#E8EBF0
(232,235,240)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0ACC3 color. Also use rgb(160,172,195) instead hex code.

Text Font Color

.myTextColor { color: #A0ACC3; }

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

This text font color is #A0ACC3.


Background Color

.myBgColor { background-color: #A0ACC3; }

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

This div background color is #A0ACC3.


Border color

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

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

This div border color is #A0ACC3.


Opacity

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

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

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

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

This text has shadow with #A0ACC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0ACC3 on black background.


Color preview on white background

This text has color #A0ACC3 on white background.



Black color preview on #A0ACC3 background

This text has black color on #A0ACC3 background.


White color preview on #A0ACC3 background

This text has white color on #A0ACC3 background.