COLOR #A0BEFF

HEX: #A0BEFF
RGB: (160,190,255)

Color info

#A0BEFF contains mainly blue color. Web safe color of #A0BEFF is #99CCFF (or #9CF).

RGB color model

#A0BEFF color RGB value is (160,190,255).

  • red value is 160;
  • green value is 190;
  • blue value is 255.
RGB:
(160,190,255)
(63%,75%,100%)

RGB channels and saturation

R 160 of 255 = 63%
G 190 of 255 = 75%
B 255 of 255 = 100%

160
190
255

R + G + B ~ 79%. #A0BEFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 190 + 255 = 605 (100%)
R 160 of 605 ~ 26.45%
G 190 of 605 ~ 31.4%
B 255 of 605 ~ 42.15%

%26.45
%31.4
%42.15

CMYK color model

#A0BEFF color CMYK value is (37,25,0,0).

  • cyan value is 37.25%
  • magenta value is 25.49%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(37,25,0,0)
C37M25Y0K0 
(37%,25%,0%,0%)
(0.37/0.25/0.00/0.00)	

CMYK percentages

%37.25
%25.49
%0
%0

Codes

Color #A0BEFF in popluar color models

A0BEFF
RGB160190255
HSL221°100.00%81.37%
HSB/HSV221°37.25%100.00%
CMYK37.25%25.49%0.00%
0.00%

Color #A0BEFF in popluar number systems.

HEXA0BEFF
Decimal160190255
Binary101000001011111011111111
Octal240276377

Shades and tints

Shades of #A0BEFF

#A0BEFF
(160,190,255)
#92ADE8
(146,173,232)
#849CD1
(132,156,209)
#768BBA
(118,139,186)
#687AA3
(104,122,163)
#5A698C
(90,105,140)
#4C5875
(76,88,117)
#3E475E
(62,71,94)
#303647
(48,54,71)
#222530
(34,37,48)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #A0BEFF

#A0BEFF
(160,190,255)
#A8C3FF
(168,195,255)
#B0C8FF
(176,200,255)
#B8CDFF
(184,205,255)
#C0D2FF
(192,210,255)
#C8D7FF
(200,215,255)
#D0DCFF
(208,220,255)
#D8E1FF
(216,225,255)
#E0E6FF
(224,230,255)
#E8EBFF
(232,235,255)
#F0F0FF
(240,240,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0BEFF color. Also use rgb(160,190,255) instead hex code.

Text Font Color

.myTextColor { color: #A0BEFF; }

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

This text font color is #A0BEFF.


Background Color

.myBgColor { background-color: #A0BEFF; }

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

This div background color is #A0BEFF.


Border color

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

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

This div border color is #A0BEFF.


Opacity

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

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

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

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

This text has shadow with #A0BEFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BEFF on black background.


Color preview on white background

This text has color #A0BEFF on white background.



Black color preview on #A0BEFF background

This text has black color on #A0BEFF background.


White color preview on #A0BEFF background

This text has white color on #A0BEFF background.