COLOR #AEDCC9

HEX: #AEDCC9
RGB: (174,220,201)

Color info

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

RGB color model

#AEDCC9 color RGB value is (174,220,201).

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

RGB channels and saturation

R 174 of 255 = 68%
G 220 of 255 = 86%
B 201 of 255 = 79%

174
220
201

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

Portions of RGB colors in percentages

R + G + B =
174 + 220 + 201 = 595 (100%)
R 174 of 595 ~ 29.24%
G 220 of 595 ~ 36.97%
B 201 of 595 ~ 33.78%

%29.24
%36.97
%33.78

CMYK color model

#AEDCC9 color CMYK value is (21,0,9,14).

  • cyan value is 20.91%
  • magenta value is 0.00%
  • yellow value is 8.64%
  • key color value is 13.73%
CMYK:
(21,0,9,14)
C21M0Y9K14 
(21%,0%,9%,14%)
(0.21/0.00/0.09/0.14)	

CMYK percentages

%20.91
%0
%8.64
%13.73

Codes

Color #AEDCC9 in popluar color models

AEDCC9
RGB174220201
HSL155°39.66%77.25%
HSB/HSV155°20.91%86.27%
CMYK20.91%0.00%8.64%
13.73%

Color #AEDCC9 in popluar number systems.

HEXAEDCC9
Decimal174220201
Binary101011101101110011001001
Octal256334311

Shades and tints

Shades of #AEDCC9

#AEDCC9
(174,220,201)
#9FC8B7
(159,200,183)
#90B4A5
(144,180,165)
#81A093
(129,160,147)
#728C81
(114,140,129)
#63786F
(99,120,111)
#54645D
(84,100,93)
#45504B
(69,80,75)
#363C39
(54,60,57)
#272827
(39,40,39)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #AEDCC9

#AEDCC9
(174,220,201)
#B5DFCD
(181,223,205)
#BCE2D1
(188,226,209)
#C3E5D5
(195,229,213)
#CAE8D9
(202,232,217)
#D1EBDD
(209,235,221)
#D8EEE1
(216,238,225)
#DFF1E5
(223,241,229)
#E6F4E9
(230,244,233)
#EDF7ED
(237,247,237)
#F4FAF1
(244,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEDCC9; }

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

This text font color is #AEDCC9.


Background Color

.myBgColor { background-color: #AEDCC9; }

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

This div background color is #AEDCC9.


Border color

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

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

This div border color is #AEDCC9.


Opacity

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

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

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

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

This text has shadow with #AEDCC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDCC9 on black background.


Color preview on white background

This text has color #AEDCC9 on white background.



Black color preview on #AEDCC9 background

This text has black color on #AEDCC9 background.


White color preview on #AEDCC9 background

This text has white color on #AEDCC9 background.