COLOR #A8E5F1

HEX: #A8E5F1
RGB: (168,229,241)

Color info

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

RGB color model

#A8E5F1 color RGB value is (168,229,241).

  • red value is 168;
  • green value is 229;
  • blue value is 241.
RGB:
(168,229,241)
(66%,90%,95%)

RGB channels and saturation

R 168 of 255 = 66%
G 229 of 255 = 90%
B 241 of 255 = 95%

168
229
241

R + G + B ~ 84%. #A8E5F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 229 + 241 = 638 (100%)
R 168 of 638 ~ 26.33%
G 229 of 638 ~ 35.89%
B 241 of 638 ~ 37.77%

%26.33
%35.89
%37.77

CMYK color model

#A8E5F1 color CMYK value is (30,5,0,5).

  • cyan value is 30.29%
  • magenta value is 4.98%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(30,5,0,5)
C30M5Y0K5 
(30%,5%,0%,5%)
(0.30/0.05/0.00/0.05)	

CMYK percentages

%30.29
%4.98
%0
%5.49

Codes

Color #A8E5F1 in popluar color models

A8E5F1
RGB168229241
HSL190°72.28%80.20%
HSB/HSV190°30.29%94.51%
CMYK30.29%4.98%0.00%
5.49%

Color #A8E5F1 in popluar number systems.

HEXA8E5F1
Decimal168229241
Binary101010001110010111110001
Octal250345361

Shades and tints

Shades of #A8E5F1

#A8E5F1
(168,229,241)
#99D1DC
(153,209,220)
#8ABDC7
(138,189,199)
#7BA9B2
(123,169,178)
#6C959D
(108,149,157)
#5D8188
(93,129,136)
#4E6D73
(78,109,115)
#3F595E
(63,89,94)
#304549
(48,69,73)
#213134
(33,49,52)
#121D1F
(18,29,31)
#000000
(0,0,0)

Tints of #A8E5F1

#A8E5F1
(168,229,241)
#AFE7F2
(175,231,242)
#B6E9F3
(182,233,243)
#BDEBF4
(189,235,244)
#C4EDF5
(196,237,245)
#CBEFF6
(203,239,246)
#D2F1F7
(210,241,247)
#D9F3F8
(217,243,248)
#E0F5F9
(224,245,249)
#E7F7FA
(231,247,250)
#EEF9FB
(238,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8E5F1 color. Also use rgb(168,229,241) instead hex code.

Text Font Color

.myTextColor { color: #A8E5F1; }

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

This text font color is #A8E5F1.


Background Color

.myBgColor { background-color: #A8E5F1; }

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

This div background color is #A8E5F1.


Border color

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

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

This div border color is #A8E5F1.


Opacity

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

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

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

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

This text has shadow with #A8E5F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8E5F1 on black background.


Color preview on white background

This text has color #A8E5F1 on white background.



Black color preview on #A8E5F1 background

This text has black color on #A8E5F1 background.


White color preview on #A8E5F1 background

This text has white color on #A8E5F1 background.