COLOR #A5BDBE

HEX: #A5BDBE RGB: (165,189,190)

Color info

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

RGB color model

#A5BDBE color RGB value is (165,189,190).

RGB: (165,189,190) (65%, 74%, 75%)

RGB channels and saturation

R 165 of 255 = 65%
G 189 of 255 = 74%
B 190 of 255 = 75%

165
189
190

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

Portions of RGB colors in percentages

R + G + B = 165 + 189 + 190 = 544 (100%)
R 165 of 544 ~ 30.33%
G 189 of 544 ~ 34.74%
B 190 of 544 ~ 34.93'%

%30.33
%34.74
%34.93

CMYK color model

#A5BDBE color CMYK value is (13,1,0,25).

  • cyan value is 13.16%
  • magenta value is 0.53%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (13,1,0,25) C13M1Y0K25 (13%,1%,0%,25%) (0.13/0.01/0.00/0.25) 

CMYK percentages

%13.16
%0.53
%0
%25.49

Codes

Color #A5BDBE in popluar color models

A5 BD BE
RGB 165 189 190
HSL 182° 16.13% 69.61%
HSB/HSV 182° 13.16% 74.51%
CMYK 13.16% 0.53% 0.00%
25.49%

Color #A5BDBE in popluar number systems.

HEX A5 BD BE
Decimal 165 189 190
Binary 10100101 10111101 10111110
Octal 245 275 276

Shades and tints

Shades of #A5BDBE

#A5BDBE
(165,189,190)
#96ACAD
(150,172,173)
#879B9C
(135,155,156)
#788A8B
(120,138,139)
#69797A
(105,121,122)
#5A6869
(90,104,105)
#4B5758
(75,87,88)
#3C4647
(60,70,71)
#2D3536
(45,53,54)
#1E2425
(30,36,37)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #A5BDBE

#A5BDBE
(165,189,190)
#ADC3C3
(173,195,195)
#B5C9C8
(181,201,200)
#BDCFCD
(189,207,205)
#C5D5D2
(197,213,210)
#CDDBD7
(205,219,215)
#D5E1DC
(213,225,220)
#DDE7E1
(221,231,225)
#E5EDE6
(229,237,230)
#EDF3EB
(237,243,235)
#F5F9F0
(245,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BDBE; }

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

This text font color is #A5BDBE.

Background Color

.myBgColor { background-color: #A5BDBE; }

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

This div background color is #A5BDBE.

Border color

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

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

This div border color is #A5BDBE.

Opacity

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

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

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

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

This text has shadow with #A5BDBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5BDBE.

Preview

Color preview on black background

This text has color #A5BDBE on black background.


Color preview on white background

This text has color #A5BDBE on white background.


Black color preview on #A5BDBE background

This text has black color on #A5BDBE background.


White color preview on #A5BDBE background

This text has white color on #A5BDBE background.


Related colors

Complementary color

Complementary color for #hex is #5A4241.


I love getcolorcode.com

Triadic colors

1 #BEA5BD and #BDBEA5 with #A5BDBE are triadic colors.

2 #BEBDA5 and #BDA5BE with #A5BDBE are triadic colors.