COLOR #A8C5ED

HEX: #A8C5ED
RGB: (168,197,237)

Color info

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

RGB color model

#A8C5ED color RGB value is (168,197,237).

  • red value is 168;
  • green value is 197;
  • blue value is 237.
RGB:
(168,197,237)
(66%,77%,93%)

RGB channels and saturation

R 168 of 255 = 66%
G 197 of 255 = 77%
B 237 of 255 = 93%

168
197
237

R + G + B ~ 79%. #A8C5ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 197 + 237 = 602 (100%)
R 168 of 602 ~ 27.91%
G 197 of 602 ~ 32.72%
B 237 of 602 ~ 39.37%

%27.91
%32.72
%39.37

CMYK color model

#A8C5ED color CMYK value is (29,17,0,7).

  • cyan value is 29.11%
  • magenta value is 16.88%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(29,17,0,7)
C29M17Y0K7 
(29%,17%,0%,7%)
(0.29/0.17/0.00/0.07)	

CMYK percentages

%29.11
%16.88
%0
%7.06

Codes

Color #A8C5ED in popluar color models

A8C5ED
RGB168197237
HSL215°65.71%79.41%
HSB/HSV215°29.11%92.94%
CMYK29.11%16.88%0.00%
7.06%

Color #A8C5ED in popluar number systems.

HEXA8C5ED
Decimal168197237
Binary101010001100010111101101
Octal250305355

Shades and tints

Shades of #A8C5ED

#A8C5ED
(168,197,237)
#99B4D8
(153,180,216)
#8AA3C3
(138,163,195)
#7B92AE
(123,146,174)
#6C8199
(108,129,153)
#5D7084
(93,112,132)
#4E5F6F
(78,95,111)
#3F4E5A
(63,78,90)
#303D45
(48,61,69)
#212C30
(33,44,48)
#121B1B
(18,27,27)
#000000
(0,0,0)

Tints of #A8C5ED

#A8C5ED
(168,197,237)
#AFCAEE
(175,202,238)
#B6CFEF
(182,207,239)
#BDD4F0
(189,212,240)
#C4D9F1
(196,217,241)
#CBDEF2
(203,222,242)
#D2E3F3
(210,227,243)
#D9E8F4
(217,232,244)
#E0EDF5
(224,237,245)
#E7F2F6
(231,242,246)
#EEF7F7
(238,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8C5ED color. Also use rgb(168,197,237) instead hex code.

Text Font Color

.myTextColor { color: #A8C5ED; }

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

This text font color is #A8C5ED.


Background Color

.myBgColor { background-color: #A8C5ED; }

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

This div background color is #A8C5ED.


Border color

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

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

This div border color is #A8C5ED.


Opacity

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

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

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

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

This text has shadow with #A8C5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8C5ED on black background.


Color preview on white background

This text has color #A8C5ED on white background.



Black color preview on #A8C5ED background

This text has black color on #A8C5ED background.


White color preview on #A8C5ED background

This text has white color on #A8C5ED background.