COLOR #AED9BD

HEX: #AED9BD RGB: (174,217,189)

Color info

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

RGB color model

#AED9BD color RGB value is (174,217,189).

RGB: (174,217,189) (68%, 85%, 74%)

RGB channels and saturation

R 174 of 255 = 68%
G 217 of 255 = 85%
B 189 of 255 = 74%

174
217
189

R + G + B ~ 76%. #AED9BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 217 + 189 = 580 (100%)
R 174 of 580 ~ 30%
G 217 of 580 ~ 37.41%
B 189 of 580 ~ 32.59'%

%30
%37.41
%32.59

CMYK color model

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

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

CMYK: (20,0,13,15)
C20M0Y13K15 (20%, 0%, 13%, 15%)
(0.20 / 0.00 / 0.13 / 0.15)

CMYK percentages

%19.82
%0
%12.9
%14.9

Codes

Color #AED9BD in popluar color models

AE D9 BD
RGB 174 217 189
HSL 141° 36.13% 76.67%
HSB/HSV 141° 19.82% 85.10%
CMYK 19.82% 0.00% 12.90%
14.90%

Color #AED9BD in popluar number systems.

HEX AE D9 BD
Decimal 174 217 189
Binary 10101110 11011001 10111101
Octal 256 331 275

Shades and tints

Shades of #AED9BD

#AED9BD
(174,217,189)
#9FC6AC
(159,198,172)
#90B39B
(144,179,155)
#81A08A
(129,160,138)
#728D79
(114,141,121)
#637A68
(99,122,104)
#546757
(84,103,87)
#455446
(69,84,70)
#364135
(54,65,53)
#272E24
(39,46,36)
#181B13
(24,27,19)
#000000
(0,0,0)

Tints of #AED9BD

#AED9BD
(174,217,189)
#B5DCC3
(181,220,195)
#BCDFC9
(188,223,201)
#C3E2CF
(195,226,207)
#CAE5D5
(202,229,213)
#D1E8DB
(209,232,219)
#D8EBE1
(216,235,225)
#DFEEE7
(223,238,231)
#E6F1ED
(230,241,237)
#EDF4F3
(237,244,243)
#F4F7F9
(244,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED9BD; }

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

This text font color is #AED9BD.

Background Color

.myBgColor { background-color: #AED9BD; }

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

This div background color is #AED9BD.

Border color

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

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

This div border color is #AED9BD.

Opacity

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

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

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

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

This text has shadow with #AED9BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED9BD.

Preview

Color preview on black background

This text has color #AED9BD on black background.


Color preview on white background

This text has color #AED9BD on white background.


Black color preview on #AED9BD background

This text has black color on #AED9BD background.


White color preview on #AED9BD background

This text has white color on #AED9BD background.


Related colors

Complementary color

Complementary color for #hex is #512642.


I love getcolorcode.com

Triadic colors

1 #BDAED9 and #D9BDAE with #AED9BD are triadic colors.

2 #BDD9AE and #D9AEBD with #AED9BD are triadic colors.