COLOR #AEDEB2

HEX: #AEDEB2
RGB: (174,222,178)

Color info

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

RGB color model

#AEDEB2 color RGB value is (174,222,178).

  • red value is 174;
  • green value is 222;
  • blue value is 178.
RGB:
(174,222,178)
(68%,87%,70%)

RGB channels and saturation

R 174 of 255 = 68%
G 222 of 255 = 87%
B 178 of 255 = 70%

174
222
178

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

Portions of RGB colors in percentages

R + G + B =
174 + 222 + 178 = 574 (100%)
R 174 of 574 ~ 30.31%
G 222 of 574 ~ 38.68%
B 178 of 574 ~ 31.01%

%30.31
%38.68
%31.01

CMYK color model

#AEDEB2 color CMYK value is (22,0,20,13).

  • cyan value is 21.62%
  • magenta value is 0.00%
  • yellow value is 19.82%
  • key color value is 12.94%
CMYK:
(22,0,20,13)
C22M0Y20K13 
(22%,0%,20%,13%)
(0.22/0.00/0.20/0.13)	

CMYK percentages

%21.62
%0
%19.82
%12.94

Codes

Color #AEDEB2 in popluar color models

AEDEB2
RGB174222178
HSL125°42.11%77.65%
HSB/HSV125°21.62%87.06%
CMYK21.62%0.00%19.82%
12.94%

Color #AEDEB2 in popluar number systems.

HEXAEDEB2
Decimal174222178
Binary101011101101111010110010
Octal256336262

Shades and tints

Shades of #AEDEB2

#AEDEB2
(174,222,178)
#9FCAA2
(159,202,162)
#90B692
(144,182,146)
#81A282
(129,162,130)
#728E72
(114,142,114)
#637A62
(99,122,98)
#546652
(84,102,82)
#455242
(69,82,66)
#363E32
(54,62,50)
#272A22
(39,42,34)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #AEDEB2

#AEDEB2
(174,222,178)
#B5E1B9
(181,225,185)
#BCE4C0
(188,228,192)
#C3E7C7
(195,231,199)
#CAEACE
(202,234,206)
#D1EDD5
(209,237,213)
#D8F0DC
(216,240,220)
#DFF3E3
(223,243,227)
#E6F6EA
(230,246,234)
#EDF9F1
(237,249,241)
#F4FCF8
(244,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEDEB2 color. Also use rgb(174,222,178) instead hex code.

Text Font Color

.myTextColor { color: #AEDEB2; }

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

This text font color is #AEDEB2.


Background Color

.myBgColor { background-color: #AEDEB2; }

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

This div background color is #AEDEB2.


Border color

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

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

This div border color is #AEDEB2.


Opacity

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

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

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

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

This text has shadow with #AEDEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDEB2 on black background.


Color preview on white background

This text has color #AEDEB2 on white background.



Black color preview on #AEDEB2 background

This text has black color on #AEDEB2 background.


White color preview on #AEDEB2 background

This text has white color on #AEDEB2 background.