COLOR #A0ACD3

HEX: #A0ACD3 RGB: (160,172,211)

Color info

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

RGB color model

#A0ACD3 color RGB value is (160,172,211).

RGB: (160,172,211) (63%, 67%, 83%)

RGB channels and saturation

R 160 of 255 = 63%
G 172 of 255 = 67%
B 211 of 255 = 83%

160
172
211

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

Portions of RGB colors in percentages

R + G + B = 160 + 172 + 211 = 543 (100%)
R 160 of 543 ~ 29.47%
G 172 of 543 ~ 31.68%
B 211 of 543 ~ 38.86'%

%29.47
%31.68
%38.86

CMYK color model

#A0ACD3 color CMYK value is (24,18,0,17).

  • cyan value is 24.17%
  • magenta value is 18.48%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK: (24,18,0,17) C24M18Y0K17 (24%,18%,0%,17%) (0.24/0.18/0.00/0.17) 

CMYK percentages

%24.17
%18.48
%0
%17.25

Codes

Color #A0ACD3 in popluar color models

A0 AC D3
RGB 160 172 211
HSL 226° 36.69% 72.75%
HSB/HSV 226° 24.17% 82.75%
CMYK 24.17% 18.48% 0.00%
17.25%

Color #A0ACD3 in popluar number systems.

HEX A0 AC D3
Decimal 160 172 211
Binary 10100000 10101100 11010011
Octal 240 254 323

Shades and tints

Shades of #A0ACD3

#A0ACD3
(160,172,211)
#929DC0
(146,157,192)
#848EAD
(132,142,173)
#767F9A
(118,127,154)
#687087
(104,112,135)
#5A6174
(90,97,116)
#4C5261
(76,82,97)
#3E434E
(62,67,78)
#30343B
(48,52,59)
#222528
(34,37,40)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #A0ACD3

#A0ACD3
(160,172,211)
#A8B3D7
(168,179,215)
#B0BADB
(176,186,219)
#B8C1DF
(184,193,223)
#C0C8E3
(192,200,227)
#C8CFE7
(200,207,231)
#D0D6EB
(208,214,235)
#D8DDEF
(216,221,239)
#E0E4F3
(224,228,243)
#E8EBF7
(232,235,247)
#F0F2FB
(240,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0ACD3; }

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

This text font color is #A0ACD3.

Background Color

.myBgColor { background-color: #A0ACD3; }

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

This div background color is #A0ACD3.

Border color

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

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

This div border color is #A0ACD3.

Opacity

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

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

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

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

This text has shadow with #A0ACD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0ACD3.

Preview

Color preview on black background

This text has color #A0ACD3 on black background.


Color preview on white background

This text has color #A0ACD3 on white background.


Black color preview on #A0ACD3 background

This text has black color on #A0ACD3 background.


White color preview on #A0ACD3 background

This text has white color on #A0ACD3 background.


Related colors

Complementary color

Complementary color for #hex is #5F532C.


I love getcolorcode.com

Triadic colors

1 #D3A0AC and #ACD3A0 with #A0ACD3 are triadic colors.

2 #D3ACA0 and #ACA0D3 with #A0ACD3 are triadic colors.