COLOR #A5BFAD

HEX: #A5BFAD
RGB: (165,191,173)

Color info

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

RGB color model

#A5BFAD color RGB value is (165,191,173).

  • red value is 165;
  • green value is 191;
  • blue value is 173.
RGB:
(165,191,173)
(65%,75%,68%)

RGB channels and saturation

R 165 of 255 = 65%
G 191 of 255 = 75%
B 173 of 255 = 68%

165
191
173

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

Portions of RGB colors in percentages

R + G + B =
165 + 191 + 173 = 529 (100%)
R 165 of 529 ~ 31.19%
G 191 of 529 ~ 36.11%
B 173 of 529 ~ 32.7%

%31.19
%36.11
%32.7

CMYK color model

#A5BFAD color CMYK value is (14,0,9,25).

  • cyan value is 13.61%
  • magenta value is 0.00%
  • yellow value is 9.42%
  • key color value is 25.10%
CMYK:
(14,0,9,25)
C14M0Y9K25 
(14%,0%,9%,25%)
(0.14/0.00/0.09/0.25)	

CMYK percentages

%13.61
%0
%9.42
%25.1

Codes

Color #A5BFAD in popluar color models

A5BFAD
RGB165191173
HSL138°16.88%69.80%
HSB/HSV138°13.61%74.90%
CMYK13.61%0.00%9.42%
25.10%

Color #A5BFAD in popluar number systems.

HEXA5BFAD
Decimal165191173
Binary101001011011111110101101
Octal245277255

Shades and tints

Shades of #A5BFAD

#A5BFAD
(165,191,173)
#96AE9E
(150,174,158)
#879D8F
(135,157,143)
#788C80
(120,140,128)
#697B71
(105,123,113)
#5A6A62
(90,106,98)
#4B5953
(75,89,83)
#3C4844
(60,72,68)
#2D3735
(45,55,53)
#1E2626
(30,38,38)
#0F1517
(15,21,23)
#000000
(0,0,0)

Tints of #A5BFAD

#A5BFAD
(165,191,173)
#ADC4B4
(173,196,180)
#B5C9BB
(181,201,187)
#BDCEC2
(189,206,194)
#C5D3C9
(197,211,201)
#CDD8D0
(205,216,208)
#D5DDD7
(213,221,215)
#DDE2DE
(221,226,222)
#E5E7E5
(229,231,229)
#EDECEC
(237,236,236)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BFAD; }

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

This text font color is #A5BFAD.


Background Color

.myBgColor { background-color: #A5BFAD; }

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

This div background color is #A5BFAD.


Border color

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

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

This div border color is #A5BFAD.


Opacity

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

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

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

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

This text has shadow with #A5BFAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BFAD on black background.


Color preview on white background

This text has color #A5BFAD on white background.



Black color preview on #A5BFAD background

This text has black color on #A5BFAD background.


White color preview on #A5BFAD background

This text has white color on #A5BFAD background.