COLOR #A5B7BB

HEX: #A5B7BB RGB: (165,183,187)

Color info

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

RGB color model

#A5B7BB color RGB value is (165,183,187).

RGB: (165,183,187) (65%, 72%, 73%)

RGB channels and saturation

R 165 of 255 = 65%
G 183 of 255 = 72%
B 187 of 255 = 73%

165
183
187

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

Portions of RGB colors in percentages

R + G + B = 165 + 183 + 187 = 535 (100%)
R 165 of 535 ~ 30.84%
G 183 of 535 ~ 34.21%
B 187 of 535 ~ 34.95'%

%30.84
%34.21
%34.95

CMYK color model

#A5B7BB color CMYK value is (12,2,0,27).

  • cyan value is 11.76%
  • magenta value is 2.14%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (12,2,0,27)
C12M2Y0K27 (12%, 2%, 0%, 27%)
(0.12 / 0.02 / 0.00 / 0.27)

CMYK percentages

%11.76
%2.14
%0
%26.67

Codes

Color #A5B7BB in popluar color models

A5 B7 BB
RGB 165 183 187
HSL 191° 13.92% 69.02%
HSB/HSV 191° 11.76% 73.33%
CMYK 11.76% 2.14% 0.00%
26.67%

Color #A5B7BB in popluar number systems.

HEX A5 B7 BB
Decimal 165 183 187
Binary 10100101 10110111 10111011
Octal 245 267 273

Shades and tints

Shades of #A5B7BB

#A5B7BB
(165,183,187)
#96A7AA
(150,167,170)
#879799
(135,151,153)
#788788
(120,135,136)
#697777
(105,119,119)
#5A6766
(90,103,102)
#4B5755
(75,87,85)
#3C4744
(60,71,68)
#2D3733
(45,55,51)
#1E2722
(30,39,34)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #A5B7BB

#A5B7BB
(165,183,187)
#ADBDC1
(173,189,193)
#B5C3C7
(181,195,199)
#BDC9CD
(189,201,205)
#C5CFD3
(197,207,211)
#CDD5D9
(205,213,217)
#D5DBDF
(213,219,223)
#DDE1E5
(221,225,229)
#E5E7EB
(229,231,235)
#EDEDF1
(237,237,241)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B7BB color. Also use rgb(165,183,187) instead hex code.

Text Font Color

.myTextColor { color: #A5B7BB; }

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

This text font color is #A5B7BB.

Background Color

.myBgColor { background-color: #A5B7BB; }

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

This div background color is #A5B7BB.

Border color

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

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

This div border color is #A5B7BB.

Opacity

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

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

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

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

This text has shadow with #A5B7BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B7BB.

Preview

Color preview on black background

This text has color #A5B7BB on black background.


Color preview on white background

This text has color #A5B7BB on white background.


Black color preview on #A5B7BB background

This text has black color on #A5B7BB background.


White color preview on #A5B7BB background

This text has white color on #A5B7BB background.


Related colors

Complementary color

Complementary color for #hex is #5A4844.


I love getcolorcode.com

Triadic colors

1 #BBA5B7 and #B7BBA5 with #A5B7BB are triadic colors.

2 #BBB7A5 and #B7A5BB with #A5B7BB are triadic colors.