COLOR #A8DED9

HEX: #A8DED9
RGB: (168,222,217)

Color info

#A8DED9 contains red, green and blue colors in about the same proportion. Web safe color of #A8DED9 is #99CCCC (or #9CC).

RGB color model

#A8DED9 color RGB value is (168,222,217).

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

RGB channels and saturation

R 168 of 255 = 66%
G 222 of 255 = 87%
B 217 of 255 = 85%

168
222
217

R + G + B ~ 79%. #A8DED9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 222 + 217 = 607 (100%)
R 168 of 607 ~ 27.68%
G 222 of 607 ~ 36.57%
B 217 of 607 ~ 35.75%

%27.68
%36.57
%35.75

CMYK color model

#A8DED9 color CMYK value is (24,0,2,13).

  • cyan value is 24.32%
  • magenta value is 0.00%
  • yellow value is 2.25%
  • key color value is 12.94%
CMYK:
(24,0,2,13)
C24M0Y2K13 
(24%,0%,2%,13%)
(0.24/0.00/0.02/0.13)	

CMYK percentages

%24.32
%0
%2.25
%12.94

Codes

Color #A8DED9 in popluar color models

A8DED9
RGB168222217
HSL174°45.00%76.47%
HSB/HSV174°24.32%87.06%
CMYK24.32%0.00%2.25%
12.94%

Color #A8DED9 in popluar number systems.

HEXA8DED9
Decimal168222217
Binary101010001101111011011001
Octal250336331

Shades and tints

Shades of #A8DED9

#A8DED9
(168,222,217)
#99CAC6
(153,202,198)
#8AB6B3
(138,182,179)
#7BA2A0
(123,162,160)
#6C8E8D
(108,142,141)
#5D7A7A
(93,122,122)
#4E6667
(78,102,103)
#3F5254
(63,82,84)
#303E41
(48,62,65)
#212A2E
(33,42,46)
#12161B
(18,22,27)
#000000
(0,0,0)

Tints of #A8DED9

#A8DED9
(168,222,217)
#AFE1DC
(175,225,220)
#B6E4DF
(182,228,223)
#BDE7E2
(189,231,226)
#C4EAE5
(196,234,229)
#CBEDE8
(203,237,232)
#D2F0EB
(210,240,235)
#D9F3EE
(217,243,238)
#E0F6F1
(224,246,241)
#E7F9F4
(231,249,244)
#EEFCF7
(238,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8DED9; }

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

This text font color is #A8DED9.


Background Color

.myBgColor { background-color: #A8DED9; }

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

This div background color is #A8DED9.


Border color

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

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

This div border color is #A8DED9.


Opacity

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

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

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

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

This text has shadow with #A8DED9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8DED9 on black background.


Color preview on white background

This text has color #A8DED9 on white background.



Black color preview on #A8DED9 background

This text has black color on #A8DED9 background.


White color preview on #A8DED9 background

This text has white color on #A8DED9 background.