COLOR #AEEAD2

HEX: #AEEAD2
RGB: (174,234,210)

Color info

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

RGB color model

#AEEAD2 color RGB value is (174,234,210).

  • red value is 174;
  • green value is 234;
  • blue value is 210.
RGB:
(174,234,210)
(68%,92%,82%)

RGB channels and saturation

R 174 of 255 = 68%
G 234 of 255 = 92%
B 210 of 255 = 82%

174
234
210

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

Portions of RGB colors in percentages

R + G + B =
174 + 234 + 210 = 618 (100%)
R 174 of 618 ~ 28.16%
G 234 of 618 ~ 37.86%
B 210 of 618 ~ 33.98%

%28.16
%37.86
%33.98

CMYK color model

#AEEAD2 color CMYK value is (26,0,10,8).

  • cyan value is 25.64%
  • magenta value is 0.00%
  • yellow value is 10.26%
  • key color value is 8.24%
CMYK:
(26,0,10,8)
C26M0Y10K8 
(26%,0%,10%,8%)
(0.26/0.00/0.10/0.08)	

CMYK percentages

%25.64
%0
%10.26
%8.24

Codes

Color #AEEAD2 in popluar color models

AEEAD2
RGB174234210
HSL156°58.82%80.00%
HSB/HSV156°25.64%91.76%
CMYK25.64%0.00%10.26%
8.24%

Color #AEEAD2 in popluar number systems.

HEXAEEAD2
Decimal174234210
Binary101011101110101011010010
Octal256352322

Shades and tints

Shades of #AEEAD2

#AEEAD2
(174,234,210)
#9FD5BF
(159,213,191)
#90C0AC
(144,192,172)
#81AB99
(129,171,153)
#729686
(114,150,134)
#638173
(99,129,115)
#546C60
(84,108,96)
#45574D
(69,87,77)
#36423A
(54,66,58)
#272D27
(39,45,39)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #AEEAD2

#AEEAD2
(174,234,210)
#B5EBD6
(181,235,214)
#BCECDA
(188,236,218)
#C3EDDE
(195,237,222)
#CAEEE2
(202,238,226)
#D1EFE6
(209,239,230)
#D8F0EA
(216,240,234)
#DFF1EE
(223,241,238)
#E6F2F2
(230,242,242)
#EDF3F6
(237,243,246)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEEAD2 color. Also use rgb(174,234,210) instead hex code.

Text Font Color

.myTextColor { color: #AEEAD2; }

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

This text font color is #AEEAD2.


Background Color

.myBgColor { background-color: #AEEAD2; }

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

This div background color is #AEEAD2.


Border color

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

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

This div border color is #AEEAD2.


Opacity

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

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

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

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

This text has shadow with #AEEAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEEAD2 on black background.


Color preview on white background

This text has color #AEEAD2 on white background.



Black color preview on #AEEAD2 background

This text has black color on #AEEAD2 background.


White color preview on #AEEAD2 background

This text has white color on #AEEAD2 background.