COLOR #AED5D1

HEX: #AED5D1
RGB: (174,213,209)

Color info

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

RGB color model

#AED5D1 color RGB value is (174,213,209).

  • red value is 174;
  • green value is 213;
  • blue value is 209.
RGB:
(174,213,209)
(68%,84%,82%)

RGB channels and saturation

R 174 of 255 = 68%
G 213 of 255 = 84%
B 209 of 255 = 82%

174
213
209

R + G + B ~ 78%. #AED5D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 213 + 209 = 596 (100%)
R 174 of 596 ~ 29.19%
G 213 of 596 ~ 35.74%
B 209 of 596 ~ 35.07%

%29.19
%35.74
%35.07

CMYK color model

#AED5D1 color CMYK value is (18,0,2,16).

  • cyan value is 18.31%
  • magenta value is 0.00%
  • yellow value is 1.88%
  • key color value is 16.47%
CMYK:
(18,0,2,16)
C18M0Y2K16 
(18%,0%,2%,16%)
(0.18/0.00/0.02/0.16)	

CMYK percentages

%18.31
%0
%1.88
%16.47

Codes

Color #AED5D1 in popluar color models

AED5D1
RGB174213209
HSL174°31.71%75.88%
HSB/HSV174°18.31%83.53%
CMYK18.31%0.00%1.88%
16.47%

Color #AED5D1 in popluar number systems.

HEXAED5D1
Decimal174213209
Binary101011101101010111010001
Octal256325321

Shades and tints

Shades of #AED5D1

#AED5D1
(174,213,209)
#9FC2BE
(159,194,190)
#90AFAB
(144,175,171)
#819C98
(129,156,152)
#728985
(114,137,133)
#637672
(99,118,114)
#54635F
(84,99,95)
#45504C
(69,80,76)
#363D39
(54,61,57)
#272A26
(39,42,38)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #AED5D1

#AED5D1
(174,213,209)
#B5D8D5
(181,216,213)
#BCDBD9
(188,219,217)
#C3DEDD
(195,222,221)
#CAE1E1
(202,225,225)
#D1E4E5
(209,228,229)
#D8E7E9
(216,231,233)
#DFEAED
(223,234,237)
#E6EDF1
(230,237,241)
#EDF0F5
(237,240,245)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED5D1; }

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

This text font color is #AED5D1.


Background Color

.myBgColor { background-color: #AED5D1; }

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

This div background color is #AED5D1.


Border color

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

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

This div border color is #AED5D1.


Opacity

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

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

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

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

This text has shadow with #AED5D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED5D1 on black background.


Color preview on white background

This text has color #AED5D1 on white background.



Black color preview on #AED5D1 background

This text has black color on #AED5D1 background.


White color preview on #AED5D1 background

This text has white color on #AED5D1 background.