COLOR #A8F5DE

HEX: #A8F5DE
RGB: (168,245,222)

Color info

#A8F5DE contains mainly green and blue colors. Web safe color of #A8F5DE is #99FFCC (or #9FC).

RGB color model

#A8F5DE color RGB value is (168,245,222).

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

RGB channels and saturation

R 168 of 255 = 66%
G 245 of 255 = 96%
B 222 of 255 = 87%

168
245
222

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

Portions of RGB colors in percentages

R + G + B =
168 + 245 + 222 = 635 (100%)
R 168 of 635 ~ 26.46%
G 245 of 635 ~ 38.58%
B 222 of 635 ~ 34.96%

%26.46
%38.58
%34.96

CMYK color model

#A8F5DE color CMYK value is (31,0,9,4).

  • cyan value is 31.43%
  • magenta value is 0.00%
  • yellow value is 9.39%
  • key color value is 3.92%
CMYK:
(31,0,9,4)
C31M0Y9K4 
(31%,0%,9%,4%)
(0.31/0.00/0.09/0.04)	

CMYK percentages

%31.43
%0
%9.39
%3.92

Codes

Color #A8F5DE in popluar color models

A8F5DE
RGB168245222
HSL162°79.38%80.98%
HSB/HSV162°31.43%96.08%
CMYK31.43%0.00%9.39%
3.92%

Color #A8F5DE in popluar number systems.

HEXA8F5DE
Decimal168245222
Binary101010001111010111011110
Octal250365336

Shades and tints

Shades of #A8F5DE

#A8F5DE
(168,245,222)
#99DFCA
(153,223,202)
#8AC9B6
(138,201,182)
#7BB3A2
(123,179,162)
#6C9D8E
(108,157,142)
#5D877A
(93,135,122)
#4E7166
(78,113,102)
#3F5B52
(63,91,82)
#30453E
(48,69,62)
#212F2A
(33,47,42)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #A8F5DE

#A8F5DE
(168,245,222)
#AFF5E1
(175,245,225)
#B6F5E4
(182,245,228)
#BDF5E7
(189,245,231)
#C4F5EA
(196,245,234)
#CBF5ED
(203,245,237)
#D2F5F0
(210,245,240)
#D9F5F3
(217,245,243)
#E0F5F6
(224,245,246)
#E7F5F9
(231,245,249)
#EEF5FC
(238,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8F5DE; }

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

This text font color is #A8F5DE.


Background Color

.myBgColor { background-color: #A8F5DE; }

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

This div background color is #A8F5DE.


Border color

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

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

This div border color is #A8F5DE.


Opacity

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

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

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

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

This text has shadow with #A8F5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8F5DE on black background.


Color preview on white background

This text has color #A8F5DE on white background.



Black color preview on #A8F5DE background

This text has black color on #A8F5DE background.


White color preview on #A8F5DE background

This text has white color on #A8F5DE background.