COLOR #A0B9E7

HEX: #A0B9E7 RGB: (160,185,231)

Color info

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

RGB color model

#A0B9E7 color RGB value is (160,185,231).

RGB: (160,185,231) (63%, 73%, 91%)

RGB channels and saturation

R 160 of 255 = 63%
G 185 of 255 = 73%
B 231 of 255 = 91%

160
185
231

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

Portions of RGB colors in percentages

R + G + B = 160 + 185 + 231 = 576 (100%)
R 160 of 576 ~ 27.78%
G 185 of 576 ~ 32.12%
B 231 of 576 ~ 40.1'%

%27.78
%32.12
%40.1

CMYK color model

#A0B9E7 color CMYK value is (31,20,0,9).

  • cyan value is 30.74%
  • magenta value is 19.91%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (31,20,0,9)
C31M20Y0K9 (31%, 20%, 0%, 9%)
(0.31 / 0.20 / 0.00 / 0.09)

CMYK percentages

%30.74
%19.91
%0
%9.41

Codes

Color #A0B9E7 in popluar color models

A0 B9 E7
RGB 160 185 231
HSL 219° 59.66% 76.67%
HSB/HSV 219° 30.74% 90.59%
CMYK 30.74% 19.91% 0.00%
9.41%

Color #A0B9E7 in popluar number systems.

HEX A0 B9 E7
Decimal 160 185 231
Binary 10100000 10111001 11100111
Octal 240 271 347

Shades and tints

Shades of #A0B9E7

#A0B9E7
(160,185,231)
#92A9D2
(146,169,210)
#8499BD
(132,153,189)
#7689A8
(118,137,168)
#687993
(104,121,147)
#5A697E
(90,105,126)
#4C5969
(76,89,105)
#3E4954
(62,73,84)
#30393F
(48,57,63)
#22292A
(34,41,42)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #A0B9E7

#A0B9E7
(160,185,231)
#A8BFE9
(168,191,233)
#B0C5EB
(176,197,235)
#B8CBED
(184,203,237)
#C0D1EF
(192,209,239)
#C8D7F1
(200,215,241)
#D0DDF3
(208,221,243)
#D8E3F5
(216,227,245)
#E0E9F7
(224,233,247)
#E8EFF9
(232,239,249)
#F0F5FB
(240,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B9E7; }

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

This text font color is #A0B9E7.

Background Color

.myBgColor { background-color: #A0B9E7; }

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

This div background color is #A0B9E7.

Border color

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

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

This div border color is #A0B9E7.

Opacity

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

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

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

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

This text has shadow with #A0B9E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0B9E7.

Preview

Color preview on black background

This text has color #A0B9E7 on black background.


Color preview on white background

This text has color #A0B9E7 on white background.


Black color preview on #A0B9E7 background

This text has black color on #A0B9E7 background.


White color preview on #A0B9E7 background

This text has white color on #A0B9E7 background.


Related colors

Complementary color

Complementary color for #hex is #5F4618.


I love getcolorcode.com

Triadic colors

1 #E7A0B9 and #B9E7A0 with #A0B9E7 are triadic colors.

2 #E7B9A0 and #B9A0E7 with #A0B9E7 are triadic colors.