COLOR #A8DED7

HEX: #A8DED7
RGB: (168,222,215)

Color info

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

RGB color model

#A8DED7 color RGB value is (168,222,215).

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

RGB channels and saturation

R 168 of 255 = 66%
G 222 of 255 = 87%
B 215 of 255 = 84%

168
222
215

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

Portions of RGB colors in percentages

R + G + B =
168 + 222 + 215 = 605 (100%)
R 168 of 605 ~ 27.77%
G 222 of 605 ~ 36.69%
B 215 of 605 ~ 35.54%

%27.77
%36.69
%35.54

CMYK color model

#A8DED7 color CMYK value is (24,0,3,13).

  • cyan value is 24.32%
  • magenta value is 0.00%
  • yellow value is 3.15%
  • key color value is 12.94%
CMYK:
(24,0,3,13)
C24M0Y3K13 
(24%,0%,3%,13%)
(0.24/0.00/0.03/0.13)	

CMYK percentages

%24.32
%0
%3.15
%12.94

Codes

Color #A8DED7 in popluar color models

A8DED7
RGB168222215
HSL172°45.00%76.47%
HSB/HSV172°24.32%87.06%
CMYK24.32%0.00%3.15%
12.94%

Color #A8DED7 in popluar number systems.

HEXA8DED7
Decimal168222215
Binary101010001101111011010111
Octal250336327

Shades and tints

Shades of #A8DED7

#A8DED7
(168,222,215)
#99CAC4
(153,202,196)
#8AB6B1
(138,182,177)
#7BA29E
(123,162,158)
#6C8E8B
(108,142,139)
#5D7A78
(93,122,120)
#4E6665
(78,102,101)
#3F5252
(63,82,82)
#303E3F
(48,62,63)
#212A2C
(33,42,44)
#121619
(18,22,25)
#000000
(0,0,0)

Tints of #A8DED7

#A8DED7
(168,222,215)
#AFE1DA
(175,225,218)
#B6E4DD
(182,228,221)
#BDE7E0
(189,231,224)
#C4EAE3
(196,234,227)
#CBEDE6
(203,237,230)
#D2F0E9
(210,240,233)
#D9F3EC
(217,243,236)
#E0F6EF
(224,246,239)
#E7F9F2
(231,249,242)
#EEFCF5
(238,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8DED7; }

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

This text font color is #A8DED7.


Background Color

.myBgColor { background-color: #A8DED7; }

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

This div background color is #A8DED7.


Border color

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

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

This div border color is #A8DED7.


Opacity

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

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

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

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

This text has shadow with #A8DED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8DED7 on black background.


Color preview on white background

This text has color #A8DED7 on white background.



Black color preview on #A8DED7 background

This text has black color on #A8DED7 background.


White color preview on #A8DED7 background

This text has white color on #A8DED7 background.