COLOR #A0B9E4

HEX: #A0B9E4
RGB: (160,185,228)

Color info

#A0B9E4 contains mainly green and blue colors. Web safe color of #A0B9E4 is #99CCCC (or #9CC).

RGB color model

#A0B9E4 color RGB value is (160,185,228).

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

RGB channels and saturation

R 160 of 255 = 63%
G 185 of 255 = 73%
B 228 of 255 = 89%

160
185
228

R + G + B ~ 75%. #A0B9E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 185 + 228 = 573 (100%)
R 160 of 573 ~ 27.92%
G 185 of 573 ~ 32.29%
B 228 of 573 ~ 39.79%

%27.92
%32.29
%39.79

CMYK color model

#A0B9E4 color CMYK value is (30,19,0,11).

  • cyan value is 29.82%
  • magenta value is 18.86%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(30,19,0,11)
C30M19Y0K11 
(30%,19%,0%,11%)
(0.30/0.19/0.00/0.11)	

CMYK percentages

%29.82
%18.86
%0
%10.59

Codes

Color #A0B9E4 in popluar color models

A0B9E4
RGB160185228
HSL218°55.74%76.08%
HSB/HSV218°29.82%89.41%
CMYK29.82%18.86%0.00%
10.59%

Color #A0B9E4 in popluar number systems.

HEXA0B9E4
Decimal160185228
Binary101000001011100111100100
Octal240271344

Shades and tints

Shades of #A0B9E4

#A0B9E4
(160,185,228)
#92A9D0
(146,169,208)
#8499BC
(132,153,188)
#7689A8
(118,137,168)
#687994
(104,121,148)
#5A6980
(90,105,128)
#4C596C
(76,89,108)
#3E4958
(62,73,88)
#303944
(48,57,68)
#222930
(34,41,48)
#14191C
(20,25,28)
#000000
(0,0,0)

Tints of #A0B9E4

#A0B9E4
(160,185,228)
#A8BFE6
(168,191,230)
#B0C5E8
(176,197,232)
#B8CBEA
(184,203,234)
#C0D1EC
(192,209,236)
#C8D7EE
(200,215,238)
#D0DDF0
(208,221,240)
#D8E3F2
(216,227,242)
#E0E9F4
(224,233,244)
#E8EFF6
(232,239,246)
#F0F5F8
(240,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B9E4; }

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

This text font color is #A0B9E4.


Background Color

.myBgColor { background-color: #A0B9E4; }

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

This div background color is #A0B9E4.


Border color

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

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

This div border color is #A0B9E4.


Opacity

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

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

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

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

This text has shadow with #A0B9E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B9E4 on black background.


Color preview on white background

This text has color #A0B9E4 on white background.



Black color preview on #A0B9E4 background

This text has black color on #A0B9E4 background.


White color preview on #A0B9E4 background

This text has white color on #A0B9E4 background.