COLOR #A0B9C8

HEX: #A0B9C8
RGB: (160,185,200)

Color info

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

RGB color model

#A0B9C8 color RGB value is (160,185,200).

  • red value is 160;
  • green value is 185;
  • blue value is 200.
RGB:
(160,185,200)
(63%,73%,78%)

RGB channels and saturation

R 160 of 255 = 63%
G 185 of 255 = 73%
B 200 of 255 = 78%

160
185
200

R + G + B ~ 71%. #A0B9C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 185 + 200 = 545 (100%)
R 160 of 545 ~ 29.36%
G 185 of 545 ~ 33.94%
B 200 of 545 ~ 36.7%

%29.36
%33.94
%36.7

CMYK color model

#A0B9C8 color CMYK value is (20,8,0,22).

  • cyan value is 20.00%
  • magenta value is 7.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(20,8,0,22)
C20M8Y0K22 
(20%,8%,0%,22%)
(0.20/0.08/0.00/0.22)	

CMYK percentages

%20
%7.5
%0
%21.57

Codes

Color #A0B9C8 in popluar color models

A0B9C8
RGB160185200
HSL203°26.67%70.59%
HSB/HSV203°20.00%78.43%
CMYK20.00%7.50%0.00%
21.57%

Color #A0B9C8 in popluar number systems.

HEXA0B9C8
Decimal160185200
Binary101000001011100111001000
Octal240271310

Shades and tints

Shades of #A0B9C8

#A0B9C8
(160,185,200)
#92A9B6
(146,169,182)
#8499A4
(132,153,164)
#768992
(118,137,146)
#687980
(104,121,128)
#5A696E
(90,105,110)
#4C595C
(76,89,92)
#3E494A
(62,73,74)
#303938
(48,57,56)
#222926
(34,41,38)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #A0B9C8

#A0B9C8
(160,185,200)
#A8BFCD
(168,191,205)
#B0C5D2
(176,197,210)
#B8CBD7
(184,203,215)
#C0D1DC
(192,209,220)
#C8D7E1
(200,215,225)
#D0DDE6
(208,221,230)
#D8E3EB
(216,227,235)
#E0E9F0
(224,233,240)
#E8EFF5
(232,239,245)
#F0F5FA
(240,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B9C8; }

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

This text font color is #A0B9C8.


Background Color

.myBgColor { background-color: #A0B9C8; }

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

This div background color is #A0B9C8.


Border color

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

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

This div border color is #A0B9C8.


Opacity

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

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

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

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

This text has shadow with #A0B9C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B9C8 on black background.


Color preview on white background

This text has color #A0B9C8 on white background.



Black color preview on #A0B9C8 background

This text has black color on #A0B9C8 background.


White color preview on #A0B9C8 background

This text has white color on #A0B9C8 background.