COLOR #AED9B9

HEX: #AED9B9 RGB: (174,217,185)

Color info

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

RGB color model

#AED9B9 color RGB value is (174,217,185).

RGB: (174,217,185) (68%, 85%, 73%)

RGB channels and saturation

R 174 of 255 = 68%
G 217 of 255 = 85%
B 185 of 255 = 73%

174
217
185

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

Portions of RGB colors in percentages

R + G + B = 174 + 217 + 185 = 576 (100%)
R 174 of 576 ~ 30.21%
G 217 of 576 ~ 37.67%
B 185 of 576 ~ 32.12'%

%30.21
%37.67
%32.12

CMYK color model

#AED9B9 color CMYK value is (20,0,15,15).

  • cyan value is 19.82%
  • magenta value is 0.00%
  • yellow value is 14.75%
  • key color value is 14.90%

CMYK: (20,0,15,15)
C20M0Y15K15 (20%, 0%, 15%, 15%)
(0.20 / 0.00 / 0.15 / 0.15)

CMYK percentages

%19.82
%0
%14.75
%14.9

Codes

Color #AED9B9 in popluar color models

AE D9 B9
RGB 174 217 185
HSL 135° 36.13% 76.67%
HSB/HSV 135° 19.82% 85.10%
CMYK 19.82% 0.00% 14.75%
14.90%

Color #AED9B9 in popluar number systems.

HEX AE D9 B9
Decimal 174 217 185
Binary 10101110 11011001 10111001
Octal 256 331 271

Shades and tints

Shades of #AED9B9

#AED9B9
(174,217,185)
#9FC6A9
(159,198,169)
#90B399
(144,179,153)
#81A089
(129,160,137)
#728D79
(114,141,121)
#637A69
(99,122,105)
#546759
(84,103,89)
#455449
(69,84,73)
#364139
(54,65,57)
#272E29
(39,46,41)
#181B19
(24,27,25)
#000000
(0,0,0)

Tints of #AED9B9

#AED9B9
(174,217,185)
#B5DCBF
(181,220,191)
#BCDFC5
(188,223,197)
#C3E2CB
(195,226,203)
#CAE5D1
(202,229,209)
#D1E8D7
(209,232,215)
#D8EBDD
(216,235,221)
#DFEEE3
(223,238,227)
#E6F1E9
(230,241,233)
#EDF4EF
(237,244,239)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED9B9 color. Also use rgb(174,217,185) instead hex code.

Text Font Color

.myTextColor { color: #AED9B9; }

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

This text font color is #AED9B9.

Background Color

.myBgColor { background-color: #AED9B9; }

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

This div background color is #AED9B9.

Border color

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

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

This div border color is #AED9B9.

Opacity

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

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

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

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

This text has shadow with #AED9B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED9B9.

Preview

Color preview on black background

This text has color #AED9B9 on black background.


Color preview on white background

This text has color #AED9B9 on white background.


Black color preview on #AED9B9 background

This text has black color on #AED9B9 background.


White color preview on #AED9B9 background

This text has white color on #AED9B9 background.


Related colors

Complementary color

Complementary color for #hex is #512646.


I love getcolorcode.com

Triadic colors

1 #B9AED9 and #D9B9AE with #AED9B9 are triadic colors.

2 #B9D9AE and #D9AEB9 with #AED9B9 are triadic colors.