COLOR #AED3AB

HEX: #AED3AB
RGB: (174,211,171)

Color info

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

RGB color model

#AED3AB color RGB value is (174,211,171).

  • red value is 174;
  • green value is 211;
  • blue value is 171.
RGB:
(174,211,171)
(68%,83%,67%)

RGB channels and saturation

R 174 of 255 = 68%
G 211 of 255 = 83%
B 171 of 255 = 67%

174
211
171

R + G + B ~ 73%. #AED3AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 211 + 171 = 556 (100%)
R 174 of 556 ~ 31.29%
G 211 of 556 ~ 37.95%
B 171 of 556 ~ 30.76%

%31.29
%37.95
%30.76

CMYK color model

#AED3AB color CMYK value is (18,0,19,17).

  • cyan value is 17.54%
  • magenta value is 0.00%
  • yellow value is 18.96%
  • key color value is 17.25%
CMYK:
(18,0,19,17)
C18M0Y19K17 
(18%,0%,19%,17%)
(0.18/0.00/0.19/0.17)	

CMYK percentages

%17.54
%0
%18.96
%17.25

Codes

Color #AED3AB in popluar color models

AED3AB
RGB174211171
HSL116°31.25%74.90%
HSB/HSV116°18.96%82.75%
CMYK17.54%0.00%18.96%
17.25%

Color #AED3AB in popluar number systems.

HEXAED3AB
Decimal174211171
Binary101011101101001110101011
Octal256323253

Shades and tints

Shades of #AED3AB

#AED3AB
(174,211,171)
#9FC09C
(159,192,156)
#90AD8D
(144,173,141)
#819A7E
(129,154,126)
#72876F
(114,135,111)
#637460
(99,116,96)
#546151
(84,97,81)
#454E42
(69,78,66)
#363B33
(54,59,51)
#272824
(39,40,36)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #AED3AB

#AED3AB
(174,211,171)
#B5D7B2
(181,215,178)
#BCDBB9
(188,219,185)
#C3DFC0
(195,223,192)
#CAE3C7
(202,227,199)
#D1E7CE
(209,231,206)
#D8EBD5
(216,235,213)
#DFEFDC
(223,239,220)
#E6F3E3
(230,243,227)
#EDF7EA
(237,247,234)
#F4FBF1
(244,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED3AB; }

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

This text font color is #AED3AB.


Background Color

.myBgColor { background-color: #AED3AB; }

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

This div background color is #AED3AB.


Border color

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

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

This div border color is #AED3AB.


Opacity

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

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

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

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

This text has shadow with #AED3AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED3AB on black background.


Color preview on white background

This text has color #AED3AB on white background.



Black color preview on #AED3AB background

This text has black color on #AED3AB background.


White color preview on #AED3AB background

This text has white color on #AED3AB background.