COLOR #AED6B7

HEX: #AED6B7 RGB: (174,214,183)

Color info

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

RGB color model

#AED6B7 color RGB value is (174,214,183).

RGB: (174,214,183) (68%, 84%, 72%)

RGB channels and saturation

R 174 of 255 = 68%
G 214 of 255 = 84%
B 183 of 255 = 72%

174
214
183

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

Portions of RGB colors in percentages

R + G + B = 174 + 214 + 183 = 571 (100%)
R 174 of 571 ~ 30.47%
G 214 of 571 ~ 37.48%
B 183 of 571 ~ 32.05'%

%30.47
%37.48
%32.05

CMYK color model

#AED6B7 color CMYK value is (19,0,14,16).

  • cyan value is 18.69%
  • magenta value is 0.00%
  • yellow value is 14.49%
  • key color value is 16.08%

CMYK: (19,0,14,16)
C19M0Y14K16 (19%, 0%, 14%, 16%)
(0.19 / 0.00 / 0.14 / 0.16)

CMYK percentages

%18.69
%0
%14.49
%16.08

Codes

Color #AED6B7 in popluar color models

AE D6 B7
RGB 174 214 183
HSL 134° 32.79% 76.08%
HSB/HSV 134° 18.69% 83.92%
CMYK 18.69% 0.00% 14.49%
16.08%

Color #AED6B7 in popluar number systems.

HEX AE D6 B7
Decimal 174 214 183
Binary 10101110 11010110 10110111
Octal 256 326 267

Shades and tints

Shades of #AED6B7

#AED6B7
(174,214,183)
#9FC3A7
(159,195,167)
#90B097
(144,176,151)
#819D87
(129,157,135)
#728A77
(114,138,119)
#637767
(99,119,103)
#546457
(84,100,87)
#455147
(69,81,71)
#363E37
(54,62,55)
#272B27
(39,43,39)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #AED6B7

#AED6B7
(174,214,183)
#B5D9BD
(181,217,189)
#BCDCC3
(188,220,195)
#C3DFC9
(195,223,201)
#CAE2CF
(202,226,207)
#D1E5D5
(209,229,213)
#D8E8DB
(216,232,219)
#DFEBE1
(223,235,225)
#E6EEE7
(230,238,231)
#EDF1ED
(237,241,237)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED6B7 color. Also use rgb(174,214,183) instead hex code.

Text Font Color

.myTextColor { color: #AED6B7; }

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

This text font color is #AED6B7.

Background Color

.myBgColor { background-color: #AED6B7; }

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

This div background color is #AED6B7.

Border color

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

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

This div border color is #AED6B7.

Opacity

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

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

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

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

This text has shadow with #AED6B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED6B7.

Preview

Color preview on black background

This text has color #AED6B7 on black background.


Color preview on white background

This text has color #AED6B7 on white background.


Black color preview on #AED6B7 background

This text has black color on #AED6B7 background.


White color preview on #AED6B7 background

This text has white color on #AED6B7 background.


Related colors

Complementary color

Complementary color for #hex is #512948.


I love getcolorcode.com

Triadic colors

1 #B7AED6 and #D6B7AE with #AED6B7 are triadic colors.

2 #B7D6AE and #D6AEB7 with #AED6B7 are triadic colors.