COLOR #A5B1BF

HEX: #A5B1BF RGB: (165,177,191)

Color info

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

RGB color model

#A5B1BF color RGB value is (165,177,191).

RGB: (165,177,191) (65%, 69%, 75%)

RGB channels and saturation

R 165 of 255 = 65%
G 177 of 255 = 69%
B 191 of 255 = 75%

165
177
191

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

Portions of RGB colors in percentages

R + G + B = 165 + 177 + 191 = 533 (100%)
R 165 of 533 ~ 30.96%
G 177 of 533 ~ 33.21%
B 191 of 533 ~ 35.83'%

%30.96
%33.21
%35.83

CMYK color model

#A5B1BF color CMYK value is (14,7,0,25).

  • cyan value is 13.61%
  • magenta value is 7.33%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (14,7,0,25) C14M7Y0K25 (14%,7%,0%,25%) (0.14/0.07/0.00/0.25) 

CMYK percentages

%13.61
%7.33
%0
%25.1

Codes

Color #A5B1BF in popluar color models

A5 B1 BF
RGB 165 177 191
HSL 212° 16.88% 69.80%
HSB/HSV 212° 13.61% 74.90%
CMYK 13.61% 7.33% 0.00%
25.10%

Color #A5B1BF in popluar number systems.

HEX A5 B1 BF
Decimal 165 177 191
Binary 10100101 10110001 10111111
Octal 245 261 277

Shades and tints

Shades of #A5B1BF

#A5B1BF
(165,177,191)
#96A1AE
(150,161,174)
#87919D
(135,145,157)
#78818C
(120,129,140)
#69717B
(105,113,123)
#5A616A
(90,97,106)
#4B5159
(75,81,89)
#3C4148
(60,65,72)
#2D3137
(45,49,55)
#1E2126
(30,33,38)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #A5B1BF

#A5B1BF
(165,177,191)
#ADB8C4
(173,184,196)
#B5BFC9
(181,191,201)
#BDC6CE
(189,198,206)
#C5CDD3
(197,205,211)
#CDD4D8
(205,212,216)
#D5DBDD
(213,219,221)
#DDE2E2
(221,226,226)
#E5E9E7
(229,233,231)
#EDF0EC
(237,240,236)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B1BF color. Also use rgb(165,177,191) instead hex code.

Text Font Color

.myTextColor { color: #A5B1BF; }

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

This text font color is #A5B1BF.

Background Color

.myBgColor { background-color: #A5B1BF; }

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

This div background color is #A5B1BF.

Border color

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

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

This div border color is #A5B1BF.

Opacity

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

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

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

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

This text has shadow with #A5B1BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B1BF.

Preview

Color preview on black background

This text has color #A5B1BF on black background.


Color preview on white background

This text has color #A5B1BF on white background.


Black color preview on #A5B1BF background

This text has black color on #A5B1BF background.


White color preview on #A5B1BF background

This text has white color on #A5B1BF background.


Related colors

Complementary color

Complementary color for #hex is #5A4E40.


I love getcolorcode.com

Triadic colors

1 #BFA5B1 and #B1BFA5 with #A5B1BF are triadic colors.

2 #BFB1A5 and #B1A5BF with #A5B1BF are triadic colors.