COLOR #AEDDBB

HEX: #AEDDBB
RGB: (174,221,187)

Color info

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

RGB color model

#AEDDBB color RGB value is (174,221,187).

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

RGB channels and saturation

R 174 of 255 = 68%
G 221 of 255 = 87%
B 187 of 255 = 73%

174
221
187

R + G + B ~ 76%. #AEDDBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 221 + 187 = 582 (100%)
R 174 of 582 ~ 29.9%
G 221 of 582 ~ 37.97%
B 187 of 582 ~ 32.13%

%29.9
%37.97
%32.13

CMYK color model

#AEDDBB color CMYK value is (21,0,15,13).

  • cyan value is 21.27%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 13.33%
CMYK:
(21,0,15,13)
C21M0Y15K13 
(21%,0%,15%,13%)
(0.21/0.00/0.15/0.13)	

CMYK percentages

%21.27
%0
%15.38
%13.33

Codes

Color #AEDDBB in popluar color models

AEDDBB
RGB174221187
HSL137°40.87%77.45%
HSB/HSV137°21.27%86.67%
CMYK21.27%0.00%15.38%
13.33%

Color #AEDDBB in popluar number systems.

HEXAEDDBB
Decimal174221187
Binary101011101101110110111011
Octal256335273

Shades and tints

Shades of #AEDDBB

#AEDDBB
(174,221,187)
#9FC9AA
(159,201,170)
#90B599
(144,181,153)
#81A188
(129,161,136)
#728D77
(114,141,119)
#637966
(99,121,102)
#546555
(84,101,85)
#455144
(69,81,68)
#363D33
(54,61,51)
#272922
(39,41,34)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #AEDDBB

#AEDDBB
(174,221,187)
#B5E0C1
(181,224,193)
#BCE3C7
(188,227,199)
#C3E6CD
(195,230,205)
#CAE9D3
(202,233,211)
#D1ECD9
(209,236,217)
#D8EFDF
(216,239,223)
#DFF2E5
(223,242,229)
#E6F5EB
(230,245,235)
#EDF8F1
(237,248,241)
#F4FBF7
(244,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEDDBB; }

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

This text font color is #AEDDBB.


Background Color

.myBgColor { background-color: #AEDDBB; }

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

This div background color is #AEDDBB.


Border color

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

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

This div border color is #AEDDBB.


Opacity

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

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

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

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

This text has shadow with #AEDDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDDBB on black background.


Color preview on white background

This text has color #AEDDBB on white background.



Black color preview on #AEDDBB background

This text has black color on #AEDDBB background.


White color preview on #AEDDBB background

This text has white color on #AEDDBB background.