COLOR #A0B0BE

HEX: #A0B0BE RGB: (160,176,190)

Color info

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

RGB color model

#A0B0BE color RGB value is (160,176,190).

RGB: (160,176,190) (63%, 69%, 75%)

RGB channels and saturation

R 160 of 255 = 63%
G 176 of 255 = 69%
B 190 of 255 = 75%

160
176
190

R + G + B ~ 69%. #A0B0BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 176 + 190 = 526 (100%)
R 160 of 526 ~ 30.42%
G 176 of 526 ~ 33.46%
B 190 of 526 ~ 36.12'%

%30.42
%33.46
%36.12

CMYK color model

#A0B0BE color CMYK value is (16,7,0,25).

  • cyan value is 15.79%
  • magenta value is 7.37%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (16,7,0,25) C16M7Y0K25 (16%,7%,0%,25%) (0.16/0.07/0.00/0.25) 

CMYK percentages

%15.79
%7.37
%0
%25.49

Codes

Color #A0B0BE in popluar color models

A0 B0 BE
RGB 160 176 190
HSL 208° 18.75% 68.63%
HSB/HSV 208° 15.79% 74.51%
CMYK 15.79% 7.37% 0.00%
25.49%

Color #A0B0BE in popluar number systems.

HEX A0 B0 BE
Decimal 160 176 190
Binary 10100000 10110000 10111110
Octal 240 260 276

Shades and tints

Shades of #A0B0BE

#A0B0BE
(160,176,190)
#92A0AD
(146,160,173)
#84909C
(132,144,156)
#76808B
(118,128,139)
#68707A
(104,112,122)
#5A6069
(90,96,105)
#4C5058
(76,80,88)
#3E4047
(62,64,71)
#303036
(48,48,54)
#222025
(34,32,37)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #A0B0BE

#A0B0BE
(160,176,190)
#A8B7C3
(168,183,195)
#B0BEC8
(176,190,200)
#B8C5CD
(184,197,205)
#C0CCD2
(192,204,210)
#C8D3D7
(200,211,215)
#D0DADC
(208,218,220)
#D8E1E1
(216,225,225)
#E0E8E6
(224,232,230)
#E8EFEB
(232,239,235)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B0BE; }

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

This text font color is #A0B0BE.

Background Color

.myBgColor { background-color: #A0B0BE; }

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

This div background color is #A0B0BE.

Border color

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

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

This div border color is #A0B0BE.

Opacity

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

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

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

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

This text has shadow with #A0B0BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0B0BE.

Preview

Color preview on black background

This text has color #A0B0BE on black background.


Color preview on white background

This text has color #A0B0BE on white background.


Black color preview on #A0B0BE background

This text has black color on #A0B0BE background.


White color preview on #A0B0BE background

This text has white color on #A0B0BE background.


Related colors

Complementary color

Complementary color for #hex is #5F4F41.


I love getcolorcode.com

Triadic colors

1 #BEA0B0 and #B0BEA0 with #A0B0BE are triadic colors.

2 #BEB0A0 and #B0A0BE with #A0B0BE are triadic colors.