COLOR #A0ACC4

HEX: #A0ACC4
RGB: (160,172,196)

Color info

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

RGB color model

#A0ACC4 color RGB value is (160,172,196).

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

RGB channels and saturation

R 160 of 255 = 63%
G 172 of 255 = 67%
B 196 of 255 = 77%

160
172
196

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

Portions of RGB colors in percentages

R + G + B =
160 + 172 + 196 = 528 (100%)
R 160 of 528 ~ 30.3%
G 172 of 528 ~ 32.58%
B 196 of 528 ~ 37.12%

%30.3
%32.58
%37.12

CMYK color model

#A0ACC4 color CMYK value is (18,12,0,23).

  • cyan value is 18.37%
  • magenta value is 12.24%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(18,12,0,23)
C18M12Y0K23 
(18%,12%,0%,23%)
(0.18/0.12/0.00/0.23)	

CMYK percentages

%18.37
%12.24
%0
%23.14

Codes

Color #A0ACC4 in popluar color models

A0ACC4
RGB160172196
HSL220°23.38%69.80%
HSB/HSV220°18.37%76.86%
CMYK18.37%12.24%0.00%
23.14%

Color #A0ACC4 in popluar number systems.

HEXA0ACC4
Decimal160172196
Binary101000001010110011000100
Octal240254304

Shades and tints

Shades of #A0ACC4

#A0ACC4
(160,172,196)
#929DB3
(146,157,179)
#848EA2
(132,142,162)
#767F91
(118,127,145)
#687080
(104,112,128)
#5A616F
(90,97,111)
#4C525E
(76,82,94)
#3E434D
(62,67,77)
#30343C
(48,52,60)
#22252B
(34,37,43)
#14161A
(20,22,26)
#000000
(0,0,0)

Tints of #A0ACC4

#A0ACC4
(160,172,196)
#A8B3C9
(168,179,201)
#B0BACE
(176,186,206)
#B8C1D3
(184,193,211)
#C0C8D8
(192,200,216)
#C8CFDD
(200,207,221)
#D0D6E2
(208,214,226)
#D8DDE7
(216,221,231)
#E0E4EC
(224,228,236)
#E8EBF1
(232,235,241)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0ACC4; }

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

This text font color is #A0ACC4.


Background Color

.myBgColor { background-color: #A0ACC4; }

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

This div background color is #A0ACC4.


Border color

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

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

This div border color is #A0ACC4.


Opacity

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

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

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

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

This text has shadow with #A0ACC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0ACC4 on black background.


Color preview on white background

This text has color #A0ACC4 on white background.



Black color preview on #A0ACC4 background

This text has black color on #A0ACC4 background.


White color preview on #A0ACC4 background

This text has white color on #A0ACC4 background.