COLOR #A0B7BE

HEX: #A0B7BE
RGB: (160,183,190)

Color info

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

RGB color model

#A0B7BE color RGB value is (160,183,190).

  • red value is 160;
  • green value is 183;
  • blue value is 190.
RGB:
(160,183,190)
(63%,72%,75%)

RGB channels and saturation

R 160 of 255 = 63%
G 183 of 255 = 72%
B 190 of 255 = 75%

160
183
190

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

Portions of RGB colors in percentages

R + G + B =
160 + 183 + 190 = 533 (100%)
R 160 of 533 ~ 30.02%
G 183 of 533 ~ 34.33%
B 190 of 533 ~ 35.65%

%30.02
%34.33
%35.65

CMYK color model

#A0B7BE color CMYK value is (16,4,0,25).

  • cyan value is 15.79%
  • magenta value is 3.68%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(16,4,0,25)
C16M4Y0K25 
(16%,4%,0%,25%)
(0.16/0.04/0.00/0.25)	

CMYK percentages

%15.79
%3.68
%0
%25.49

Codes

Color #A0B7BE in popluar color models

A0B7BE
RGB160183190
HSL194°18.75%68.63%
HSB/HSV194°15.79%74.51%
CMYK15.79%3.68%0.00%
25.49%

Color #A0B7BE in popluar number systems.

HEXA0B7BE
Decimal160183190
Binary101000001011011110111110
Octal240267276

Shades and tints

Shades of #A0B7BE

#A0B7BE
(160,183,190)
#92A7AD
(146,167,173)
#84979C
(132,151,156)
#76878B
(118,135,139)
#68777A
(104,119,122)
#5A6769
(90,103,105)
#4C5758
(76,87,88)
#3E4747
(62,71,71)
#303736
(48,55,54)
#222725
(34,39,37)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #A0B7BE

#A0B7BE
(160,183,190)
#A8BDC3
(168,189,195)
#B0C3C8
(176,195,200)
#B8C9CD
(184,201,205)
#C0CFD2
(192,207,210)
#C8D5D7
(200,213,215)
#D0DBDC
(208,219,220)
#D8E1E1
(216,225,225)
#E0E7E6
(224,231,230)
#E8EDEB
(232,237,235)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B7BE; }

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

This text font color is #A0B7BE.


Background Color

.myBgColor { background-color: #A0B7BE; }

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

This div background color is #A0B7BE.


Border color

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

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

This div border color is #A0B7BE.


Opacity

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

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

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

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

This text has shadow with #A0B7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B7BE on black background.


Color preview on white background

This text has color #A0B7BE on white background.



Black color preview on #A0B7BE background

This text has black color on #A0B7BE background.


White color preview on #A0B7BE background

This text has white color on #A0B7BE background.