COLOR #AEDED9

HEX: #AEDED9
RGB: (174,222,217)

Color info

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

RGB color model

#AEDED9 color RGB value is (174,222,217).

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

RGB channels and saturation

R 174 of 255 = 68%
G 222 of 255 = 87%
B 217 of 255 = 85%

174
222
217

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

Portions of RGB colors in percentages

R + G + B =
174 + 222 + 217 = 613 (100%)
R 174 of 613 ~ 28.38%
G 222 of 613 ~ 36.22%
B 217 of 613 ~ 35.4%

%28.38
%36.22
%35.4

CMYK color model

#AEDED9 color CMYK value is (22,0,2,13).

  • cyan value is 21.62%
  • magenta value is 0.00%
  • yellow value is 2.25%
  • key color value is 12.94%
CMYK:
(22,0,2,13)
C22M0Y2K13 
(22%,0%,2%,13%)
(0.22/0.00/0.02/0.13)	

CMYK percentages

%21.62
%0
%2.25
%12.94

Codes

Color #AEDED9 in popluar color models

AEDED9
RGB174222217
HSL174°42.11%77.65%
HSB/HSV174°21.62%87.06%
CMYK21.62%0.00%2.25%
12.94%

Color #AEDED9 in popluar number systems.

HEXAEDED9
Decimal174222217
Binary101011101101111011011001
Octal256336331

Shades and tints

Shades of #AEDED9

#AEDED9
(174,222,217)
#9FCAC6
(159,202,198)
#90B6B3
(144,182,179)
#81A2A0
(129,162,160)
#728E8D
(114,142,141)
#637A7A
(99,122,122)
#546667
(84,102,103)
#455254
(69,82,84)
#363E41
(54,62,65)
#272A2E
(39,42,46)
#18161B
(24,22,27)
#000000
(0,0,0)

Tints of #AEDED9

#AEDED9
(174,222,217)
#B5E1DC
(181,225,220)
#BCE4DF
(188,228,223)
#C3E7E2
(195,231,226)
#CAEAE5
(202,234,229)
#D1EDE8
(209,237,232)
#D8F0EB
(216,240,235)
#DFF3EE
(223,243,238)
#E6F6F1
(230,246,241)
#EDF9F4
(237,249,244)
#F4FCF7
(244,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEDED9; }

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

This text font color is #AEDED9.


Background Color

.myBgColor { background-color: #AEDED9; }

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

This div background color is #AEDED9.


Border color

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

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

This div border color is #AEDED9.


Opacity

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

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

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

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

This text has shadow with #AEDED9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDED9 on black background.


Color preview on white background

This text has color #AEDED9 on white background.



Black color preview on #AEDED9 background

This text has black color on #AEDED9 background.


White color preview on #AEDED9 background

This text has white color on #AEDED9 background.