COLOR #A5BDB4

HEX: #A5BDB4
RGB: (165,189,180)

Color info

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

RGB color model

#A5BDB4 color RGB value is (165,189,180).

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

RGB channels and saturation

R 165 of 255 = 65%
G 189 of 255 = 74%
B 180 of 255 = 71%

165
189
180

R + G + B ~ 70%. #A5BDB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 189 + 180 = 534 (100%)
R 165 of 534 ~ 30.9%
G 189 of 534 ~ 35.39%
B 180 of 534 ~ 33.71%

%30.9
%35.39
%33.71

CMYK color model

#A5BDB4 color CMYK value is (13,0,5,26).

  • cyan value is 12.70%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 25.88%
CMYK:
(13,0,5,26)
C13M0Y5K26 
(13%,0%,5%,26%)
(0.13/0.00/0.05/0.26)	

CMYK percentages

%12.7
%0
%4.76
%25.88

Codes

Color #A5BDB4 in popluar color models

A5BDB4
RGB165189180
HSL158°15.38%69.41%
HSB/HSV158°12.70%74.12%
CMYK12.70%0.00%4.76%
25.88%

Color #A5BDB4 in popluar number systems.

HEXA5BDB4
Decimal165189180
Binary101001011011110110110100
Octal245275264

Shades and tints

Shades of #A5BDB4

#A5BDB4
(165,189,180)
#96ACA4
(150,172,164)
#879B94
(135,155,148)
#788A84
(120,138,132)
#697974
(105,121,116)
#5A6864
(90,104,100)
#4B5754
(75,87,84)
#3C4644
(60,70,68)
#2D3534
(45,53,52)
#1E2424
(30,36,36)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #A5BDB4

#A5BDB4
(165,189,180)
#ADC3BA
(173,195,186)
#B5C9C0
(181,201,192)
#BDCFC6
(189,207,198)
#C5D5CC
(197,213,204)
#CDDBD2
(205,219,210)
#D5E1D8
(213,225,216)
#DDE7DE
(221,231,222)
#E5EDE4
(229,237,228)
#EDF3EA
(237,243,234)
#F5F9F0
(245,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BDB4; }

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

This text font color is #A5BDB4.


Background Color

.myBgColor { background-color: #A5BDB4; }

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

This div background color is #A5BDB4.


Border color

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

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

This div border color is #A5BDB4.


Opacity

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

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

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

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

This text has shadow with #A5BDB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BDB4 on black background.


Color preview on white background

This text has color #A5BDB4 on white background.



Black color preview on #A5BDB4 background

This text has black color on #A5BDB4 background.


White color preview on #A5BDB4 background

This text has white color on #A5BDB4 background.