COLOR #AEDFB6

HEX: #AEDFB6
RGB: (174,223,182)

Color info

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

RGB color model

#AEDFB6 color RGB value is (174,223,182).

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

RGB channels and saturation

R 174 of 255 = 68%
G 223 of 255 = 87%
B 182 of 255 = 71%

174
223
182

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

Portions of RGB colors in percentages

R + G + B =
174 + 223 + 182 = 579 (100%)
R 174 of 579 ~ 30.05%
G 223 of 579 ~ 38.51%
B 182 of 579 ~ 31.43%

%30.05
%38.51
%31.43

CMYK color model

#AEDFB6 color CMYK value is (22,0,18,13).

  • cyan value is 21.97%
  • magenta value is 0.00%
  • yellow value is 18.39%
  • key color value is 12.55%
CMYK:
(22,0,18,13)
C22M0Y18K13 
(22%,0%,18%,13%)
(0.22/0.00/0.18/0.13)	

CMYK percentages

%21.97
%0
%18.39
%12.55

Codes

Color #AEDFB6 in popluar color models

AEDFB6
RGB174223182
HSL130°43.36%77.84%
HSB/HSV130°21.97%87.45%
CMYK21.97%0.00%18.39%
12.55%

Color #AEDFB6 in popluar number systems.

HEXAEDFB6
Decimal174223182
Binary101011101101111110110110
Octal256337266

Shades and tints

Shades of #AEDFB6

#AEDFB6
(174,223,182)
#9FCBA6
(159,203,166)
#90B796
(144,183,150)
#81A386
(129,163,134)
#728F76
(114,143,118)
#637B66
(99,123,102)
#546756
(84,103,86)
#455346
(69,83,70)
#363F36
(54,63,54)
#272B26
(39,43,38)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #AEDFB6

#AEDFB6
(174,223,182)
#B5E1BC
(181,225,188)
#BCE3C2
(188,227,194)
#C3E5C8
(195,229,200)
#CAE7CE
(202,231,206)
#D1E9D4
(209,233,212)
#D8EBDA
(216,235,218)
#DFEDE0
(223,237,224)
#E6EFE6
(230,239,230)
#EDF1EC
(237,241,236)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEDFB6; }

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

This text font color is #AEDFB6.


Background Color

.myBgColor { background-color: #AEDFB6; }

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

This div background color is #AEDFB6.


Border color

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

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

This div border color is #AEDFB6.


Opacity

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

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

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

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

This text has shadow with #AEDFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDFB6 on black background.


Color preview on white background

This text has color #AEDFB6 on white background.



Black color preview on #AEDFB6 background

This text has black color on #AEDFB6 background.


White color preview on #AEDFB6 background

This text has white color on #AEDFB6 background.