COLOR #AEDEAF

HEX: #AEDEAF RGB: (174,222,175)

Color info

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

RGB color model

#AEDEAF color RGB value is (174,222,175).

RGB: (174,222,175) (68%, 87%, 69%)

RGB channels and saturation

R 174 of 255 = 68%
G 222 of 255 = 87%
B 175 of 255 = 69%

174
222
175

R + G + B ~ 75%. #AEDEAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 222 + 175 = 571 (100%)
R 174 of 571 ~ 30.47%
G 222 of 571 ~ 38.88%
B 175 of 571 ~ 30.65'%

%30.47
%38.88
%30.65

CMYK color model

#AEDEAF color CMYK value is (22,0,21,13).

  • cyan value is 21.62%
  • magenta value is 0.00%
  • yellow value is 21.17%
  • key color value is 12.94%

CMYK: (22,0,21,13)
C22M0Y21K13 (22%, 0%, 21%, 13%)
(0.22 / 0.00 / 0.21 / 0.13)

CMYK percentages

%21.62
%0
%21.17
%12.94

Codes

Color #AEDEAF in popluar color models

AE DE AF
RGB 174 222 175
HSL 121° 42.11% 77.65%
HSB/HSV 121° 21.62% 87.06%
CMYK 21.62% 0.00% 21.17%
12.94%

Color #AEDEAF in popluar number systems.

HEX AE DE AF
Decimal 174 222 175
Binary 10101110 11011110 10101111
Octal 256 336 257

Shades and tints

Shades of #AEDEAF

#AEDEAF
(174,222,175)
#9FCAA0
(159,202,160)
#90B691
(144,182,145)
#81A282
(129,162,130)
#728E73
(114,142,115)
#637A64
(99,122,100)
#546655
(84,102,85)
#455246
(69,82,70)
#363E37
(54,62,55)
#272A28
(39,42,40)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #AEDEAF

#AEDEAF
(174,222,175)
#B5E1B6
(181,225,182)
#BCE4BD
(188,228,189)
#C3E7C4
(195,231,196)
#CAEACB
(202,234,203)
#D1EDD2
(209,237,210)
#D8F0D9
(216,240,217)
#DFF3E0
(223,243,224)
#E6F6E7
(230,246,231)
#EDF9EE
(237,249,238)
#F4FCF5
(244,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEDEAF color. Also use rgb(174,222,175) instead hex code.

Text Font Color

.myTextColor { color: #AEDEAF; }

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

This text font color is #AEDEAF.

Background Color

.myBgColor { background-color: #AEDEAF; }

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

This div background color is #AEDEAF.

Border color

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

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

This div border color is #AEDEAF.

Opacity

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

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

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

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

This text has shadow with #AEDEAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEDEAF.

Preview

Color preview on black background

This text has color #AEDEAF on black background.


Color preview on white background

This text has color #AEDEAF on white background.


Black color preview on #AEDEAF background

This text has black color on #AEDEAF background.


White color preview on #AEDEAF background

This text has white color on #AEDEAF background.


Related colors

Complementary color

Complementary color for #hex is #512150.


I love getcolorcode.com

Triadic colors

1 #AFAEDE and #DEAFAE with #AEDEAF are triadic colors.

2 #AFDEAE and #DEAEAF with #AEDEAF are triadic colors.