COLOR #AED8D8

HEX: #AED8D8
RGB: (174,216,216)

Color info

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

RGB color model

#AED8D8 color RGB value is (174,216,216).

  • red value is 174;
  • green value is 216;
  • blue value is 216.
RGB:
(174,216,216)
(68%,85%,85%)

RGB channels and saturation

R 174 of 255 = 68%
G 216 of 255 = 85%
B 216 of 255 = 85%

174
216
216

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

Portions of RGB colors in percentages

R + G + B =
174 + 216 + 216 = 606 (100%)
R 174 of 606 ~ 28.71%
G 216 of 606 ~ 35.64%
B 216 of 606 ~ 35.64%

%28.71
%35.64
%35.64

CMYK color model

#AED8D8 color CMYK value is (19,0,0,15).

  • cyan value is 19.44%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(19,0,0,15)
C19M0Y0K15 
(19%,0%,0%,15%)
(0.19/0.00/0.00/0.15)	

CMYK percentages

%19.44
%0
%0
%15.29

Codes

Color #AED8D8 in popluar color models

AED8D8
RGB174216216
HSL180°35.00%76.47%
HSB/HSV180°19.44%84.71%
CMYK19.44%0.00%0.00%
15.29%

Color #AED8D8 in popluar number systems.

HEXAED8D8
Decimal174216216
Binary101011101101100011011000
Octal256330330

Shades and tints

Shades of #AED8D8

#AED8D8
(174,216,216)
#9FC5C5
(159,197,197)
#90B2B2
(144,178,178)
#819F9F
(129,159,159)
#728C8C
(114,140,140)
#637979
(99,121,121)
#546666
(84,102,102)
#455353
(69,83,83)
#364040
(54,64,64)
#272D2D
(39,45,45)
#181A1A
(24,26,26)
#000000
(0,0,0)

Tints of #AED8D8

#AED8D8
(174,216,216)
#B5DBDB
(181,219,219)
#BCDEDE
(188,222,222)
#C3E1E1
(195,225,225)
#CAE4E4
(202,228,228)
#D1E7E7
(209,231,231)
#D8EAEA
(216,234,234)
#DFEDED
(223,237,237)
#E6F0F0
(230,240,240)
#EDF3F3
(237,243,243)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED8D8 color. Also use rgb(174,216,216) instead hex code.

Text Font Color

.myTextColor { color: #AED8D8; }

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

This text font color is #AED8D8.


Background Color

.myBgColor { background-color: #AED8D8; }

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

This div background color is #AED8D8.


Border color

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

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

This div border color is #AED8D8.


Opacity

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

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

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

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

This text has shadow with #AED8D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED8D8 on black background.


Color preview on white background

This text has color #AED8D8 on white background.



Black color preview on #AED8D8 background

This text has black color on #AED8D8 background.


White color preview on #AED8D8 background

This text has white color on #AED8D8 background.