COLOR #AEECD0

HEX: #AEECD0
RGB: (174,236,208)

Color info

#AEECD0 contains mainly green and blue colors. Web safe color of #AEECD0 is #99FFCC (or #9FC).

RGB color model

#AEECD0 color RGB value is (174,236,208).

  • red value is 174;
  • green value is 236;
  • blue value is 208.
RGB:
(174,236,208)
(68%,93%,82%)

RGB channels and saturation

R 174 of 255 = 68%
G 236 of 255 = 93%
B 208 of 255 = 82%

174
236
208

R + G + B ~ 81%. #AEECD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 236 + 208 = 618 (100%)
R 174 of 618 ~ 28.16%
G 236 of 618 ~ 38.19%
B 208 of 618 ~ 33.66%

%28.16
%38.19
%33.66

CMYK color model

#AEECD0 color CMYK value is (26,0,12,7).

  • cyan value is 26.27%
  • magenta value is 0.00%
  • yellow value is 11.86%
  • key color value is 7.45%
CMYK:
(26,0,12,7)
C26M0Y12K7 
(26%,0%,12%,7%)
(0.26/0.00/0.12/0.07)	

CMYK percentages

%26.27
%0
%11.86
%7.45

Codes

Color #AEECD0 in popluar color models

AEECD0
RGB174236208
HSL153°62.00%80.39%
HSB/HSV153°26.27%92.55%
CMYK26.27%0.00%11.86%
7.45%

Color #AEECD0 in popluar number systems.

HEXAEECD0
Decimal174236208
Binary101011101110110011010000
Octal256354320

Shades and tints

Shades of #AEECD0

#AEECD0
(174,236,208)
#9FD7BE
(159,215,190)
#90C2AC
(144,194,172)
#81AD9A
(129,173,154)
#729888
(114,152,136)
#638376
(99,131,118)
#546E64
(84,110,100)
#455952
(69,89,82)
#364440
(54,68,64)
#272F2E
(39,47,46)
#181A1C
(24,26,28)
#000000
(0,0,0)

Tints of #AEECD0

#AEECD0
(174,236,208)
#B5EDD4
(181,237,212)
#BCEED8
(188,238,216)
#C3EFDC
(195,239,220)
#CAF0E0
(202,240,224)
#D1F1E4
(209,241,228)
#D8F2E8
(216,242,232)
#DFF3EC
(223,243,236)
#E6F4F0
(230,244,240)
#EDF5F4
(237,245,244)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEECD0 color. Also use rgb(174,236,208) instead hex code.

Text Font Color

.myTextColor { color: #AEECD0; }

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

This text font color is #AEECD0.


Background Color

.myBgColor { background-color: #AEECD0; }

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

This div background color is #AEECD0.


Border color

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

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

This div border color is #AEECD0.


Opacity

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

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

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

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

This text has shadow with #AEECD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEECD0 on black background.


Color preview on white background

This text has color #AEECD0 on white background.



Black color preview on #AEECD0 background

This text has black color on #AEECD0 background.


White color preview on #AEECD0 background

This text has white color on #AEECD0 background.