COLOR #A2B5BD

HEX: #A2B5BD RGB: (162,181,189)

Color info

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

RGB color model

#A2B5BD color RGB value is (162,181,189).

RGB: (162,181,189) (64%, 71%, 74%)

RGB channels and saturation

R 162 of 255 = 64%
G 181 of 255 = 71%
B 189 of 255 = 74%

162
181
189

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

Portions of RGB colors in percentages

R + G + B = 162 + 181 + 189 = 532 (100%)
R 162 of 532 ~ 30.45%
G 181 of 532 ~ 34.02%
B 189 of 532 ~ 35.53'%

%30.45
%34.02
%35.53

CMYK color model

#A2B5BD color CMYK value is (14,4,0,26).

  • cyan value is 14.29%
  • magenta value is 4.23%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (14,4,0,26)
C14M4Y0K26 (14%, 4%, 0%, 26%)
(0.14 / 0.04 / 0.00 / 0.26)

CMYK percentages

%14.29
%4.23
%0
%25.88

Codes

Color #A2B5BD in popluar color models

A2 B5 BD
RGB 162 181 189
HSL 198° 16.98% 68.82%
HSB/HSV 198° 14.29% 74.12%
CMYK 14.29% 4.23% 0.00%
25.88%

Color #A2B5BD in popluar number systems.

HEX A2 B5 BD
Decimal 162 181 189
Binary 10100010 10110101 10111101
Octal 242 265 275

Shades and tints

Shades of #A2B5BD

#A2B5BD
(162,181,189)
#94A5AC
(148,165,172)
#86959B
(134,149,155)
#78858A
(120,133,138)
#6A7579
(106,117,121)
#5C6568
(92,101,104)
#4E5557
(78,85,87)
#404546
(64,69,70)
#323535
(50,53,53)
#242524
(36,37,36)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #A2B5BD

#A2B5BD
(162,181,189)
#AABBC3
(170,187,195)
#B2C1C9
(178,193,201)
#BAC7CF
(186,199,207)
#C2CDD5
(194,205,213)
#CAD3DB
(202,211,219)
#D2D9E1
(210,217,225)
#DADFE7
(218,223,231)
#E2E5ED
(226,229,237)
#EAEBF3
(234,235,243)
#F2F1F9
(242,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B5BD color. Also use rgb(162,181,189) instead hex code.

Text Font Color

.myTextColor { color: #A2B5BD; }

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

This text font color is #A2B5BD.

Background Color

.myBgColor { background-color: #A2B5BD; }

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

This div background color is #A2B5BD.

Border color

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

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

This div border color is #A2B5BD.

Opacity

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

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

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

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

This text has shadow with #A2B5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2B5BD.

Preview

Color preview on black background

This text has color #A2B5BD on black background.


Color preview on white background

This text has color #A2B5BD on white background.


Black color preview on #A2B5BD background

This text has black color on #A2B5BD background.


White color preview on #A2B5BD background

This text has white color on #A2B5BD background.


Related colors

Complementary color

Complementary color for #hex is #5D4A42.


I love getcolorcode.com

Triadic colors

1 #BDA2B5 and #B5BDA2 with #A2B5BD are triadic colors.

2 #BDB5A2 and #B5A2BD with #A2B5BD are triadic colors.