COLOR #A0ACE0

HEX: #A0ACE0
RGB: (160,172,224)

Color info

#A0ACE0 contains mainly green and blue colors. Web safe color of #A0ACE0 is #9999CC (or #99C).

RGB color model

#A0ACE0 color RGB value is (160,172,224).

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

RGB channels and saturation

R 160 of 255 = 63%
G 172 of 255 = 67%
B 224 of 255 = 88%

160
172
224

R + G + B ~ 73%. #A0ACE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 172 + 224 = 556 (100%)
R 160 of 556 ~ 28.78%
G 172 of 556 ~ 30.94%
B 224 of 556 ~ 40.29%

%28.78
%30.94
%40.29

CMYK color model

#A0ACE0 color CMYK value is (29,23,0,12).

  • cyan value is 28.57%
  • magenta value is 23.21%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(29,23,0,12)
C29M23Y0K12 
(29%,23%,0%,12%)
(0.29/0.23/0.00/0.12)	

CMYK percentages

%28.57
%23.21
%0
%12.16

Codes

Color #A0ACE0 in popluar color models

A0ACE0
RGB160172224
HSL229°50.79%75.29%
HSB/HSV229°28.57%87.84%
CMYK28.57%23.21%0.00%
12.16%

Color #A0ACE0 in popluar number systems.

HEXA0ACE0
Decimal160172224
Binary101000001010110011100000
Octal240254340

Shades and tints

Shades of #A0ACE0

#A0ACE0
(160,172,224)
#929DCC
(146,157,204)
#848EB8
(132,142,184)
#767FA4
(118,127,164)
#687090
(104,112,144)
#5A617C
(90,97,124)
#4C5268
(76,82,104)
#3E4354
(62,67,84)
#303440
(48,52,64)
#22252C
(34,37,44)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #A0ACE0

#A0ACE0
(160,172,224)
#A8B3E2
(168,179,226)
#B0BAE4
(176,186,228)
#B8C1E6
(184,193,230)
#C0C8E8
(192,200,232)
#C8CFEA
(200,207,234)
#D0D6EC
(208,214,236)
#D8DDEE
(216,221,238)
#E0E4F0
(224,228,240)
#E8EBF2
(232,235,242)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0ACE0; }

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

This text font color is #A0ACE0.


Background Color

.myBgColor { background-color: #A0ACE0; }

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

This div background color is #A0ACE0.


Border color

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

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

This div border color is #A0ACE0.


Opacity

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

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

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

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

This text has shadow with #A0ACE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0ACE0 on black background.


Color preview on white background

This text has color #A0ACE0 on white background.



Black color preview on #A0ACE0 background

This text has black color on #A0ACE0 background.


White color preview on #A0ACE0 background

This text has white color on #A0ACE0 background.