COLOR #AED8B0

HEX: #AED8B0 RGB: (174,216,176)

Color info

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

RGB color model

#AED8B0 color RGB value is (174,216,176).

RGB: (174,216,176) (68%, 85%, 69%)

RGB channels and saturation

R 174 of 255 = 68%
G 216 of 255 = 85%
B 176 of 255 = 69%

174
216
176

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

Portions of RGB colors in percentages

R + G + B = 174 + 216 + 176 = 566 (100%)
R 174 of 566 ~ 30.74%
G 216 of 566 ~ 38.16%
B 176 of 566 ~ 31.1'%

%30.74
%38.16
%31.1

CMYK color model

#AED8B0 color CMYK value is (19,0,19,15).

  • cyan value is 19.44%
  • magenta value is 0.00%
  • yellow value is 18.52%
  • key color value is 15.29%

CMYK: (19,0,19,15)
C19M0Y19K15 (19%, 0%, 19%, 15%)
(0.19 / 0.00 / 0.19 / 0.15)

CMYK percentages

%19.44
%0
%18.52
%15.29

Codes

Color #AED8B0 in popluar color models

AE D8 B0
RGB 174 216 176
HSL 123° 35.00% 76.47%
HSB/HSV 123° 19.44% 84.71%
CMYK 19.44% 0.00% 18.52%
15.29%

Color #AED8B0 in popluar number systems.

HEX AE D8 B0
Decimal 174 216 176
Binary 10101110 11011000 10110000
Octal 256 330 260

Shades and tints

Shades of #AED8B0

#AED8B0
(174,216,176)
#9FC5A0
(159,197,160)
#90B290
(144,178,144)
#819F80
(129,159,128)
#728C70
(114,140,112)
#637960
(99,121,96)
#546650
(84,102,80)
#455340
(69,83,64)
#364030
(54,64,48)
#272D20
(39,45,32)
#181A10
(24,26,16)
#000000
(0,0,0)

Tints of #AED8B0

#AED8B0
(174,216,176)
#B5DBB7
(181,219,183)
#BCDEBE
(188,222,190)
#C3E1C5
(195,225,197)
#CAE4CC
(202,228,204)
#D1E7D3
(209,231,211)
#D8EADA
(216,234,218)
#DFEDE1
(223,237,225)
#E6F0E8
(230,240,232)
#EDF3EF
(237,243,239)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED8B0 color. Also use rgb(174,216,176) instead hex code.

Text Font Color

.myTextColor { color: #AED8B0; }

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

This text font color is #AED8B0.

Background Color

.myBgColor { background-color: #AED8B0; }

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

This div background color is #AED8B0.

Border color

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

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

This div border color is #AED8B0.

Opacity

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

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

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

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

This text has shadow with #AED8B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED8B0.

Preview

Color preview on black background

This text has color #AED8B0 on black background.


Color preview on white background

This text has color #AED8B0 on white background.


Black color preview on #AED8B0 background

This text has black color on #AED8B0 background.


White color preview on #AED8B0 background

This text has white color on #AED8B0 background.


Related colors

Complementary color

Complementary color for #hex is #51274F.


I love getcolorcode.com

Triadic colors

1 #B0AED8 and #D8B0AE with #AED8B0 are triadic colors.

2 #B0D8AE and #D8AEB0 with #AED8B0 are triadic colors.