COLOR #A0B9EA

HEX: #A0B9EA
RGB: (160,185,234)

Color info

#A0B9EA contains mainly green and blue colors. Web safe color of #A0B9EA is #99CCFF (or #9CF).

RGB color model

#A0B9EA color RGB value is (160,185,234).

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

RGB channels and saturation

R 160 of 255 = 63%
G 185 of 255 = 73%
B 234 of 255 = 92%

160
185
234

R + G + B ~ 76%. #A0B9EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 185 + 234 = 579 (100%)
R 160 of 579 ~ 27.63%
G 185 of 579 ~ 31.95%
B 234 of 579 ~ 40.41%

%27.63
%31.95
%40.41

CMYK color model

#A0B9EA color CMYK value is (32,21,0,8).

  • cyan value is 31.62%
  • magenta value is 20.94%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(32,21,0,8)
C32M21Y0K8 
(32%,21%,0%,8%)
(0.32/0.21/0.00/0.08)	

CMYK percentages

%31.62
%20.94
%0
%8.24

Codes

Color #A0B9EA in popluar color models

A0B9EA
RGB160185234
HSL220°63.79%77.25%
HSB/HSV220°31.62%91.76%
CMYK31.62%20.94%0.00%
8.24%

Color #A0B9EA in popluar number systems.

HEXA0B9EA
Decimal160185234
Binary101000001011100111101010
Octal240271352

Shades and tints

Shades of #A0B9EA

#A0B9EA
(160,185,234)
#92A9D5
(146,169,213)
#8499C0
(132,153,192)
#7689AB
(118,137,171)
#687996
(104,121,150)
#5A6981
(90,105,129)
#4C596C
(76,89,108)
#3E4957
(62,73,87)
#303942
(48,57,66)
#22292D
(34,41,45)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #A0B9EA

#A0B9EA
(160,185,234)
#A8BFEB
(168,191,235)
#B0C5EC
(176,197,236)
#B8CBED
(184,203,237)
#C0D1EE
(192,209,238)
#C8D7EF
(200,215,239)
#D0DDF0
(208,221,240)
#D8E3F1
(216,227,241)
#E0E9F2
(224,233,242)
#E8EFF3
(232,239,243)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B9EA; }

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

This text font color is #A0B9EA.


Background Color

.myBgColor { background-color: #A0B9EA; }

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

This div background color is #A0B9EA.


Border color

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

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

This div border color is #A0B9EA.


Opacity

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

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

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

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

This text has shadow with #A0B9EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B9EA on black background.


Color preview on white background

This text has color #A0B9EA on white background.



Black color preview on #A0B9EA background

This text has black color on #A0B9EA background.


White color preview on #A0B9EA background

This text has white color on #A0B9EA background.