COLOR #A0B4EF

HEX: #A0B4EF RGB: (160,180,239)

Color info

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

RGB color model

#A0B4EF color RGB value is (160,180,239).

RGB: (160,180,239) (63%, 71%, 94%)

RGB channels and saturation

R 160 of 255 = 63%
G 180 of 255 = 71%
B 239 of 255 = 94%

160
180
239

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

Portions of RGB colors in percentages

R + G + B = 160 + 180 + 239 = 579 (100%)
R 160 of 579 ~ 27.63%
G 180 of 579 ~ 31.09%
B 239 of 579 ~ 41.28'%

%27.63
%31.09
%41.28

CMYK color model

#A0B4EF color CMYK value is (33,25,0,6).

  • cyan value is 33.05%
  • magenta value is 24.69%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (33,25,0,6)
C33M25Y0K6 (33%, 25%, 0%, 6%)
(0.33 / 0.25 / 0.00 / 0.06)

CMYK percentages

%33.05
%24.69
%0
%6.27

Codes

Color #A0B4EF in popluar color models

A0 B4 EF
RGB 160 180 239
HSL 225° 71.17% 78.24%
HSB/HSV 225° 33.05% 93.73%
CMYK 33.05% 24.69% 0.00%
6.27%

Color #A0B4EF in popluar number systems.

HEX A0 B4 EF
Decimal 160 180 239
Binary 10100000 10110100 11101111
Octal 240 264 357

Shades and tints

Shades of #A0B4EF

#A0B4EF
(160,180,239)
#92A4DA
(146,164,218)
#8494C5
(132,148,197)
#7684B0
(118,132,176)
#68749B
(104,116,155)
#5A6486
(90,100,134)
#4C5471
(76,84,113)
#3E445C
(62,68,92)
#303447
(48,52,71)
#222432
(34,36,50)
#14141D
(20,20,29)
#000000
(0,0,0)

Tints of #A0B4EF

#A0B4EF
(160,180,239)
#A8BAF0
(168,186,240)
#B0C0F1
(176,192,241)
#B8C6F2
(184,198,242)
#C0CCF3
(192,204,243)
#C8D2F4
(200,210,244)
#D0D8F5
(208,216,245)
#D8DEF6
(216,222,246)
#E0E4F7
(224,228,247)
#E8EAF8
(232,234,248)
#F0F0F9
(240,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B4EF color. Also use rgb(160,180,239) instead hex code.

Text Font Color

.myTextColor { color: #A0B4EF; }

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

This text font color is #A0B4EF.

Background Color

.myBgColor { background-color: #A0B4EF; }

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

This div background color is #A0B4EF.

Border color

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

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

This div border color is #A0B4EF.

Opacity

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

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

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

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

This text has shadow with #A0B4EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0B4EF.

Preview

Color preview on black background

This text has color #A0B4EF on black background.


Color preview on white background

This text has color #A0B4EF on white background.


Black color preview on #A0B4EF background

This text has black color on #A0B4EF background.


White color preview on #A0B4EF background

This text has white color on #A0B4EF background.


Related colors

Complementary color

Complementary color for #hex is #5F4B10.


I love getcolorcode.com

Triadic colors

1 #EFA0B4 and #B4EFA0 with #A0B4EF are triadic colors.

2 #EFB4A0 and #B4A0EF with #A0B4EF are triadic colors.