COLOR #A0C0B0

HEX: #A0C0B0
RGB: (160,192,176)

Color info

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

RGB color model

#A0C0B0 color RGB value is (160,192,176).

  • red value is 160;
  • green value is 192;
  • blue value is 176.
RGB:
(160,192,176)
(63%,75%,69%)

RGB channels and saturation

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

160
192
176

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

Portions of RGB colors in percentages

R + G + B =
160 + 192 + 176 = 528 (100%)
R 160 of 528 ~ 30.3%
G 192 of 528 ~ 36.36%
B 176 of 528 ~ 33.33%

%30.3
%36.36
%33.33

CMYK color model

#A0C0B0 color CMYK value is (17,0,8,25).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 24.71%
CMYK:
(17,0,8,25)
C17M0Y8K25 
(17%,0%,8%,25%)
(0.17/0.00/0.08/0.25)	

CMYK percentages

%16.67
%0
%8.33
%24.71

Codes

Color #A0C0B0 in popluar color models

A0C0B0
RGB160192176
HSL150°20.25%69.02%
HSB/HSV150°16.67%75.29%
CMYK16.67%0.00%8.33%
24.71%

Color #A0C0B0 in popluar number systems.

HEXA0C0B0
Decimal160192176
Binary101000001100000010110000
Octal240300260

Shades and tints

Shades of #A0C0B0

#A0C0B0
(160,192,176)
#92AFA0
(146,175,160)
#849E90
(132,158,144)
#768D80
(118,141,128)
#687C70
(104,124,112)
#5A6B60
(90,107,96)
#4C5A50
(76,90,80)
#3E4940
(62,73,64)
#303830
(48,56,48)
#222720
(34,39,32)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #A0C0B0

#A0C0B0
(160,192,176)
#A8C5B7
(168,197,183)
#B0CABE
(176,202,190)
#B8CFC5
(184,207,197)
#C0D4CC
(192,212,204)
#C8D9D3
(200,217,211)
#D0DEDA
(208,222,218)
#D8E3E1
(216,227,225)
#E0E8E8
(224,232,232)
#E8EDEF
(232,237,239)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0C0B0; }

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

This text font color is #A0C0B0.


Background Color

.myBgColor { background-color: #A0C0B0; }

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

This div background color is #A0C0B0.


Border color

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

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

This div border color is #A0C0B0.


Opacity

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

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

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

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

This text has shadow with #A0C0B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C0B0 on black background.


Color preview on white background

This text has color #A0C0B0 on white background.



Black color preview on #A0C0B0 background

This text has black color on #A0C0B0 background.


White color preview on #A0C0B0 background

This text has white color on #A0C0B0 background.