COLOR #A0B5BF

HEX: #A0B5BF RGB: (160,181,191)

Color info

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

RGB color model

#A0B5BF color RGB value is (160,181,191).

RGB: (160,181,191) (63%, 71%, 75%)

RGB channels and saturation

R 160 of 255 = 63%
G 181 of 255 = 71%
B 191 of 255 = 75%

160
181
191

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

Portions of RGB colors in percentages

R + G + B = 160 + 181 + 191 = 532 (100%)
R 160 of 532 ~ 30.08%
G 181 of 532 ~ 34.02%
B 191 of 532 ~ 35.9'%

%30.08
%34.02
%35.9

CMYK color model

#A0B5BF color CMYK value is (16,5,0,25).

  • cyan value is 16.23%
  • magenta value is 5.24%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (16,5,0,25)
C16M5Y0K25 (16%, 5%, 0%, 25%)
(0.16 / 0.05 / 0.00 / 0.25)

CMYK percentages

%16.23
%5.24
%0
%25.1

Codes

Color #A0B5BF in popluar color models

A0 B5 BF
RGB 160 181 191
HSL 199° 19.50% 68.82%
HSB/HSV 199° 16.23% 74.90%
CMYK 16.23% 5.24% 0.00%
25.10%

Color #A0B5BF in popluar number systems.

HEX A0 B5 BF
Decimal 160 181 191
Binary 10100000 10110101 10111111
Octal 240 265 277

Shades and tints

Shades of #A0B5BF

#A0B5BF
(160,181,191)
#92A5AE
(146,165,174)
#84959D
(132,149,157)
#76858C
(118,133,140)
#68757B
(104,117,123)
#5A656A
(90,101,106)
#4C5559
(76,85,89)
#3E4548
(62,69,72)
#303537
(48,53,55)
#222526
(34,37,38)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #A0B5BF

#A0B5BF
(160,181,191)
#A8BBC4
(168,187,196)
#B0C1C9
(176,193,201)
#B8C7CE
(184,199,206)
#C0CDD3
(192,205,211)
#C8D3D8
(200,211,216)
#D0D9DD
(208,217,221)
#D8DFE2
(216,223,226)
#E0E5E7
(224,229,231)
#E8EBEC
(232,235,236)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B5BF color. Also use rgb(160,181,191) instead hex code.

Text Font Color

.myTextColor { color: #A0B5BF; }

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

This text font color is #A0B5BF.

Background Color

.myBgColor { background-color: #A0B5BF; }

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

This div background color is #A0B5BF.

Border color

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

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

This div border color is #A0B5BF.

Opacity

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

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

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

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

This text has shadow with #A0B5BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0B5BF.

Preview

Color preview on black background

This text has color #A0B5BF on black background.


Color preview on white background

This text has color #A0B5BF on white background.


Black color preview on #A0B5BF background

This text has black color on #A0B5BF background.


White color preview on #A0B5BF background

This text has white color on #A0B5BF background.


Related colors

Complementary color

Complementary color for #hex is #5F4A40.


I love getcolorcode.com

Triadic colors

1 #BFA0B5 and #B5BFA0 with #A0B5BF are triadic colors.

2 #BFB5A0 and #B5A0BF with #A0B5BF are triadic colors.