COLOR #AEDBAE

HEX: #AEDBAE
RGB: (174,219,174)

Color info

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

RGB color model

#AEDBAE color RGB value is (174,219,174).

  • red value is 174;
  • green value is 219;
  • blue value is 174.
RGB:
(174,219,174)
(68%,86%,68%)

RGB channels and saturation

R 174 of 255 = 68%
G 219 of 255 = 86%
B 174 of 255 = 68%

174
219
174

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

Portions of RGB colors in percentages

R + G + B =
174 + 219 + 174 = 567 (100%)
R 174 of 567 ~ 30.69%
G 219 of 567 ~ 38.62%
B 174 of 567 ~ 30.69%

%30.69
%38.62
%30.69

CMYK color model

#AEDBAE color CMYK value is (21,0,21,14).

  • cyan value is 20.55%
  • magenta value is 0.00%
  • yellow value is 20.55%
  • key color value is 14.12%
CMYK:
(21,0,21,14)
C21M0Y21K14 
(21%,0%,21%,14%)
(0.21/0.00/0.21/0.14)	

CMYK percentages

%20.55
%0
%20.55
%14.12

Codes

Color #AEDBAE in popluar color models

AEDBAE
RGB174219174
HSL120°38.46%77.06%
HSB/HSV120°20.55%85.88%
CMYK20.55%0.00%20.55%
14.12%

Color #AEDBAE in popluar number systems.

HEXAEDBAE
Decimal174219174
Binary101011101101101110101110
Octal256333256

Shades and tints

Shades of #AEDBAE

#AEDBAE
(174,219,174)
#9FC89F
(159,200,159)
#90B590
(144,181,144)
#81A281
(129,162,129)
#728F72
(114,143,114)
#637C63
(99,124,99)
#546954
(84,105,84)
#455645
(69,86,69)
#364336
(54,67,54)
#273027
(39,48,39)
#181D18
(24,29,24)
#000000
(0,0,0)

Tints of #AEDBAE

#AEDBAE
(174,219,174)
#B5DEB5
(181,222,181)
#BCE1BC
(188,225,188)
#C3E4C3
(195,228,195)
#CAE7CA
(202,231,202)
#D1EAD1
(209,234,209)
#D8EDD8
(216,237,216)
#DFF0DF
(223,240,223)
#E6F3E6
(230,243,230)
#EDF6ED
(237,246,237)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEDBAE; }

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

This text font color is #AEDBAE.


Background Color

.myBgColor { background-color: #AEDBAE; }

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

This div background color is #AEDBAE.


Border color

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

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

This div border color is #AEDBAE.


Opacity

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

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

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

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

This text has shadow with #AEDBAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDBAE on black background.


Color preview on white background

This text has color #AEDBAE on white background.



Black color preview on #AEDBAE background

This text has black color on #AEDBAE background.


White color preview on #AEDBAE background

This text has white color on #AEDBAE background.