COLOR #A8F4D1

HEX: #A8F4D1
RGB: (168,244,209)

Color info

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

RGB color model

#A8F4D1 color RGB value is (168,244,209).

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

RGB channels and saturation

R 168 of 255 = 66%
G 244 of 255 = 96%
B 209 of 255 = 82%

168
244
209

R + G + B ~ 81%. #A8F4D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 244 + 209 = 621 (100%)
R 168 of 621 ~ 27.05%
G 244 of 621 ~ 39.29%
B 209 of 621 ~ 33.66%

%27.05
%39.29
%33.66

CMYK color model

#A8F4D1 color CMYK value is (31,0,14,4).

  • cyan value is 31.15%
  • magenta value is 0.00%
  • yellow value is 14.34%
  • key color value is 4.31%
CMYK:
(31,0,14,4)
C31M0Y14K4 
(31%,0%,14%,4%)
(0.31/0.00/0.14/0.04)	

CMYK percentages

%31.15
%0
%14.34
%4.31

Codes

Color #A8F4D1 in popluar color models

A8F4D1
RGB168244209
HSL152°77.55%80.78%
HSB/HSV152°31.15%95.69%
CMYK31.15%0.00%14.34%
4.31%

Color #A8F4D1 in popluar number systems.

HEXA8F4D1
Decimal168244209
Binary101010001111010011010001
Octal250364321

Shades and tints

Shades of #A8F4D1

#A8F4D1
(168,244,209)
#99DEBE
(153,222,190)
#8AC8AB
(138,200,171)
#7BB298
(123,178,152)
#6C9C85
(108,156,133)
#5D8672
(93,134,114)
#4E705F
(78,112,95)
#3F5A4C
(63,90,76)
#304439
(48,68,57)
#212E26
(33,46,38)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #A8F4D1

#A8F4D1
(168,244,209)
#AFF5D5
(175,245,213)
#B6F6D9
(182,246,217)
#BDF7DD
(189,247,221)
#C4F8E1
(196,248,225)
#CBF9E5
(203,249,229)
#D2FAE9
(210,250,233)
#D9FBED
(217,251,237)
#E0FCF1
(224,252,241)
#E7FDF5
(231,253,245)
#EEFEF9
(238,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8F4D1; }

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

This text font color is #A8F4D1.


Background Color

.myBgColor { background-color: #A8F4D1; }

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

This div background color is #A8F4D1.


Border color

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

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

This div border color is #A8F4D1.


Opacity

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

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

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

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

This text has shadow with #A8F4D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8F4D1 on black background.


Color preview on white background

This text has color #A8F4D1 on white background.



Black color preview on #A8F4D1 background

This text has black color on #A8F4D1 background.


White color preview on #A8F4D1 background

This text has white color on #A8F4D1 background.