COLOR #AED6B4

HEX: #AED6B4
RGB: (174,214,180)

Color info

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

RGB color model

#AED6B4 color RGB value is (174,214,180).

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

RGB channels and saturation

R 174 of 255 = 68%
G 214 of 255 = 84%
B 180 of 255 = 71%

174
214
180

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

Portions of RGB colors in percentages

R + G + B =
174 + 214 + 180 = 568 (100%)
R 174 of 568 ~ 30.63%
G 214 of 568 ~ 37.68%
B 180 of 568 ~ 31.69%

%30.63
%37.68
%31.69

CMYK color model

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

  • cyan value is 18.69%
  • magenta value is 0.00%
  • yellow value is 15.89%
  • key color value is 16.08%
CMYK:
(19,0,16,16)
C19M0Y16K16 
(19%,0%,16%,16%)
(0.19/0.00/0.16/0.16)	

CMYK percentages

%18.69
%0
%15.89
%16.08

Codes

Color #AED6B4 in popluar color models

AED6B4
RGB174214180
HSL129°32.79%76.08%
HSB/HSV129°18.69%83.92%
CMYK18.69%0.00%15.89%
16.08%

Color #AED6B4 in popluar number systems.

HEXAED6B4
Decimal174214180
Binary101011101101011010110100
Octal256326264

Shades and tints

Shades of #AED6B4

#AED6B4
(174,214,180)
#9FC3A4
(159,195,164)
#90B094
(144,176,148)
#819D84
(129,157,132)
#728A74
(114,138,116)
#637764
(99,119,100)
#546454
(84,100,84)
#455144
(69,81,68)
#363E34
(54,62,52)
#272B24
(39,43,36)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #AED6B4

#AED6B4
(174,214,180)
#B5D9BA
(181,217,186)
#BCDCC0
(188,220,192)
#C3DFC6
(195,223,198)
#CAE2CC
(202,226,204)
#D1E5D2
(209,229,210)
#D8E8D8
(216,232,216)
#DFEBDE
(223,235,222)
#E6EEE4
(230,238,228)
#EDF1EA
(237,241,234)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED6B4; }

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

This text font color is #AED6B4.


Background Color

.myBgColor { background-color: #AED6B4; }

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

This div background color is #AED6B4.


Border color

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

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

This div border color is #AED6B4.


Opacity

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

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

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

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

This text has shadow with #AED6B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED6B4 on black background.


Color preview on white background

This text has color #AED6B4 on white background.



Black color preview on #AED6B4 background

This text has black color on #AED6B4 background.


White color preview on #AED6B4 background

This text has white color on #AED6B4 background.