COLOR #A0BBC0

HEX: #A0BBC0 RGB: (160,187,192)

Color info

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

RGB color model

#A0BBC0 color RGB value is (160,187,192).

RGB: (160,187,192) (63%, 73%, 75%)

RGB channels and saturation

R 160 of 255 = 63%
G 187 of 255 = 73%
B 192 of 255 = 75%

160
187
192

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

Portions of RGB colors in percentages

R + G + B = 160 + 187 + 192 = 539 (100%)
R 160 of 539 ~ 29.68%
G 187 of 539 ~ 34.69%
B 192 of 539 ~ 35.62'%

%29.68
%34.69
%35.62

CMYK color model

#A0BBC0 color CMYK value is (17,3,0,25).

  • cyan value is 16.67%
  • magenta value is 2.60%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (17,3,0,25)
C17M3Y0K25 (17%, 3%, 0%, 25%)
(0.17 / 0.03 / 0.00 / 0.25)

CMYK percentages

%16.67
%2.6
%0
%24.71

Codes

Color #A0BBC0 in popluar color models

A0 BB C0
RGB 160 187 192
HSL 189° 20.25% 69.02%
HSB/HSV 189° 16.67% 75.29%
CMYK 16.67% 2.60% 0.00%
24.71%

Color #A0BBC0 in popluar number systems.

HEX A0 BB C0
Decimal 160 187 192
Binary 10100000 10111011 11000000
Octal 240 273 300

Shades and tints

Shades of #A0BBC0

#A0BBC0
(160,187,192)
#92AAAF
(146,170,175)
#84999E
(132,153,158)
#76888D
(118,136,141)
#68777C
(104,119,124)
#5A666B
(90,102,107)
#4C555A
(76,85,90)
#3E4449
(62,68,73)
#303338
(48,51,56)
#222227
(34,34,39)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #A0BBC0

#A0BBC0
(160,187,192)
#A8C1C5
(168,193,197)
#B0C7CA
(176,199,202)
#B8CDCF
(184,205,207)
#C0D3D4
(192,211,212)
#C8D9D9
(200,217,217)
#D0DFDE
(208,223,222)
#D8E5E3
(216,229,227)
#E0EBE8
(224,235,232)
#E8F1ED
(232,241,237)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0BBC0 color. Also use rgb(160,187,192) instead hex code.

Text Font Color

.myTextColor { color: #A0BBC0; }

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

This text font color is #A0BBC0.

Background Color

.myBgColor { background-color: #A0BBC0; }

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

This div background color is #A0BBC0.

Border color

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

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

This div border color is #A0BBC0.

Opacity

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

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

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

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

This text has shadow with #A0BBC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0BBC0.

Preview

Color preview on black background

This text has color #A0BBC0 on black background.


Color preview on white background

This text has color #A0BBC0 on white background.


Black color preview on #A0BBC0 background

This text has black color on #A0BBC0 background.


White color preview on #A0BBC0 background

This text has white color on #A0BBC0 background.


Related colors

Complementary color

Complementary color for #hex is #5F443F.


I love getcolorcode.com

Triadic colors

1 #C0A0BB and #BBC0A0 with #A0BBC0 are triadic colors.

2 #C0BBA0 and #BBA0C0 with #A0BBC0 are triadic colors.