COLOR #A8EDD1

HEX: #A8EDD1
RGB: (168,237,209)

Color info

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

RGB color model

#A8EDD1 color RGB value is (168,237,209).

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

RGB channels and saturation

R 168 of 255 = 66%
G 237 of 255 = 93%
B 209 of 255 = 82%

168
237
209

R + G + B ~ 80%. #A8EDD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 237 + 209 = 614 (100%)
R 168 of 614 ~ 27.36%
G 237 of 614 ~ 38.6%
B 209 of 614 ~ 34.04%

%27.36
%38.6
%34.04

CMYK color model

#A8EDD1 color CMYK value is (29,0,12,7).

  • cyan value is 29.11%
  • magenta value is 0.00%
  • yellow value is 11.81%
  • key color value is 7.06%
CMYK:
(29,0,12,7)
C29M0Y12K7 
(29%,0%,12%,7%)
(0.29/0.00/0.12/0.07)	

CMYK percentages

%29.11
%0
%11.81
%7.06

Codes

Color #A8EDD1 in popluar color models

A8EDD1
RGB168237209
HSL156°65.71%79.41%
HSB/HSV156°29.11%92.94%
CMYK29.11%0.00%11.81%
7.06%

Color #A8EDD1 in popluar number systems.

HEXA8EDD1
Decimal168237209
Binary101010001110110111010001
Octal250355321

Shades and tints

Shades of #A8EDD1

#A8EDD1
(168,237,209)
#99D8BE
(153,216,190)
#8AC3AB
(138,195,171)
#7BAE98
(123,174,152)
#6C9985
(108,153,133)
#5D8472
(93,132,114)
#4E6F5F
(78,111,95)
#3F5A4C
(63,90,76)
#304539
(48,69,57)
#213026
(33,48,38)
#121B13
(18,27,19)
#000000
(0,0,0)

Tints of #A8EDD1

#A8EDD1
(168,237,209)
#AFEED5
(175,238,213)
#B6EFD9
(182,239,217)
#BDF0DD
(189,240,221)
#C4F1E1
(196,241,225)
#CBF2E5
(203,242,229)
#D2F3E9
(210,243,233)
#D9F4ED
(217,244,237)
#E0F5F1
(224,245,241)
#E7F6F5
(231,246,245)
#EEF7F9
(238,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8EDD1; }

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

This text font color is #A8EDD1.


Background Color

.myBgColor { background-color: #A8EDD1; }

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

This div background color is #A8EDD1.


Border color

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

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

This div border color is #A8EDD1.


Opacity

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

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

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

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

This text has shadow with #A8EDD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8EDD1 on black background.


Color preview on white background

This text has color #A8EDD1 on white background.



Black color preview on #A8EDD1 background

This text has black color on #A8EDD1 background.


White color preview on #A8EDD1 background

This text has white color on #A8EDD1 background.