COLOR #A8C9E6

HEX: #A8C9E6
RGB: (168,201,230)

Color info

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

RGB color model

#A8C9E6 color RGB value is (168,201,230).

  • red value is 168;
  • green value is 201;
  • blue value is 230.
RGB:
(168,201,230)
(66%,79%,90%)

RGB channels and saturation

R 168 of 255 = 66%
G 201 of 255 = 79%
B 230 of 255 = 90%

168
201
230

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

Portions of RGB colors in percentages

R + G + B =
168 + 201 + 230 = 599 (100%)
R 168 of 599 ~ 28.05%
G 201 of 599 ~ 33.56%
B 230 of 599 ~ 38.4%

%28.05
%33.56
%38.4

CMYK color model

#A8C9E6 color CMYK value is (27,13,0,10).

  • cyan value is 26.96%
  • magenta value is 12.61%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(27,13,0,10)
C27M13Y0K10 
(27%,13%,0%,10%)
(0.27/0.13/0.00/0.10)	

CMYK percentages

%26.96
%12.61
%0
%9.8

Codes

Color #A8C9E6 in popluar color models

A8C9E6
RGB168201230
HSL208°55.36%78.04%
HSB/HSV208°26.96%90.20%
CMYK26.96%12.61%0.00%
9.80%

Color #A8C9E6 in popluar number systems.

HEXA8C9E6
Decimal168201230
Binary101010001100100111100110
Octal250311346

Shades and tints

Shades of #A8C9E6

#A8C9E6
(168,201,230)
#99B7D2
(153,183,210)
#8AA5BE
(138,165,190)
#7B93AA
(123,147,170)
#6C8196
(108,129,150)
#5D6F82
(93,111,130)
#4E5D6E
(78,93,110)
#3F4B5A
(63,75,90)
#303946
(48,57,70)
#212732
(33,39,50)
#12151E
(18,21,30)
#000000
(0,0,0)

Tints of #A8C9E6

#A8C9E6
(168,201,230)
#AFCDE8
(175,205,232)
#B6D1EA
(182,209,234)
#BDD5EC
(189,213,236)
#C4D9EE
(196,217,238)
#CBDDF0
(203,221,240)
#D2E1F2
(210,225,242)
#D9E5F4
(217,229,244)
#E0E9F6
(224,233,246)
#E7EDF8
(231,237,248)
#EEF1FA
(238,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8C9E6 color. Also use rgb(168,201,230) instead hex code.

Text Font Color

.myTextColor { color: #A8C9E6; }

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

This text font color is #A8C9E6.


Background Color

.myBgColor { background-color: #A8C9E6; }

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

This div background color is #A8C9E6.


Border color

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

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

This div border color is #A8C9E6.


Opacity

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

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

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

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

This text has shadow with #A8C9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8C9E6 on black background.


Color preview on white background

This text has color #A8C9E6 on white background.



Black color preview on #A8C9E6 background

This text has black color on #A8C9E6 background.


White color preview on #A8C9E6 background

This text has white color on #A8C9E6 background.