COLOR #A0B6BE

HEX: #A0B6BE RGB: (160,182,190)

Color info

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

RGB color model

#A0B6BE color RGB value is (160,182,190).

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

RGB channels and saturation

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

160
182
190

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

Portions of RGB colors in percentages

R + G + B = 160 + 182 + 190 = 532 (100%)
R 160 of 532 ~ 30.08%
G 182 of 532 ~ 34.21%
B 190 of 532 ~ 35.71'%

%30.08
%34.21
%35.71

CMYK color model

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

  • cyan value is 15.79%
  • magenta value is 4.21%
  • 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
%4.21
%0
%25.49

Codes

Color #A0B6BE in popluar color models

A0 B6 BE
RGB 160 182 190
HSL 196° 18.75% 68.63%
HSB/HSV 196° 15.79% 74.51%
CMYK 15.79% 4.21% 0.00%
25.49%

Color #A0B6BE in popluar number systems.

HEX A0 B6 BE
Decimal 160 182 190
Binary 10100000 10110110 10111110
Octal 240 266 276

Shades and tints

Shades of #A0B6BE

#A0B6BE
(160,182,190)
#92A6AD
(146,166,173)
#84969C
(132,150,156)
#76868B
(118,134,139)
#68767A
(104,118,122)
#5A6669
(90,102,105)
#4C5658
(76,86,88)
#3E4647
(62,70,71)
#303636
(48,54,54)
#222625
(34,38,37)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #A0B6BE

#A0B6BE
(160,182,190)
#A8BCC3
(168,188,195)
#B0C2C8
(176,194,200)
#B8C8CD
(184,200,205)
#C0CED2
(192,206,210)
#C8D4D7
(200,212,215)
#D0DADC
(208,218,220)
#D8E0E1
(216,224,225)
#E0E6E6
(224,230,230)
#E8ECEB
(232,236,235)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B6BE; }

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

This text font color is #A0B6BE.

Background Color

.myBgColor { background-color: #A0B6BE; }

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

This div background color is #A0B6BE.

Border color

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

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

This div border color is #A0B6BE.

Opacity

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

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

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

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

This text has shadow with #A0B6BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0B6BE.

Preview

Color preview on black background

This text has color #A0B6BE on black background.


Color preview on white background

This text has color #A0B6BE on white background.


Black color preview on #A0B6BE background

This text has black color on #A0B6BE background.


White color preview on #A0B6BE background

This text has white color on #A0B6BE background.


Related colors

Complementary color

Complementary color for #hex is #5F4941.


I love getcolorcode.com

Triadic colors

1 #BEA0B6 and #B6BEA0 with #A0B6BE are triadic colors.

2 #BEB6A0 and #B6A0BE with #A0B6BE are triadic colors.