COLOR #AED4BB

HEX: #AED4BB RGB: (174,212,187)

Color info

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

RGB color model

#AED4BB color RGB value is (174,212,187).

RGB: (174,212,187) (68%, 83%, 73%)

RGB channels and saturation

R 174 of 255 = 68%
G 212 of 255 = 83%
B 187 of 255 = 73%

174
212
187

R + G + B ~ 75%. #AED4BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 212 + 187 = 573 (100%)
R 174 of 573 ~ 30.37%
G 212 of 573 ~ 37%
B 187 of 573 ~ 32.64'%

%30.37
%37
%32.64

CMYK color model

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

  • cyan value is 17.92%
  • magenta value is 0.00%
  • yellow value is 11.79%
  • key color value is 16.86%
CMYK: (18,0,12,17) C18M0Y12K17 (18%,0%,12%,17%) (0.18/0.00/0.12/0.17) 

CMYK percentages

%17.92
%0
%11.79
%16.86

Codes

Color #AED4BB in popluar color models

AE D4 BB
RGB 174 212 187
HSL 141° 30.65% 75.69%
HSB/HSV 141° 17.92% 83.14%
CMYK 17.92% 0.00% 11.79%
16.86%

Color #AED4BB in popluar number systems.

HEX AE D4 BB
Decimal 174 212 187
Binary 10101110 11010100 10111011
Octal 256 324 273

Shades and tints

Shades of #AED4BB

#AED4BB
(174,212,187)
#9FC1AA
(159,193,170)
#90AE99
(144,174,153)
#819B88
(129,155,136)
#728877
(114,136,119)
#637566
(99,117,102)
#546255
(84,98,85)
#454F44
(69,79,68)
#363C33
(54,60,51)
#272922
(39,41,34)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #AED4BB

#AED4BB
(174,212,187)
#B5D7C1
(181,215,193)
#BCDAC7
(188,218,199)
#C3DDCD
(195,221,205)
#CAE0D3
(202,224,211)
#D1E3D9
(209,227,217)
#D8E6DF
(216,230,223)
#DFE9E5
(223,233,229)
#E6ECEB
(230,236,235)
#EDEFF1
(237,239,241)
#F4F2F7
(244,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED4BB; }

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

This text font color is #AED4BB.

Background Color

.myBgColor { background-color: #AED4BB; }

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

This div background color is #AED4BB.

Border color

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

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

This div border color is #AED4BB.

Opacity

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

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

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

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

This text has shadow with #AED4BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED4BB.

Preview

Color preview on black background

This text has color #AED4BB on black background.


Color preview on white background

This text has color #AED4BB on white background.


Black color preview on #AED4BB background

This text has black color on #AED4BB background.


White color preview on #AED4BB background

This text has white color on #AED4BB background.


Related colors

Complementary color

Complementary color for #hex is #512B44.


I love getcolorcode.com

Triadic colors

1 #BBAED4 and #D4BBAE with #AED4BB are triadic colors.

2 #BBD4AE and #D4AEBB with #AED4BB are triadic colors.