COLOR #A5B4B3

HEX: #A5B4B3
RGB: (165,180,179)

Color info

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

RGB color model

#A5B4B3 color RGB value is (165,180,179).

  • red value is 165;
  • green value is 180;
  • blue value is 179.
RGB:
(165,180,179)
(65%,71%,70%)

RGB channels and saturation

R 165 of 255 = 65%
G 180 of 255 = 71%
B 179 of 255 = 70%

165
180
179

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

Portions of RGB colors in percentages

R + G + B =
165 + 180 + 179 = 524 (100%)
R 165 of 524 ~ 31.49%
G 180 of 524 ~ 34.35%
B 179 of 524 ~ 34.16%

%31.49
%34.35
%34.16

CMYK color model

#A5B4B3 color CMYK value is (8,0,1,29).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 0.56%
  • key color value is 29.41%
CMYK:
(8,0,1,29)
C8M0Y1K29 
(8%,0%,1%,29%)
(0.08/0.00/0.01/0.29)	

CMYK percentages

%8.33
%0
%0.56
%29.41

Codes

Color #A5B4B3 in popluar color models

A5B4B3
RGB165180179
HSL176°9.09%67.65%
HSB/HSV176°8.33%70.59%
CMYK8.33%0.00%0.56%
29.41%

Color #A5B4B3 in popluar number systems.

HEXA5B4B3
Decimal165180179
Binary101001011011010010110011
Octal245264263

Shades and tints

Shades of #A5B4B3

#A5B4B3
(165,180,179)
#96A4A3
(150,164,163)
#879493
(135,148,147)
#788483
(120,132,131)
#697473
(105,116,115)
#5A6463
(90,100,99)
#4B5453
(75,84,83)
#3C4443
(60,68,67)
#2D3433
(45,52,51)
#1E2423
(30,36,35)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #A5B4B3

#A5B4B3
(165,180,179)
#ADBAB9
(173,186,185)
#B5C0BF
(181,192,191)
#BDC6C5
(189,198,197)
#C5CCCB
(197,204,203)
#CDD2D1
(205,210,209)
#D5D8D7
(213,216,215)
#DDDEDD
(221,222,221)
#E5E4E3
(229,228,227)
#EDEAE9
(237,234,233)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B4B3; }

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

This text font color is #A5B4B3.


Background Color

.myBgColor { background-color: #A5B4B3; }

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

This div background color is #A5B4B3.


Border color

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

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

This div border color is #A5B4B3.


Opacity

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

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

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

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

This text has shadow with #A5B4B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B4B3 on black background.


Color preview on white background

This text has color #A5B4B3 on white background.



Black color preview on #A5B4B3 background

This text has black color on #A5B4B3 background.


White color preview on #A5B4B3 background

This text has white color on #A5B4B3 background.