COLOR #A5ACD2

HEX: #A5ACD2 RGB: (165,172,210)

Color info

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

RGB color model

#A5ACD2 color RGB value is (165,172,210).

RGB: (165,172,210) (65%, 67%, 82%)

RGB channels and saturation

R 165 of 255 = 65%
G 172 of 255 = 67%
B 210 of 255 = 82%

165
172
210

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

Portions of RGB colors in percentages

R + G + B = 165 + 172 + 210 = 547 (100%)
R 165 of 547 ~ 30.16%
G 172 of 547 ~ 31.44%
B 210 of 547 ~ 38.39'%

%30.16
%31.44
%38.39

CMYK color model

#A5ACD2 color CMYK value is (21,18,0,18).

  • cyan value is 21.43%
  • magenta value is 18.10%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK: (21,18,0,18) C21M18Y0K18 (21%,18%,0%,18%) (0.21/0.18/0.00/0.18) 

CMYK percentages

%21.43
%18.1
%0
%17.65

Codes

Color #A5ACD2 in popluar color models

A5 AC D2
RGB 165 172 210
HSL 231° 33.33% 73.53%
HSB/HSV 231° 21.43% 82.35%
CMYK 21.43% 18.10% 0.00%
17.65%

Color #A5ACD2 in popluar number systems.

HEX A5 AC D2
Decimal 165 172 210
Binary 10100101 10101100 11010010
Octal 245 254 322

Shades and tints

Shades of #A5ACD2

#A5ACD2
(165,172,210)
#969DBF
(150,157,191)
#878EAC
(135,142,172)
#787F99
(120,127,153)
#697086
(105,112,134)
#5A6173
(90,97,115)
#4B5260
(75,82,96)
#3C434D
(60,67,77)
#2D343A
(45,52,58)
#1E2527
(30,37,39)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #A5ACD2

#A5ACD2
(165,172,210)
#ADB3D6
(173,179,214)
#B5BADA
(181,186,218)
#BDC1DE
(189,193,222)
#C5C8E2
(197,200,226)
#CDCFE6
(205,207,230)
#D5D6EA
(213,214,234)
#DDDDEE
(221,221,238)
#E5E4F2
(229,228,242)
#EDEBF6
(237,235,246)
#F5F2FA
(245,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5ACD2 color. Also use rgb(165,172,210) instead hex code.

Text Font Color

.myTextColor { color: #A5ACD2; }

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

This text font color is #A5ACD2.

Background Color

.myBgColor { background-color: #A5ACD2; }

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

This div background color is #A5ACD2.

Border color

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

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

This div border color is #A5ACD2.

Opacity

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

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

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

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

This text has shadow with #A5ACD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5ACD2.

Preview

Color preview on black background

This text has color #A5ACD2 on black background.


Color preview on white background

This text has color #A5ACD2 on white background.


Black color preview on #A5ACD2 background

This text has black color on #A5ACD2 background.


White color preview on #A5ACD2 background

This text has white color on #A5ACD2 background.


Related colors

Complementary color

Complementary color for #hex is #5A532D.


I love getcolorcode.com

Triadic colors

1 #D2A5AC and #ACD2A5 with #A5ACD2 are triadic colors.

2 #D2ACA5 and #ACA5D2 with #A5ACD2 are triadic colors.