COLOR #AED188

HEX: #AED188
RGB: (174,209,136)

Color info

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

RGB color model

#AED188 color RGB value is (174,209,136).

  • red value is 174;
  • green value is 209;
  • blue value is 136.
RGB:
(174,209,136)
(68%,82%,53%)

RGB channels and saturation

R 174 of 255 = 68%
G 209 of 255 = 82%
B 136 of 255 = 53%

174
209
136

R + G + B ~ 68%. #AED188 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 209 + 136 = 519 (100%)
R 174 of 519 ~ 33.53%
G 209 of 519 ~ 40.27%
B 136 of 519 ~ 26.2%

%33.53
%40.27
%26.2

CMYK color model

#AED188 color CMYK value is (17,0,35,18).

  • cyan value is 16.75%
  • magenta value is 0.00%
  • yellow value is 34.93%
  • key color value is 18.04%
CMYK:
(17,0,35,18)
C17M0Y35K18 
(17%,0%,35%,18%)
(0.17/0.00/0.35/0.18)	

CMYK percentages

%16.75
%0
%34.93
%18.04

Codes

Color #AED188 in popluar color models

AED188
RGB174209136
HSL89°44.24%67.65%
HSB/HSV89°34.93%81.96%
CMYK16.75%0.00%34.93%
18.04%

Color #AED188 in popluar number systems.

HEXAED188
Decimal174209136
Binary101011101101000110001000
Octal256321210

Shades and tints

Shades of #AED188

#AED188
(174,209,136)
#9FBE7C
(159,190,124)
#90AB70
(144,171,112)
#819864
(129,152,100)
#728558
(114,133,88)
#63724C
(99,114,76)
#545F40
(84,95,64)
#454C34
(69,76,52)
#363928
(54,57,40)
#27261C
(39,38,28)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #AED188

#AED188
(174,209,136)
#B5D592
(181,213,146)
#BCD99C
(188,217,156)
#C3DDA6
(195,221,166)
#CAE1B0
(202,225,176)
#D1E5BA
(209,229,186)
#D8E9C4
(216,233,196)
#DFEDCE
(223,237,206)
#E6F1D8
(230,241,216)
#EDF5E2
(237,245,226)
#F4F9EC
(244,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED188; }

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

This text font color is #AED188.


Background Color

.myBgColor { background-color: #AED188; }

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

This div background color is #AED188.


Border color

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

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

This div border color is #AED188.


Opacity

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

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

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

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

This text has shadow with #AED188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED188 on black background.


Color preview on white background

This text has color #AED188 on white background.



Black color preview on #AED188 background

This text has black color on #AED188 background.


White color preview on #AED188 background

This text has white color on #AED188 background.