COLOR #A0BCE2

HEX: #A0BCE2
RGB: (160,188,226)

Color info

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

RGB color model

#A0BCE2 color RGB value is (160,188,226).

  • red value is 160;
  • green value is 188;
  • blue value is 226.
RGB:
(160,188,226)
(63%,74%,89%)

RGB channels and saturation

R 160 of 255 = 63%
G 188 of 255 = 74%
B 226 of 255 = 89%

160
188
226

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

Portions of RGB colors in percentages

R + G + B =
160 + 188 + 226 = 574 (100%)
R 160 of 574 ~ 27.87%
G 188 of 574 ~ 32.75%
B 226 of 574 ~ 39.37%

%27.87
%32.75
%39.37

CMYK color model

#A0BCE2 color CMYK value is (29,17,0,11).

  • cyan value is 29.20%
  • magenta value is 16.81%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(29,17,0,11)
C29M17Y0K11 
(29%,17%,0%,11%)
(0.29/0.17/0.00/0.11)	

CMYK percentages

%29.2
%16.81
%0
%11.37

Codes

Color #A0BCE2 in popluar color models

A0BCE2
RGB160188226
HSL215°53.23%75.69%
HSB/HSV215°29.20%88.63%
CMYK29.20%16.81%0.00%
11.37%

Color #A0BCE2 in popluar number systems.

HEXA0BCE2
Decimal160188226
Binary101000001011110011100010
Octal240274342

Shades and tints

Shades of #A0BCE2

#A0BCE2
(160,188,226)
#92ABCE
(146,171,206)
#849ABA
(132,154,186)
#7689A6
(118,137,166)
#687892
(104,120,146)
#5A677E
(90,103,126)
#4C566A
(76,86,106)
#3E4556
(62,69,86)
#303442
(48,52,66)
#22232E
(34,35,46)
#14121A
(20,18,26)
#000000
(0,0,0)

Tints of #A0BCE2

#A0BCE2
(160,188,226)
#A8C2E4
(168,194,228)
#B0C8E6
(176,200,230)
#B8CEE8
(184,206,232)
#C0D4EA
(192,212,234)
#C8DAEC
(200,218,236)
#D0E0EE
(208,224,238)
#D8E6F0
(216,230,240)
#E0ECF2
(224,236,242)
#E8F2F4
(232,242,244)
#F0F8F6
(240,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0BCE2 color. Also use rgb(160,188,226) instead hex code.

Text Font Color

.myTextColor { color: #A0BCE2; }

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

This text font color is #A0BCE2.


Background Color

.myBgColor { background-color: #A0BCE2; }

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

This div background color is #A0BCE2.


Border color

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

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

This div border color is #A0BCE2.


Opacity

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

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

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

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

This text has shadow with #A0BCE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BCE2 on black background.


Color preview on white background

This text has color #A0BCE2 on white background.



Black color preview on #A0BCE2 background

This text has black color on #A0BCE2 background.


White color preview on #A0BCE2 background

This text has white color on #A0BCE2 background.