COLOR #AED4B0

HEX: #AED4B0 RGB: (174,212,176)

Color info

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

RGB color model

#AED4B0 color RGB value is (174,212,176).

RGB: (174,212,176) (68%, 83%, 69%)

RGB channels and saturation

R 174 of 255 = 68%
G 212 of 255 = 83%
B 176 of 255 = 69%

174
212
176

R + G + B ~ 73%. #AED4B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 212 + 176 = 562 (100%)
R 174 of 562 ~ 30.96%
G 212 of 562 ~ 37.72%
B 176 of 562 ~ 31.32'%

%30.96
%37.72
%31.32

CMYK color model

#AED4B0 color CMYK value is (18,0,17,17).

  • cyan value is 17.92%
  • magenta value is 0.00%
  • yellow value is 16.98%
  • key color value is 16.86%

CMYK: (18,0,17,17)
C18M0Y17K17 (18%, 0%, 17%, 17%)
(0.18 / 0.00 / 0.17 / 0.17)

CMYK percentages

%17.92
%0
%16.98
%16.86

Codes

Color #AED4B0 in popluar color models

AE D4 B0
RGB 174 212 176
HSL 123° 30.65% 75.69%
HSB/HSV 123° 17.92% 83.14%
CMYK 17.92% 0.00% 16.98%
16.86%

Color #AED4B0 in popluar number systems.

HEX AE D4 B0
Decimal 174 212 176
Binary 10101110 11010100 10110000
Octal 256 324 260

Shades and tints

Shades of #AED4B0

#AED4B0
(174,212,176)
#9FC1A0
(159,193,160)
#90AE90
(144,174,144)
#819B80
(129,155,128)
#728870
(114,136,112)
#637560
(99,117,96)
#546250
(84,98,80)
#454F40
(69,79,64)
#363C30
(54,60,48)
#272920
(39,41,32)
#181610
(24,22,16)
#000000
(0,0,0)

Tints of #AED4B0

#AED4B0
(174,212,176)
#B5D7B7
(181,215,183)
#BCDABE
(188,218,190)
#C3DDC5
(195,221,197)
#CAE0CC
(202,224,204)
#D1E3D3
(209,227,211)
#D8E6DA
(216,230,218)
#DFE9E1
(223,233,225)
#E6ECE8
(230,236,232)
#EDEFEF
(237,239,239)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED4B0; }

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

This text font color is #AED4B0.

Background Color

.myBgColor { background-color: #AED4B0; }

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

This div background color is #AED4B0.

Border color

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

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

This div border color is #AED4B0.

Opacity

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

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

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

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

This text has shadow with #AED4B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED4B0.

Preview

Color preview on black background

This text has color #AED4B0 on black background.


Color preview on white background

This text has color #AED4B0 on white background.


Black color preview on #AED4B0 background

This text has black color on #AED4B0 background.


White color preview on #AED4B0 background

This text has white color on #AED4B0 background.


Related colors

Complementary color

Complementary color for #hex is #512B4F.


I love getcolorcode.com

Triadic colors

1 #B0AED4 and #D4B0AE with #AED4B0 are triadic colors.

2 #B0D4AE and #D4AEB0 with #AED4B0 are triadic colors.