COLOR #A8C0EA

HEX: #A8C0EA
RGB: (168,192,234)

Color info

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

RGB color model

#A8C0EA color RGB value is (168,192,234).

  • red value is 168;
  • green value is 192;
  • blue value is 234.
RGB:
(168,192,234)
(66%,75%,92%)

RGB channels and saturation

R 168 of 255 = 66%
G 192 of 255 = 75%
B 234 of 255 = 92%

168
192
234

R + G + B ~ 78%. #A8C0EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 192 + 234 = 594 (100%)
R 168 of 594 ~ 28.28%
G 192 of 594 ~ 32.32%
B 234 of 594 ~ 39.39%

%28.28
%32.32
%39.39

CMYK color model

#A8C0EA color CMYK value is (28,18,0,8).

  • cyan value is 28.21%
  • magenta value is 17.95%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(28,18,0,8)
C28M18Y0K8 
(28%,18%,0%,8%)
(0.28/0.18/0.00/0.08)	

CMYK percentages

%28.21
%17.95
%0
%8.24

Codes

Color #A8C0EA in popluar color models

A8C0EA
RGB168192234
HSL218°61.11%78.82%
HSB/HSV218°28.21%91.76%
CMYK28.21%17.95%0.00%
8.24%

Color #A8C0EA in popluar number systems.

HEXA8C0EA
Decimal168192234
Binary101010001100000011101010
Octal250300352

Shades and tints

Shades of #A8C0EA

#A8C0EA
(168,192,234)
#99AFD5
(153,175,213)
#8A9EC0
(138,158,192)
#7B8DAB
(123,141,171)
#6C7C96
(108,124,150)
#5D6B81
(93,107,129)
#4E5A6C
(78,90,108)
#3F4957
(63,73,87)
#303842
(48,56,66)
#21272D
(33,39,45)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #A8C0EA

#A8C0EA
(168,192,234)
#AFC5EB
(175,197,235)
#B6CAEC
(182,202,236)
#BDCFED
(189,207,237)
#C4D4EE
(196,212,238)
#CBD9EF
(203,217,239)
#D2DEF0
(210,222,240)
#D9E3F1
(217,227,241)
#E0E8F2
(224,232,242)
#E7EDF3
(231,237,243)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8C0EA color. Also use rgb(168,192,234) instead hex code.

Text Font Color

.myTextColor { color: #A8C0EA; }

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

This text font color is #A8C0EA.


Background Color

.myBgColor { background-color: #A8C0EA; }

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

This div background color is #A8C0EA.


Border color

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

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

This div border color is #A8C0EA.


Opacity

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

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

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

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

This text has shadow with #A8C0EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8C0EA on black background.


Color preview on white background

This text has color #A8C0EA on white background.



Black color preview on #A8C0EA background

This text has black color on #A8C0EA background.


White color preview on #A8C0EA background

This text has white color on #A8C0EA background.