COLOR #A0B9BC

HEX: #A0B9BC RGB: (160,185,188)

Color info

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

RGB color model

#A0B9BC color RGB value is (160,185,188).

RGB: (160,185,188) (63%, 73%, 74%)

RGB channels and saturation

R 160 of 255 = 63%
G 185 of 255 = 73%
B 188 of 255 = 74%

160
185
188

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

Portions of RGB colors in percentages

R + G + B = 160 + 185 + 188 = 533 (100%)
R 160 of 533 ~ 30.02%
G 185 of 533 ~ 34.71%
B 188 of 533 ~ 35.27'%

%30.02
%34.71
%35.27

CMYK color model

#A0B9BC color CMYK value is (15,2,0,26).

  • cyan value is 14.89%
  • magenta value is 1.60%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (15,2,0,26)
C15M2Y0K26 (15%, 2%, 0%, 26%)
(0.15 / 0.02 / 0.00 / 0.26)

CMYK percentages

%14.89
%1.6
%0
%26.27

Codes

Color #A0B9BC in popluar color models

A0 B9 BC
RGB 160 185 188
HSL 186° 17.28% 68.24%
HSB/HSV 186° 14.89% 73.73%
CMYK 14.89% 1.60% 0.00%
26.27%

Color #A0B9BC in popluar number systems.

HEX A0 B9 BC
Decimal 160 185 188
Binary 10100000 10111001 10111100
Octal 240 271 274

Shades and tints

Shades of #A0B9BC

#A0B9BC
(160,185,188)
#92A9AB
(146,169,171)
#84999A
(132,153,154)
#768989
(118,137,137)
#687978
(104,121,120)
#5A6967
(90,105,103)
#4C5956
(76,89,86)
#3E4945
(62,73,69)
#303934
(48,57,52)
#222923
(34,41,35)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #A0B9BC

#A0B9BC
(160,185,188)
#A8BFC2
(168,191,194)
#B0C5C8
(176,197,200)
#B8CBCE
(184,203,206)
#C0D1D4
(192,209,212)
#C8D7DA
(200,215,218)
#D0DDE0
(208,221,224)
#D8E3E6
(216,227,230)
#E0E9EC
(224,233,236)
#E8EFF2
(232,239,242)
#F0F5F8
(240,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B9BC color. Also use rgb(160,185,188) instead hex code.

Text Font Color

.myTextColor { color: #A0B9BC; }

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

This text font color is #A0B9BC.

Background Color

.myBgColor { background-color: #A0B9BC; }

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

This div background color is #A0B9BC.

Border color

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

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

This div border color is #A0B9BC.

Opacity

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

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

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

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

This text has shadow with #A0B9BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0B9BC.

Preview

Color preview on black background

This text has color #A0B9BC on black background.


Color preview on white background

This text has color #A0B9BC on white background.


Black color preview on #A0B9BC background

This text has black color on #A0B9BC background.


White color preview on #A0B9BC background

This text has white color on #A0B9BC background.


Related colors

Complementary color

Complementary color for #hex is #5F4643.


I love getcolorcode.com

Triadic colors

1 #BCA0B9 and #B9BCA0 with #A0B9BC are triadic colors.

2 #BCB9A0 and #B9A0BC with #A0B9BC are triadic colors.