COLOR #A8C7EA

HEX: #A8C7EA
RGB: (168,199,234)

Color info

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

RGB color model

#A8C7EA color RGB value is (168,199,234).

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

RGB channels and saturation

R 168 of 255 = 66%
G 199 of 255 = 78%
B 234 of 255 = 92%

168
199
234

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

Portions of RGB colors in percentages

R + G + B =
168 + 199 + 234 = 601 (100%)
R 168 of 601 ~ 27.95%
G 199 of 601 ~ 33.11%
B 234 of 601 ~ 38.94%

%27.95
%33.11
%38.94

CMYK color model

#A8C7EA color CMYK value is (28,15,0,8).

  • cyan value is 28.21%
  • magenta value is 14.96%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(28,15,0,8)
C28M15Y0K8 
(28%,15%,0%,8%)
(0.28/0.15/0.00/0.08)	

CMYK percentages

%28.21
%14.96
%0
%8.24

Codes

Color #A8C7EA in popluar color models

A8C7EA
RGB168199234
HSL212°61.11%78.82%
HSB/HSV212°28.21%91.76%
CMYK28.21%14.96%0.00%
8.24%

Color #A8C7EA in popluar number systems.

HEXA8C7EA
Decimal168199234
Binary101010001100011111101010
Octal250307352

Shades and tints

Shades of #A8C7EA

#A8C7EA
(168,199,234)
#99B5D5
(153,181,213)
#8AA3C0
(138,163,192)
#7B91AB
(123,145,171)
#6C7F96
(108,127,150)
#5D6D81
(93,109,129)
#4E5B6C
(78,91,108)
#3F4957
(63,73,87)
#303742
(48,55,66)
#21252D
(33,37,45)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #A8C7EA

#A8C7EA
(168,199,234)
#AFCCEB
(175,204,235)
#B6D1EC
(182,209,236)
#BDD6ED
(189,214,237)
#C4DBEE
(196,219,238)
#CBE0EF
(203,224,239)
#D2E5F0
(210,229,240)
#D9EAF1
(217,234,241)
#E0EFF2
(224,239,242)
#E7F4F3
(231,244,243)
#EEF9F4
(238,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8C7EA; }

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

This text font color is #A8C7EA.


Background Color

.myBgColor { background-color: #A8C7EA; }

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

This div background color is #A8C7EA.


Border color

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

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

This div border color is #A8C7EA.


Opacity

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

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

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

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

This text has shadow with #A8C7EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8C7EA on black background.


Color preview on white background

This text has color #A8C7EA on white background.



Black color preview on #A8C7EA background

This text has black color on #A8C7EA background.


White color preview on #A8C7EA background

This text has white color on #A8C7EA background.