COLOR #AEDDCE

HEX: #AEDDCE
RGB: (174,221,206)

Color info

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

RGB color model

#AEDDCE color RGB value is (174,221,206).

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

RGB channels and saturation

R 174 of 255 = 68%
G 221 of 255 = 87%
B 206 of 255 = 81%

174
221
206

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

Portions of RGB colors in percentages

R + G + B =
174 + 221 + 206 = 601 (100%)
R 174 of 601 ~ 28.95%
G 221 of 601 ~ 36.77%
B 206 of 601 ~ 34.28%

%28.95
%36.77
%34.28

CMYK color model

#AEDDCE color CMYK value is (21,0,7,13).

  • cyan value is 21.27%
  • magenta value is 0.00%
  • yellow value is 6.79%
  • key color value is 13.33%
CMYK:
(21,0,7,13)
C21M0Y7K13 
(21%,0%,7%,13%)
(0.21/0.00/0.07/0.13)	

CMYK percentages

%21.27
%0
%6.79
%13.33

Codes

Color #AEDDCE in popluar color models

AEDDCE
RGB174221206
HSL161°40.87%77.45%
HSB/HSV161°21.27%86.67%
CMYK21.27%0.00%6.79%
13.33%

Color #AEDDCE in popluar number systems.

HEXAEDDCE
Decimal174221206
Binary101011101101110111001110
Octal256335316

Shades and tints

Shades of #AEDDCE

#AEDDCE
(174,221,206)
#9FC9BC
(159,201,188)
#90B5AA
(144,181,170)
#81A198
(129,161,152)
#728D86
(114,141,134)
#637974
(99,121,116)
#546562
(84,101,98)
#455150
(69,81,80)
#363D3E
(54,61,62)
#27292C
(39,41,44)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #AEDDCE

#AEDDCE
(174,221,206)
#B5E0D2
(181,224,210)
#BCE3D6
(188,227,214)
#C3E6DA
(195,230,218)
#CAE9DE
(202,233,222)
#D1ECE2
(209,236,226)
#D8EFE6
(216,239,230)
#DFF2EA
(223,242,234)
#E6F5EE
(230,245,238)
#EDF8F2
(237,248,242)
#F4FBF6
(244,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEDDCE; }

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

This text font color is #AEDDCE.


Background Color

.myBgColor { background-color: #AEDDCE; }

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

This div background color is #AEDDCE.


Border color

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

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

This div border color is #AEDDCE.


Opacity

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

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

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

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

This text has shadow with #AEDDCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDDCE on black background.


Color preview on white background

This text has color #AEDDCE on white background.



Black color preview on #AEDDCE background

This text has black color on #AEDDCE background.


White color preview on #AEDDCE background

This text has white color on #AEDDCE background.