COLOR #AEEAD1

HEX: #AEEAD1
RGB: (174,234,209)

Color info

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

RGB color model

#AEEAD1 color RGB value is (174,234,209).

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

RGB channels and saturation

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

174
234
209

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

Portions of RGB colors in percentages

R + G + B =
174 + 234 + 209 = 617 (100%)
R 174 of 617 ~ 28.2%
G 234 of 617 ~ 37.93%
B 209 of 617 ~ 33.87%

%28.2
%37.93
%33.87

CMYK color model

#AEEAD1 color CMYK value is (26,0,11,8).

  • cyan value is 25.64%
  • magenta value is 0.00%
  • yellow value is 10.68%
  • key color value is 8.24%
CMYK:
(26,0,11,8)
C26M0Y11K8 
(26%,0%,11%,8%)
(0.26/0.00/0.11/0.08)	

CMYK percentages

%25.64
%0
%10.68
%8.24

Codes

Color #AEEAD1 in popluar color models

AEEAD1
RGB174234209
HSL155°58.82%80.00%
HSB/HSV155°25.64%91.76%
CMYK25.64%0.00%10.68%
8.24%

Color #AEEAD1 in popluar number systems.

HEXAEEAD1
Decimal174234209
Binary101011101110101011010001
Octal256352321

Shades and tints

Shades of #AEEAD1

#AEEAD1
(174,234,209)
#9FD5BE
(159,213,190)
#90C0AB
(144,192,171)
#81AB98
(129,171,152)
#729685
(114,150,133)
#638172
(99,129,114)
#546C5F
(84,108,95)
#45574C
(69,87,76)
#364239
(54,66,57)
#272D26
(39,45,38)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #AEEAD1

#AEEAD1
(174,234,209)
#B5EBD5
(181,235,213)
#BCECD9
(188,236,217)
#C3EDDD
(195,237,221)
#CAEEE1
(202,238,225)
#D1EFE5
(209,239,229)
#D8F0E9
(216,240,233)
#DFF1ED
(223,241,237)
#E6F2F1
(230,242,241)
#EDF3F5
(237,243,245)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEEAD1; }

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

This text font color is #AEEAD1.


Background Color

.myBgColor { background-color: #AEEAD1; }

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

This div background color is #AEEAD1.


Border color

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

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

This div border color is #AEEAD1.


Opacity

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

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

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

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

This text has shadow with #AEEAD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEEAD1 on black background.


Color preview on white background

This text has color #AEEAD1 on white background.



Black color preview on #AEEAD1 background

This text has black color on #AEEAD1 background.


White color preview on #AEEAD1 background

This text has white color on #AEEAD1 background.