COLOR #AED691

HEX: #AED691
RGB: (174,214,145)

Color info

#AED691 contains mainly red and green colors. Web safe color of #AED691 is #99CC99 (or #9C9).

RGB color model

#AED691 color RGB value is (174,214,145).

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

RGB channels and saturation

R 174 of 255 = 68%
G 214 of 255 = 84%
B 145 of 255 = 57%

174
214
145

R + G + B ~ 70%. #AED691 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 214 + 145 = 533 (100%)
R 174 of 533 ~ 32.65%
G 214 of 533 ~ 40.15%
B 145 of 533 ~ 27.2%

%32.65
%40.15
%27.2

CMYK color model

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

  • cyan value is 18.69%
  • magenta value is 0.00%
  • yellow value is 32.24%
  • key color value is 16.08%
CMYK:
(19,0,32,16)
C19M0Y32K16 
(19%,0%,32%,16%)
(0.19/0.00/0.32/0.16)	

CMYK percentages

%18.69
%0
%32.24
%16.08

Codes

Color #AED691 in popluar color models

AED691
RGB174214145
HSL95°45.70%70.39%
HSB/HSV95°32.24%83.92%
CMYK18.69%0.00%32.24%
16.08%

Color #AED691 in popluar number systems.

HEXAED691
Decimal174214145
Binary101011101101011010010001
Octal256326221

Shades and tints

Shades of #AED691

#AED691
(174,214,145)
#9FC384
(159,195,132)
#90B077
(144,176,119)
#819D6A
(129,157,106)
#728A5D
(114,138,93)
#637750
(99,119,80)
#546443
(84,100,67)
#455136
(69,81,54)
#363E29
(54,62,41)
#272B1C
(39,43,28)
#18180F
(24,24,15)
#000000
(0,0,0)

Tints of #AED691

#AED691
(174,214,145)
#B5D99B
(181,217,155)
#BCDCA5
(188,220,165)
#C3DFAF
(195,223,175)
#CAE2B9
(202,226,185)
#D1E5C3
(209,229,195)
#D8E8CD
(216,232,205)
#DFEBD7
(223,235,215)
#E6EEE1
(230,238,225)
#EDF1EB
(237,241,235)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED691; }

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

This text font color is #AED691.


Background Color

.myBgColor { background-color: #AED691; }

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

This div background color is #AED691.


Border color

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

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

This div border color is #AED691.


Opacity

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

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

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

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

This text has shadow with #AED691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED691 on black background.


Color preview on white background

This text has color #AED691 on white background.



Black color preview on #AED691 background

This text has black color on #AED691 background.


White color preview on #AED691 background

This text has white color on #AED691 background.