COLOR #A5BBAD

HEX: #A5BBAD RGB: (165,187,173)

Color info

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

RGB color model

#A5BBAD color RGB value is (165,187,173).

RGB: (165,187,173) (65%, 73%, 68%)

RGB channels and saturation

R 165 of 255 = 65%
G 187 of 255 = 73%
B 173 of 255 = 68%

165
187
173

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

Portions of RGB colors in percentages

R + G + B = 165 + 187 + 173 = 525 (100%)
R 165 of 525 ~ 31.43%
G 187 of 525 ~ 35.62%
B 173 of 525 ~ 32.95'%

%31.43
%35.62
%32.95

CMYK color model

#A5BBAD color CMYK value is (12,0,7,27).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 7.49%
  • key color value is 26.67%

CMYK: (12,0,7,27)
C12M0Y7K27 (12%, 0%, 7%, 27%)
(0.12 / 0.00 / 0.07 / 0.27)

CMYK percentages

%11.76
%0
%7.49
%26.67

Codes

Color #A5BBAD in popluar color models

A5 BB AD
RGB 165 187 173
HSL 142° 13.92% 69.02%
HSB/HSV 142° 11.76% 73.33%
CMYK 11.76% 0.00% 7.49%
26.67%

Color #A5BBAD in popluar number systems.

HEX A5 BB AD
Decimal 165 187 173
Binary 10100101 10111011 10101101
Octal 245 273 255

Shades and tints

Shades of #A5BBAD

#A5BBAD
(165,187,173)
#96AA9E
(150,170,158)
#87998F
(135,153,143)
#788880
(120,136,128)
#697771
(105,119,113)
#5A6662
(90,102,98)
#4B5553
(75,85,83)
#3C4444
(60,68,68)
#2D3335
(45,51,53)
#1E2226
(30,34,38)
#0F1117
(15,17,23)
#000000
(0,0,0)

Tints of #A5BBAD

#A5BBAD
(165,187,173)
#ADC1B4
(173,193,180)
#B5C7BB
(181,199,187)
#BDCDC2
(189,205,194)
#C5D3C9
(197,211,201)
#CDD9D0
(205,217,208)
#D5DFD7
(213,223,215)
#DDE5DE
(221,229,222)
#E5EBE5
(229,235,229)
#EDF1EC
(237,241,236)
#F5F7F3
(245,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5BBAD color. Also use rgb(165,187,173) instead hex code.

Text Font Color

.myTextColor { color: #A5BBAD; }

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

This text font color is #A5BBAD.

Background Color

.myBgColor { background-color: #A5BBAD; }

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

This div background color is #A5BBAD.

Border color

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

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

This div border color is #A5BBAD.

Opacity

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

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

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

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

This text has shadow with #A5BBAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5BBAD.

Preview

Color preview on black background

This text has color #A5BBAD on black background.


Color preview on white background

This text has color #A5BBAD on white background.


Black color preview on #A5BBAD background

This text has black color on #A5BBAD background.


White color preview on #A5BBAD background

This text has white color on #A5BBAD background.


Related colors

Complementary color

Complementary color for #hex is #5A4452.


I love getcolorcode.com

Triadic colors

1 #ADA5BB and #BBADA5 with #A5BBAD are triadic colors.

2 #ADBBA5 and #BBA5AD with #A5BBAD are triadic colors.