COLOR #A0B5BE

HEX: #A0B5BE RGB: (160,181,190)

Color info

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

RGB color model

#A0B5BE color RGB value is (160,181,190).

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

RGB channels and saturation

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

160
181
190

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

Portions of RGB colors in percentages

R + G + B = 160 + 181 + 190 = 531 (100%)
R 160 of 531 ~ 30.13%
G 181 of 531 ~ 34.09%
B 190 of 531 ~ 35.78'%

%30.13
%34.09
%35.78

CMYK color model

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

  • cyan value is 15.79%
  • magenta value is 4.74%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (16,5,0,25) C16M5Y0K25 (16%,5%,0%,25%) (0.16/0.05/0.00/0.25) 

CMYK percentages

%15.79
%4.74
%0
%25.49

Codes

Color #A0B5BE in popluar color models

A0 B5 BE
RGB 160 181 190
HSL 198° 18.75% 68.63%
HSB/HSV 198° 15.79% 74.51%
CMYK 15.79% 4.74% 0.00%
25.49%

Color #A0B5BE in popluar number systems.

HEX A0 B5 BE
Decimal 160 181 190
Binary 10100000 10110101 10111110
Octal 240 265 276

Shades and tints

Shades of #A0B5BE

#A0B5BE
(160,181,190)
#92A5AD
(146,165,173)
#84959C
(132,149,156)
#76858B
(118,133,139)
#68757A
(104,117,122)
#5A6569
(90,101,105)
#4C5558
(76,85,88)
#3E4547
(62,69,71)
#303536
(48,53,54)
#222525
(34,37,37)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #A0B5BE

#A0B5BE
(160,181,190)
#A8BBC3
(168,187,195)
#B0C1C8
(176,193,200)
#B8C7CD
(184,199,205)
#C0CDD2
(192,205,210)
#C8D3D7
(200,211,215)
#D0D9DC
(208,217,220)
#D8DFE1
(216,223,225)
#E0E5E6
(224,229,230)
#E8EBEB
(232,235,235)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B5BE; }

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

This text font color is #A0B5BE.

Background Color

.myBgColor { background-color: #A0B5BE; }

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

This div background color is #A0B5BE.

Border color

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

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

This div border color is #A0B5BE.

Opacity

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

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

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

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

This text has shadow with #A0B5BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0B5BE.

Preview

Color preview on black background

This text has color #A0B5BE on black background.


Color preview on white background

This text has color #A0B5BE on white background.


Black color preview on #A0B5BE background

This text has black color on #A0B5BE background.


White color preview on #A0B5BE background

This text has white color on #A0B5BE background.


Related colors

Complementary color

Complementary color for #hex is #5F4A41.


I love getcolorcode.com

Triadic colors

1 #BEA0B5 and #B5BEA0 with #A0B5BE are triadic colors.

2 #BEB5A0 and #B5A0BE with #A0B5BE are triadic colors.