COLOR #A8E5F5

HEX: #A8E5F5
RGB: (168,229,245)

Color info

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

RGB color model

#A8E5F5 color RGB value is (168,229,245).

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

RGB channels and saturation

R 168 of 255 = 66%
G 229 of 255 = 90%
B 245 of 255 = 96%

168
229
245

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

Portions of RGB colors in percentages

R + G + B =
168 + 229 + 245 = 642 (100%)
R 168 of 642 ~ 26.17%
G 229 of 642 ~ 35.67%
B 245 of 642 ~ 38.16%

%26.17
%35.67
%38.16

CMYK color model

#A8E5F5 color CMYK value is (31,7,0,4).

  • cyan value is 31.43%
  • magenta value is 6.53%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(31,7,0,4)
C31M7Y0K4 
(31%,7%,0%,4%)
(0.31/0.07/0.00/0.04)	

CMYK percentages

%31.43
%6.53
%0
%3.92

Codes

Color #A8E5F5 in popluar color models

A8E5F5
RGB168229245
HSL192°79.38%80.98%
HSB/HSV192°31.43%96.08%
CMYK31.43%6.53%0.00%
3.92%

Color #A8E5F5 in popluar number systems.

HEXA8E5F5
Decimal168229245
Binary101010001110010111110101
Octal250345365

Shades and tints

Shades of #A8E5F5

#A8E5F5
(168,229,245)
#99D1DF
(153,209,223)
#8ABDC9
(138,189,201)
#7BA9B3
(123,169,179)
#6C959D
(108,149,157)
#5D8187
(93,129,135)
#4E6D71
(78,109,113)
#3F595B
(63,89,91)
#304545
(48,69,69)
#21312F
(33,49,47)
#121D19
(18,29,25)
#000000
(0,0,0)

Tints of #A8E5F5

#A8E5F5
(168,229,245)
#AFE7F5
(175,231,245)
#B6E9F5
(182,233,245)
#BDEBF5
(189,235,245)
#C4EDF5
(196,237,245)
#CBEFF5
(203,239,245)
#D2F1F5
(210,241,245)
#D9F3F5
(217,243,245)
#E0F5F5
(224,245,245)
#E7F7F5
(231,247,245)
#EEF9F5
(238,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8E5F5; }

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

This text font color is #A8E5F5.


Background Color

.myBgColor { background-color: #A8E5F5; }

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

This div background color is #A8E5F5.


Border color

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

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

This div border color is #A8E5F5.


Opacity

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

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

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

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

This text has shadow with #A8E5F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8E5F5 on black background.


Color preview on white background

This text has color #A8E5F5 on white background.



Black color preview on #A8E5F5 background

This text has black color on #A8E5F5 background.


White color preview on #A8E5F5 background

This text has white color on #A8E5F5 background.