COLOR #A5BDBA

HEX: #A5BDBA
RGB: (165,189,186)

Color info

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

RGB color model

#A5BDBA color RGB value is (165,189,186).

  • red value is 165;
  • green value is 189;
  • blue value is 186.
RGB:
(165,189,186)
(65%,74%,73%)

RGB channels and saturation

R 165 of 255 = 65%
G 189 of 255 = 74%
B 186 of 255 = 73%

165
189
186

R + G + B ~ 71%. #A5BDBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 189 + 186 = 540 (100%)
R 165 of 540 ~ 30.56%
G 189 of 540 ~ 35%
B 186 of 540 ~ 34.44%

%30.56
%35
%34.44

CMYK color model

#A5BDBA color CMYK value is (13,0,2,26).

  • cyan value is 12.70%
  • magenta value is 0.00%
  • yellow value is 1.59%
  • key color value is 25.88%
CMYK:
(13,0,2,26)
C13M0Y2K26 
(13%,0%,2%,26%)
(0.13/0.00/0.02/0.26)	

CMYK percentages

%12.7
%0
%1.59
%25.88

Codes

Color #A5BDBA in popluar color models

A5BDBA
RGB165189186
HSL173°15.38%69.41%
HSB/HSV173°12.70%74.12%
CMYK12.70%0.00%1.59%
25.88%

Color #A5BDBA in popluar number systems.

HEXA5BDBA
Decimal165189186
Binary101001011011110110111010
Octal245275272

Shades and tints

Shades of #A5BDBA

#A5BDBA
(165,189,186)
#96ACAA
(150,172,170)
#879B9A
(135,155,154)
#788A8A
(120,138,138)
#69797A
(105,121,122)
#5A686A
(90,104,106)
#4B575A
(75,87,90)
#3C464A
(60,70,74)
#2D353A
(45,53,58)
#1E242A
(30,36,42)
#0F131A
(15,19,26)
#000000
(0,0,0)

Tints of #A5BDBA

#A5BDBA
(165,189,186)
#ADC3C0
(173,195,192)
#B5C9C6
(181,201,198)
#BDCFCC
(189,207,204)
#C5D5D2
(197,213,210)
#CDDBD8
(205,219,216)
#D5E1DE
(213,225,222)
#DDE7E4
(221,231,228)
#E5EDEA
(229,237,234)
#EDF3F0
(237,243,240)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BDBA; }

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

This text font color is #A5BDBA.


Background Color

.myBgColor { background-color: #A5BDBA; }

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

This div background color is #A5BDBA.


Border color

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

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

This div border color is #A5BDBA.


Opacity

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

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

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

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

This text has shadow with #A5BDBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BDBA on black background.


Color preview on white background

This text has color #A5BDBA on white background.



Black color preview on #A5BDBA background

This text has black color on #A5BDBA background.


White color preview on #A5BDBA background

This text has white color on #A5BDBA background.