COLOR #A8F8DB

HEX: #A8F8DB
RGB: (168,248,219)

Color info

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

RGB color model

#A8F8DB color RGB value is (168,248,219).

  • red value is 168;
  • green value is 248;
  • blue value is 219.
RGB:
(168,248,219)
(66%,97%,86%)

RGB channels and saturation

R 168 of 255 = 66%
G 248 of 255 = 97%
B 219 of 255 = 86%

168
248
219

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

Portions of RGB colors in percentages

R + G + B =
168 + 248 + 219 = 635 (100%)
R 168 of 635 ~ 26.46%
G 248 of 635 ~ 39.06%
B 219 of 635 ~ 34.49%

%26.46
%39.06
%34.49

CMYK color model

#A8F8DB color CMYK value is (32,0,12,3).

  • cyan value is 32.26%
  • magenta value is 0.00%
  • yellow value is 11.69%
  • key color value is 2.75%
CMYK:
(32,0,12,3)
C32M0Y12K3 
(32%,0%,12%,3%)
(0.32/0.00/0.12/0.03)	

CMYK percentages

%32.26
%0
%11.69
%2.75

Codes

Color #A8F8DB in popluar color models

A8F8DB
RGB168248219
HSL158°85.11%81.57%
HSB/HSV158°32.26%97.25%
CMYK32.26%0.00%11.69%
2.75%

Color #A8F8DB in popluar number systems.

HEXA8F8DB
Decimal168248219
Binary101010001111100011011011
Octal250370333

Shades and tints

Shades of #A8F8DB

#A8F8DB
(168,248,219)
#99E2C8
(153,226,200)
#8ACCB5
(138,204,181)
#7BB6A2
(123,182,162)
#6CA08F
(108,160,143)
#5D8A7C
(93,138,124)
#4E7469
(78,116,105)
#3F5E56
(63,94,86)
#304843
(48,72,67)
#213230
(33,50,48)
#121C1D
(18,28,29)
#000000
(0,0,0)

Tints of #A8F8DB

#A8F8DB
(168,248,219)
#AFF8DE
(175,248,222)
#B6F8E1
(182,248,225)
#BDF8E4
(189,248,228)
#C4F8E7
(196,248,231)
#CBF8EA
(203,248,234)
#D2F8ED
(210,248,237)
#D9F8F0
(217,248,240)
#E0F8F3
(224,248,243)
#E7F8F6
(231,248,246)
#EEF8F9
(238,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8F8DB color. Also use rgb(168,248,219) instead hex code.

Text Font Color

.myTextColor { color: #A8F8DB; }

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

This text font color is #A8F8DB.


Background Color

.myBgColor { background-color: #A8F8DB; }

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

This div background color is #A8F8DB.


Border color

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

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

This div border color is #A8F8DB.


Opacity

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

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

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

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

This text has shadow with #A8F8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8F8DB on black background.


Color preview on white background

This text has color #A8F8DB on white background.



Black color preview on #A8F8DB background

This text has black color on #A8F8DB background.


White color preview on #A8F8DB background

This text has white color on #A8F8DB background.