COLOR #A5B4BD

HEX: #A5B4BD RGB: (165,180,189)

Color info

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

RGB color model

#A5B4BD color RGB value is (165,180,189).

RGB: (165,180,189) (65%, 71%, 74%)

RGB channels and saturation

R 165 of 255 = 65%
G 180 of 255 = 71%
B 189 of 255 = 74%

165
180
189

R + G + B ~ 70%. #A5B4BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 180 + 189 = 534 (100%)
R 165 of 534 ~ 30.9%
G 180 of 534 ~ 33.71%
B 189 of 534 ~ 35.39'%

%30.9
%33.71
%35.39

CMYK color model

#A5B4BD color CMYK value is (13,5,0,26).

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

CMYK: (13,5,0,26)
C13M5Y0K26 (13%, 5%, 0%, 26%)
(0.13 / 0.05 / 0.00 / 0.26)

CMYK percentages

%12.7
%4.76
%0
%25.88

Codes

Color #A5B4BD in popluar color models

A5 B4 BD
RGB 165 180 189
HSL 203° 15.38% 69.41%
HSB/HSV 203° 12.70% 74.12%
CMYK 12.70% 4.76% 0.00%
25.88%

Color #A5B4BD in popluar number systems.

HEX A5 B4 BD
Decimal 165 180 189
Binary 10100101 10110100 10111101
Octal 245 264 275

Shades and tints

Shades of #A5B4BD

#A5B4BD
(165,180,189)
#96A4AC
(150,164,172)
#87949B
(135,148,155)
#78848A
(120,132,138)
#697479
(105,116,121)
#5A6468
(90,100,104)
#4B5457
(75,84,87)
#3C4446
(60,68,70)
#2D3435
(45,52,53)
#1E2424
(30,36,36)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #A5B4BD

#A5B4BD
(165,180,189)
#ADBAC3
(173,186,195)
#B5C0C9
(181,192,201)
#BDC6CF
(189,198,207)
#C5CCD5
(197,204,213)
#CDD2DB
(205,210,219)
#D5D8E1
(213,216,225)
#DDDEE7
(221,222,231)
#E5E4ED
(229,228,237)
#EDEAF3
(237,234,243)
#F5F0F9
(245,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B4BD; }

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

This text font color is #A5B4BD.

Background Color

.myBgColor { background-color: #A5B4BD; }

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

This div background color is #A5B4BD.

Border color

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

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

This div border color is #A5B4BD.

Opacity

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

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

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

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

This text has shadow with #A5B4BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B4BD.

Preview

Color preview on black background

This text has color #A5B4BD on black background.


Color preview on white background

This text has color #A5B4BD on white background.


Black color preview on #A5B4BD background

This text has black color on #A5B4BD background.


White color preview on #A5B4BD background

This text has white color on #A5B4BD background.


Related colors

Complementary color

Complementary color for #hex is #5A4B42.


I love getcolorcode.com

Triadic colors

1 #BDA5B4 and #B4BDA5 with #A5B4BD are triadic colors.

2 #BDB4A5 and #B4A5BD with #A5B4BD are triadic colors.