COLOR #AED3BA

HEX: #AED3BA RGB: (174,211,186)

Color info

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

RGB color model

#AED3BA color RGB value is (174,211,186).

RGB: (174,211,186) (68%, 83%, 73%)

RGB channels and saturation

R 174 of 255 = 68%
G 211 of 255 = 83%
B 186 of 255 = 73%

174
211
186

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

Portions of RGB colors in percentages

R + G + B = 174 + 211 + 186 = 571 (100%)
R 174 of 571 ~ 30.47%
G 211 of 571 ~ 36.95%
B 186 of 571 ~ 32.57'%

%30.47
%36.95
%32.57

CMYK color model

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

  • cyan value is 17.54%
  • magenta value is 0.00%
  • yellow value is 11.85%
  • key color value is 17.25%

CMYK: (18,0,12,17)
C18M0Y12K17 (18%, 0%, 12%, 17%)
(0.18 / 0.00 / 0.12 / 0.17)

CMYK percentages

%17.54
%0
%11.85
%17.25

Codes

Color #AED3BA in popluar color models

AE D3 BA
RGB 174 211 186
HSL 139° 29.60% 75.49%
HSB/HSV 139° 17.54% 82.75%
CMYK 17.54% 0.00% 11.85%
17.25%

Color #AED3BA in popluar number systems.

HEX AE D3 BA
Decimal 174 211 186
Binary 10101110 11010011 10111010
Octal 256 323 272

Shades and tints

Shades of #AED3BA

#AED3BA
(174,211,186)
#9FC0AA
(159,192,170)
#90AD9A
(144,173,154)
#819A8A
(129,154,138)
#72877A
(114,135,122)
#63746A
(99,116,106)
#54615A
(84,97,90)
#454E4A
(69,78,74)
#363B3A
(54,59,58)
#27282A
(39,40,42)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #AED3BA

#AED3BA
(174,211,186)
#B5D7C0
(181,215,192)
#BCDBC6
(188,219,198)
#C3DFCC
(195,223,204)
#CAE3D2
(202,227,210)
#D1E7D8
(209,231,216)
#D8EBDE
(216,235,222)
#DFEFE4
(223,239,228)
#E6F3EA
(230,243,234)
#EDF7F0
(237,247,240)
#F4FBF6
(244,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED3BA color. Also use rgb(174,211,186) instead hex code.

Text Font Color

.myTextColor { color: #AED3BA; }

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

This text font color is #AED3BA.

Background Color

.myBgColor { background-color: #AED3BA; }

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

This div background color is #AED3BA.

Border color

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

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

This div border color is #AED3BA.

Opacity

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

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

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

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

This text has shadow with #AED3BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED3BA.

Preview

Color preview on black background

This text has color #AED3BA on black background.


Color preview on white background

This text has color #AED3BA on white background.


Black color preview on #AED3BA background

This text has black color on #AED3BA background.


White color preview on #AED3BA background

This text has white color on #AED3BA background.


Related colors

Complementary color

Complementary color for #hex is #512C45.


I love getcolorcode.com

Triadic colors

1 #BAAED3 and #D3BAAE with #AED3BA are triadic colors.

2 #BAD3AE and #D3AEBA with #AED3BA are triadic colors.