COLOR #A0C8E9

HEX: #A0C8E9
RGB: (160,200,233)

Color info

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

RGB color model

#A0C8E9 color RGB value is (160,200,233).

  • red value is 160;
  • green value is 200;
  • blue value is 233.
RGB:
(160,200,233)
(63%,78%,91%)

RGB channels and saturation

R 160 of 255 = 63%
G 200 of 255 = 78%
B 233 of 255 = 91%

160
200
233

R + G + B ~ 77%. #A0C8E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 200 + 233 = 593 (100%)
R 160 of 593 ~ 26.98%
G 200 of 593 ~ 33.73%
B 233 of 593 ~ 39.29%

%26.98
%33.73
%39.29

CMYK color model

#A0C8E9 color CMYK value is (31,14,0,9).

  • cyan value is 31.33%
  • magenta value is 14.16%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(31,14,0,9)
C31M14Y0K9 
(31%,14%,0%,9%)
(0.31/0.14/0.00/0.09)	

CMYK percentages

%31.33
%14.16
%0
%8.63

Codes

Color #A0C8E9 in popluar color models

A0C8E9
RGB160200233
HSL207°62.39%77.06%
HSB/HSV207°31.33%91.37%
CMYK31.33%14.16%0.00%
8.63%

Color #A0C8E9 in popluar number systems.

HEXA0C8E9
Decimal160200233
Binary101000001100100011101001
Octal240310351

Shades and tints

Shades of #A0C8E9

#A0C8E9
(160,200,233)
#92B6D4
(146,182,212)
#84A4BF
(132,164,191)
#7692AA
(118,146,170)
#688095
(104,128,149)
#5A6E80
(90,110,128)
#4C5C6B
(76,92,107)
#3E4A56
(62,74,86)
#303841
(48,56,65)
#22262C
(34,38,44)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #A0C8E9

#A0C8E9
(160,200,233)
#A8CDEB
(168,205,235)
#B0D2ED
(176,210,237)
#B8D7EF
(184,215,239)
#C0DCF1
(192,220,241)
#C8E1F3
(200,225,243)
#D0E6F5
(208,230,245)
#D8EBF7
(216,235,247)
#E0F0F9
(224,240,249)
#E8F5FB
(232,245,251)
#F0FAFD
(240,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0C8E9 color. Also use rgb(160,200,233) instead hex code.

Text Font Color

.myTextColor { color: #A0C8E9; }

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

This text font color is #A0C8E9.


Background Color

.myBgColor { background-color: #A0C8E9; }

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

This div background color is #A0C8E9.


Border color

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

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

This div border color is #A0C8E9.


Opacity

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

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

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

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

This text has shadow with #A0C8E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C8E9 on black background.


Color preview on white background

This text has color #A0C8E9 on white background.



Black color preview on #A0C8E9 background

This text has black color on #A0C8E9 background.


White color preview on #A0C8E9 background

This text has white color on #A0C8E9 background.