COLOR #AED5B6

HEX: #AED5B6
RGB: (174,213,182)

Color info

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

RGB color model

#AED5B6 color RGB value is (174,213,182).

  • red value is 174;
  • green value is 213;
  • blue value is 182.
RGB:
(174,213,182)
(68%,84%,71%)

RGB channels and saturation

R 174 of 255 = 68%
G 213 of 255 = 84%
B 182 of 255 = 71%

174
213
182

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

Portions of RGB colors in percentages

R + G + B =
174 + 213 + 182 = 569 (100%)
R 174 of 569 ~ 30.58%
G 213 of 569 ~ 37.43%
B 182 of 569 ~ 31.99%

%30.58
%37.43
%31.99

CMYK color model

#AED5B6 color CMYK value is (18,0,15,16).

  • cyan value is 18.31%
  • magenta value is 0.00%
  • yellow value is 14.55%
  • key color value is 16.47%
CMYK:
(18,0,15,16)
C18M0Y15K16 
(18%,0%,15%,16%)
(0.18/0.00/0.15/0.16)	

CMYK percentages

%18.31
%0
%14.55
%16.47

Codes

Color #AED5B6 in popluar color models

AED5B6
RGB174213182
HSL132°31.71%75.88%
HSB/HSV132°18.31%83.53%
CMYK18.31%0.00%14.55%
16.47%

Color #AED5B6 in popluar number systems.

HEXAED5B6
Decimal174213182
Binary101011101101010110110110
Octal256325266

Shades and tints

Shades of #AED5B6

#AED5B6
(174,213,182)
#9FC2A6
(159,194,166)
#90AF96
(144,175,150)
#819C86
(129,156,134)
#728976
(114,137,118)
#637666
(99,118,102)
#546356
(84,99,86)
#455046
(69,80,70)
#363D36
(54,61,54)
#272A26
(39,42,38)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #AED5B6

#AED5B6
(174,213,182)
#B5D8BC
(181,216,188)
#BCDBC2
(188,219,194)
#C3DEC8
(195,222,200)
#CAE1CE
(202,225,206)
#D1E4D4
(209,228,212)
#D8E7DA
(216,231,218)
#DFEAE0
(223,234,224)
#E6EDE6
(230,237,230)
#EDF0EC
(237,240,236)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED5B6 color. Also use rgb(174,213,182) instead hex code.

Text Font Color

.myTextColor { color: #AED5B6; }

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

This text font color is #AED5B6.


Background Color

.myBgColor { background-color: #AED5B6; }

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

This div background color is #AED5B6.


Border color

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

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

This div border color is #AED5B6.


Opacity

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

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

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

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

This text has shadow with #AED5B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED5B6 on black background.


Color preview on white background

This text has color #AED5B6 on white background.



Black color preview on #AED5B6 background

This text has black color on #AED5B6 background.


White color preview on #AED5B6 background

This text has white color on #AED5B6 background.