COLOR #A5B5BE

HEX: #A5B5BE RGB: (165,181,190)

Color info

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

RGB color model

#A5B5BE color RGB value is (165,181,190).

RGB: (165,181,190) (65%, 71%, 75%)

RGB channels and saturation

R 165 of 255 = 65%
G 181 of 255 = 71%
B 190 of 255 = 75%

165
181
190

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

Portions of RGB colors in percentages

R + G + B = 165 + 181 + 190 = 536 (100%)
R 165 of 536 ~ 30.78%
G 181 of 536 ~ 33.77%
B 190 of 536 ~ 35.45'%

%30.78
%33.77
%35.45

CMYK color model

#A5B5BE color CMYK value is (13,5,0,25).

  • cyan value is 13.16%
  • magenta value is 4.74%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (13,5,0,25) C13M5Y0K25 (13%,5%,0%,25%) (0.13/0.05/0.00/0.25) 

CMYK percentages

%13.16
%4.74
%0
%25.49

Codes

Color #A5B5BE in popluar color models

A5 B5 BE
RGB 165 181 190
HSL 202° 16.13% 69.61%
HSB/HSV 202° 13.16% 74.51%
CMYK 13.16% 4.74% 0.00%
25.49%

Color #A5B5BE in popluar number systems.

HEX A5 B5 BE
Decimal 165 181 190
Binary 10100101 10110101 10111110
Octal 245 265 276

Shades and tints

Shades of #A5B5BE

#A5B5BE
(165,181,190)
#96A5AD
(150,165,173)
#87959C
(135,149,156)
#78858B
(120,133,139)
#69757A
(105,117,122)
#5A6569
(90,101,105)
#4B5558
(75,85,88)
#3C4547
(60,69,71)
#2D3536
(45,53,54)
#1E2525
(30,37,37)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #A5B5BE

#A5B5BE
(165,181,190)
#ADBBC3
(173,187,195)
#B5C1C8
(181,193,200)
#BDC7CD
(189,199,205)
#C5CDD2
(197,205,210)
#CDD3D7
(205,211,215)
#D5D9DC
(213,217,220)
#DDDFE1
(221,223,225)
#E5E5E6
(229,229,230)
#EDEBEB
(237,235,235)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B5BE; }

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

This text font color is #A5B5BE.

Background Color

.myBgColor { background-color: #A5B5BE; }

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

This div background color is #A5B5BE.

Border color

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

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

This div border color is #A5B5BE.

Opacity

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

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

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

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

This text has shadow with #A5B5BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B5BE.

Preview

Color preview on black background

This text has color #A5B5BE on black background.


Color preview on white background

This text has color #A5B5BE on white background.


Black color preview on #A5B5BE background

This text has black color on #A5B5BE background.


White color preview on #A5B5BE background

This text has white color on #A5B5BE background.


Related colors

Complementary color

Complementary color for #hex is #5A4A41.


I love getcolorcode.com

Triadic colors

1 #BEA5B5 and #B5BEA5 with #A5B5BE are triadic colors.

2 #BEB5A5 and #B5A5BE with #A5B5BE are triadic colors.