COLOR #AED9B2

HEX: #AED9B2 RGB: (174,217,178)

Color info

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

RGB color model

#AED9B2 color RGB value is (174,217,178).

RGB: (174,217,178) (68%, 85%, 70%)

RGB channels and saturation

R 174 of 255 = 68%
G 217 of 255 = 85%
B 178 of 255 = 70%

174
217
178

R + G + B ~ 74%. #AED9B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 217 + 178 = 569 (100%)
R 174 of 569 ~ 30.58%
G 217 of 569 ~ 38.14%
B 178 of 569 ~ 31.28'%

%30.58
%38.14
%31.28

CMYK color model

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

  • cyan value is 19.82%
  • magenta value is 0.00%
  • yellow value is 17.97%
  • key color value is 14.90%
CMYK: (20,0,18,15) C20M0Y18K15 (20%,0%,18%,15%) (0.20/0.00/0.18/0.15) 

CMYK percentages

%19.82
%0
%17.97
%14.9

Codes

Color #AED9B2 in popluar color models

AE D9 B2
RGB 174 217 178
HSL 126° 36.13% 76.67%
HSB/HSV 126° 19.82% 85.10%
CMYK 19.82% 0.00% 17.97%
14.90%

Color #AED9B2 in popluar number systems.

HEX AE D9 B2
Decimal 174 217 178
Binary 10101110 11011001 10110010
Octal 256 331 262

Shades and tints

Shades of #AED9B2

#AED9B2
(174,217,178)
#9FC6A2
(159,198,162)
#90B392
(144,179,146)
#81A082
(129,160,130)
#728D72
(114,141,114)
#637A62
(99,122,98)
#546752
(84,103,82)
#455442
(69,84,66)
#364132
(54,65,50)
#272E22
(39,46,34)
#181B12
(24,27,18)
#000000
(0,0,0)

Tints of #AED9B2

#AED9B2
(174,217,178)
#B5DCB9
(181,220,185)
#BCDFC0
(188,223,192)
#C3E2C7
(195,226,199)
#CAE5CE
(202,229,206)
#D1E8D5
(209,232,213)
#D8EBDC
(216,235,220)
#DFEEE3
(223,238,227)
#E6F1EA
(230,241,234)
#EDF4F1
(237,244,241)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED9B2; }

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

This text font color is #AED9B2.

Background Color

.myBgColor { background-color: #AED9B2; }

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

This div background color is #AED9B2.

Border color

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

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

This div border color is #AED9B2.

Opacity

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

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

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

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

This text has shadow with #AED9B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED9B2.

Preview

Color preview on black background

This text has color #AED9B2 on black background.


Color preview on white background

This text has color #AED9B2 on white background.


Black color preview on #AED9B2 background

This text has black color on #AED9B2 background.


White color preview on #AED9B2 background

This text has white color on #AED9B2 background.


Related colors

Complementary color

Complementary color for #hex is #51264D.


I love getcolorcode.com

Triadic colors

1 #B2AED9 and #D9B2AE with #AED9B2 are triadic colors.

2 #B2D9AE and #D9AEB2 with #AED9B2 are triadic colors.