COLOR #AEDDC9

HEX: #AEDDC9
RGB: (174,221,201)

Color info

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

RGB color model

#AEDDC9 color RGB value is (174,221,201).

  • red value is 174;
  • green value is 221;
  • blue value is 201.
RGB:
(174,221,201)
(68%,87%,79%)

RGB channels and saturation

R 174 of 255 = 68%
G 221 of 255 = 87%
B 201 of 255 = 79%

174
221
201

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

Portions of RGB colors in percentages

R + G + B =
174 + 221 + 201 = 596 (100%)
R 174 of 596 ~ 29.19%
G 221 of 596 ~ 37.08%
B 201 of 596 ~ 33.72%

%29.19
%37.08
%33.72

CMYK color model

#AEDDC9 color CMYK value is (21,0,9,13).

  • cyan value is 21.27%
  • magenta value is 0.00%
  • yellow value is 9.05%
  • key color value is 13.33%
CMYK:
(21,0,9,13)
C21M0Y9K13 
(21%,0%,9%,13%)
(0.21/0.00/0.09/0.13)	

CMYK percentages

%21.27
%0
%9.05
%13.33

Codes

Color #AEDDC9 in popluar color models

AEDDC9
RGB174221201
HSL154°40.87%77.45%
HSB/HSV154°21.27%86.67%
CMYK21.27%0.00%9.05%
13.33%

Color #AEDDC9 in popluar number systems.

HEXAEDDC9
Decimal174221201
Binary101011101101110111001001
Octal256335311

Shades and tints

Shades of #AEDDC9

#AEDDC9
(174,221,201)
#9FC9B7
(159,201,183)
#90B5A5
(144,181,165)
#81A193
(129,161,147)
#728D81
(114,141,129)
#63796F
(99,121,111)
#54655D
(84,101,93)
#45514B
(69,81,75)
#363D39
(54,61,57)
#272927
(39,41,39)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #AEDDC9

#AEDDC9
(174,221,201)
#B5E0CD
(181,224,205)
#BCE3D1
(188,227,209)
#C3E6D5
(195,230,213)
#CAE9D9
(202,233,217)
#D1ECDD
(209,236,221)
#D8EFE1
(216,239,225)
#DFF2E5
(223,242,229)
#E6F5E9
(230,245,233)
#EDF8ED
(237,248,237)
#F4FBF1
(244,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEDDC9; }

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

This text font color is #AEDDC9.


Background Color

.myBgColor { background-color: #AEDDC9; }

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

This div background color is #AEDDC9.


Border color

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

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

This div border color is #AEDDC9.


Opacity

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

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

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

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

This text has shadow with #AEDDC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDDC9 on black background.


Color preview on white background

This text has color #AEDDC9 on white background.



Black color preview on #AEDDC9 background

This text has black color on #AEDDC9 background.


White color preview on #AEDDC9 background

This text has white color on #AEDDC9 background.