COLOR #A0CEF9

HEX: #A0CEF9
RGB: (160,206,249)

Color info

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

RGB color model

#A0CEF9 color RGB value is (160,206,249).

  • red value is 160;
  • green value is 206;
  • blue value is 249.
RGB:
(160,206,249)
(63%,81%,98%)

RGB channels and saturation

R 160 of 255 = 63%
G 206 of 255 = 81%
B 249 of 255 = 98%

160
206
249

R + G + B ~ 81%. #A0CEF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 206 + 249 = 615 (100%)
R 160 of 615 ~ 26.02%
G 206 of 615 ~ 33.5%
B 249 of 615 ~ 40.49%

%26.02
%33.5
%40.49

CMYK color model

#A0CEF9 color CMYK value is (36,17,0,2).

  • cyan value is 35.74%
  • magenta value is 17.27%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(36,17,0,2)
C36M17Y0K2 
(36%,17%,0%,2%)
(0.36/0.17/0.00/0.02)	

CMYK percentages

%35.74
%17.27
%0
%2.35

Codes

Color #A0CEF9 in popluar color models

A0CEF9
RGB160206249
HSL209°88.12%80.20%
HSB/HSV209°35.74%97.65%
CMYK35.74%17.27%0.00%
2.35%

Color #A0CEF9 in popluar number systems.

HEXA0CEF9
Decimal160206249
Binary101000001100111011111001
Octal240316371

Shades and tints

Shades of #A0CEF9

#A0CEF9
(160,206,249)
#92BCE3
(146,188,227)
#84AACD
(132,170,205)
#7698B7
(118,152,183)
#6886A1
(104,134,161)
#5A748B
(90,116,139)
#4C6275
(76,98,117)
#3E505F
(62,80,95)
#303E49
(48,62,73)
#222C33
(34,44,51)
#141A1D
(20,26,29)
#000000
(0,0,0)

Tints of #A0CEF9

#A0CEF9
(160,206,249)
#A8D2F9
(168,210,249)
#B0D6F9
(176,214,249)
#B8DAF9
(184,218,249)
#C0DEF9
(192,222,249)
#C8E2F9
(200,226,249)
#D0E6F9
(208,230,249)
#D8EAF9
(216,234,249)
#E0EEF9
(224,238,249)
#E8F2F9
(232,242,249)
#F0F6F9
(240,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0CEF9 color. Also use rgb(160,206,249) instead hex code.

Text Font Color

.myTextColor { color: #A0CEF9; }

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

This text font color is #A0CEF9.


Background Color

.myBgColor { background-color: #A0CEF9; }

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

This div background color is #A0CEF9.


Border color

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

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

This div border color is #A0CEF9.


Opacity

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

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

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

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

This text has shadow with #A0CEF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0CEF9 on black background.


Color preview on white background

This text has color #A0CEF9 on white background.



Black color preview on #A0CEF9 background

This text has black color on #A0CEF9 background.


White color preview on #A0CEF9 background

This text has white color on #A0CEF9 background.