COLOR #A5ACBD

HEX: #A5ACBD RGB: (165,172,189)

Color info

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

RGB color model

#A5ACBD color RGB value is (165,172,189).

RGB: (165,172,189) (65%, 67%, 74%)

RGB channels and saturation

R 165 of 255 = 65%
G 172 of 255 = 67%
B 189 of 255 = 74%

165
172
189

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

Portions of RGB colors in percentages

R + G + B = 165 + 172 + 189 = 526 (100%)
R 165 of 526 ~ 31.37%
G 172 of 526 ~ 32.7%
B 189 of 526 ~ 35.93'%

%31.37
%32.7
%35.93

CMYK color model

#A5ACBD color CMYK value is (13,9,0,26).

  • cyan value is 12.70%
  • magenta value is 8.99%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (13,9,0,26)
C13M9Y0K26 (13%, 9%, 0%, 26%)
(0.13 / 0.09 / 0.00 / 0.26)

CMYK percentages

%12.7
%8.99
%0
%25.88

Codes

Color #A5ACBD in popluar color models

A5 AC BD
RGB 165 172 189
HSL 223° 15.38% 69.41%
HSB/HSV 223° 12.70% 74.12%
CMYK 12.70% 8.99% 0.00%
25.88%

Color #A5ACBD in popluar number systems.

HEX A5 AC BD
Decimal 165 172 189
Binary 10100101 10101100 10111101
Octal 245 254 275

Shades and tints

Shades of #A5ACBD

#A5ACBD
(165,172,189)
#969DAC
(150,157,172)
#878E9B
(135,142,155)
#787F8A
(120,127,138)
#697079
(105,112,121)
#5A6168
(90,97,104)
#4B5257
(75,82,87)
#3C4346
(60,67,70)
#2D3435
(45,52,53)
#1E2524
(30,37,36)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #A5ACBD

#A5ACBD
(165,172,189)
#ADB3C3
(173,179,195)
#B5BAC9
(181,186,201)
#BDC1CF
(189,193,207)
#C5C8D5
(197,200,213)
#CDCFDB
(205,207,219)
#D5D6E1
(213,214,225)
#DDDDE7
(221,221,231)
#E5E4ED
(229,228,237)
#EDEBF3
(237,235,243)
#F5F2F9
(245,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5ACBD; }

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

This text font color is #A5ACBD.

Background Color

.myBgColor { background-color: #A5ACBD; }

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

This div background color is #A5ACBD.

Border color

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

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

This div border color is #A5ACBD.

Opacity

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

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

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

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

This text has shadow with #A5ACBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5ACBD.

Preview

Color preview on black background

This text has color #A5ACBD on black background.


Color preview on white background

This text has color #A5ACBD on white background.


Black color preview on #A5ACBD background

This text has black color on #A5ACBD background.


White color preview on #A5ACBD background

This text has white color on #A5ACBD background.


Related colors

Complementary color

Complementary color for #hex is #5A5342.


I love getcolorcode.com

Triadic colors

1 #BDA5AC and #ACBDA5 with #A5ACBD are triadic colors.

2 #BDACA5 and #ACA5BD with #A5ACBD are triadic colors.