COLOR #A8E1F4

HEX: #A8E1F4
RGB: (168,225,244)

Color info

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

RGB color model

#A8E1F4 color RGB value is (168,225,244).

  • red value is 168;
  • green value is 225;
  • blue value is 244.
RGB:
(168,225,244)
(66%,88%,96%)

RGB channels and saturation

R 168 of 255 = 66%
G 225 of 255 = 88%
B 244 of 255 = 96%

168
225
244

R + G + B ~ 83%. #A8E1F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 225 + 244 = 637 (100%)
R 168 of 637 ~ 26.37%
G 225 of 637 ~ 35.32%
B 244 of 637 ~ 38.3%

%26.37
%35.32
%38.3

CMYK color model

#A8E1F4 color CMYK value is (31,8,0,4).

  • cyan value is 31.15%
  • magenta value is 7.79%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(31,8,0,4)
C31M8Y0K4 
(31%,8%,0%,4%)
(0.31/0.08/0.00/0.04)	

CMYK percentages

%31.15
%7.79
%0
%4.31

Codes

Color #A8E1F4 in popluar color models

A8E1F4
RGB168225244
HSL195°77.55%80.78%
HSB/HSV195°31.15%95.69%
CMYK31.15%7.79%0.00%
4.31%

Color #A8E1F4 in popluar number systems.

HEXA8E1F4
Decimal168225244
Binary101010001110000111110100
Octal250341364

Shades and tints

Shades of #A8E1F4

#A8E1F4
(168,225,244)
#99CDDE
(153,205,222)
#8AB9C8
(138,185,200)
#7BA5B2
(123,165,178)
#6C919C
(108,145,156)
#5D7D86
(93,125,134)
#4E6970
(78,105,112)
#3F555A
(63,85,90)
#304144
(48,65,68)
#212D2E
(33,45,46)
#121918
(18,25,24)
#000000
(0,0,0)

Tints of #A8E1F4

#A8E1F4
(168,225,244)
#AFE3F5
(175,227,245)
#B6E5F6
(182,229,246)
#BDE7F7
(189,231,247)
#C4E9F8
(196,233,248)
#CBEBF9
(203,235,249)
#D2EDFA
(210,237,250)
#D9EFFB
(217,239,251)
#E0F1FC
(224,241,252)
#E7F3FD
(231,243,253)
#EEF5FE
(238,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8E1F4 color. Also use rgb(168,225,244) instead hex code.

Text Font Color

.myTextColor { color: #A8E1F4; }

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

This text font color is #A8E1F4.


Background Color

.myBgColor { background-color: #A8E1F4; }

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

This div background color is #A8E1F4.


Border color

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

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

This div border color is #A8E1F4.


Opacity

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

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

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

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

This text has shadow with #A8E1F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8E1F4 on black background.


Color preview on white background

This text has color #A8E1F4 on white background.



Black color preview on #A8E1F4 background

This text has black color on #A8E1F4 background.


White color preview on #A8E1F4 background

This text has white color on #A8E1F4 background.