COLOR #AED2B4

HEX: #AED2B4 RGB: (174,210,180)

Color info

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

RGB color model

#AED2B4 color RGB value is (174,210,180).

RGB: (174,210,180) (68%, 82%, 71%)

RGB channels and saturation

R 174 of 255 = 68%
G 210 of 255 = 82%
B 180 of 255 = 71%

174
210
180

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

Portions of RGB colors in percentages

R + G + B = 174 + 210 + 180 = 564 (100%)
R 174 of 564 ~ 30.85%
G 210 of 564 ~ 37.23%
B 180 of 564 ~ 31.91'%

%30.85
%37.23
%31.91

CMYK color model

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

  • cyan value is 17.14%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 17.65%

CMYK: (17,0,14,18)
C17M0Y14K18 (17%, 0%, 14%, 18%)
(0.17 / 0.00 / 0.14 / 0.18)

CMYK percentages

%17.14
%0
%14.29
%17.65

Codes

Color #AED2B4 in popluar color models

AE D2 B4
RGB 174 210 180
HSL 130° 28.57% 75.29%
HSB/HSV 130° 17.14% 82.35%
CMYK 17.14% 0.00% 14.29%
17.65%

Color #AED2B4 in popluar number systems.

HEX AE D2 B4
Decimal 174 210 180
Binary 10101110 11010010 10110100
Octal 256 322 264

Shades and tints

Shades of #AED2B4

#AED2B4
(174,210,180)
#9FBFA4
(159,191,164)
#90AC94
(144,172,148)
#819984
(129,153,132)
#728674
(114,134,116)
#637364
(99,115,100)
#546054
(84,96,84)
#454D44
(69,77,68)
#363A34
(54,58,52)
#272724
(39,39,36)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #AED2B4

#AED2B4
(174,210,180)
#B5D6BA
(181,214,186)
#BCDAC0
(188,218,192)
#C3DEC6
(195,222,198)
#CAE2CC
(202,226,204)
#D1E6D2
(209,230,210)
#D8EAD8
(216,234,216)
#DFEEDE
(223,238,222)
#E6F2E4
(230,242,228)
#EDF6EA
(237,246,234)
#F4FAF0
(244,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED2B4 color. Also use rgb(174,210,180) instead hex code.

Text Font Color

.myTextColor { color: #AED2B4; }

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

This text font color is #AED2B4.

Background Color

.myBgColor { background-color: #AED2B4; }

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

This div background color is #AED2B4.

Border color

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

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

This div border color is #AED2B4.

Opacity

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

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

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

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

This text has shadow with #AED2B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED2B4.

Preview

Color preview on black background

This text has color #AED2B4 on black background.


Color preview on white background

This text has color #AED2B4 on white background.


Black color preview on #AED2B4 background

This text has black color on #AED2B4 background.


White color preview on #AED2B4 background

This text has white color on #AED2B4 background.


Related colors

Complementary color

Complementary color for #hex is #512D4B.


I love getcolorcode.com

Triadic colors

1 #B4AED2 and #D2B4AE with #AED2B4 are triadic colors.

2 #B4D2AE and #D2AEB4 with #AED2B4 are triadic colors.