COLOR #AAD692

HEX: #AAD692
RGB: (170,214,146)

Color info

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

RGB color model

#AAD692 color RGB value is (170,214,146).

  • red value is 170;
  • green value is 214;
  • blue value is 146.
RGB:
(170,214,146)
(67%,84%,57%)

RGB channels and saturation

R 170 of 255 = 67%
G 214 of 255 = 84%
B 146 of 255 = 57%

170
214
146

R + G + B ~ 69%. #AAD692 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 214 + 146 = 530 (100%)
R 170 of 530 ~ 32.08%
G 214 of 530 ~ 40.38%
B 146 of 530 ~ 27.55%

%32.08
%40.38
%27.55

CMYK color model

#AAD692 color CMYK value is (21,0,32,16).

  • cyan value is 20.56%
  • magenta value is 0.00%
  • yellow value is 31.78%
  • key color value is 16.08%
CMYK:
(21,0,32,16)
C21M0Y32K16 
(21%,0%,32%,16%)
(0.21/0.00/0.32/0.16)	

CMYK percentages

%20.56
%0
%31.78
%16.08

Codes

Color #AAD692 in popluar color models

AAD692
RGB170214146
HSL99°45.33%70.59%
HSB/HSV99°31.78%83.92%
CMYK20.56%0.00%31.78%
16.08%

Color #AAD692 in popluar number systems.

HEXAAD692
Decimal170214146
Binary101010101101011010010010
Octal252326222

Shades and tints

Shades of #AAD692

#AAD692
(170,214,146)
#9BC385
(155,195,133)
#8CB078
(140,176,120)
#7D9D6B
(125,157,107)
#6E8A5E
(110,138,94)
#5F7751
(95,119,81)
#506444
(80,100,68)
#415137
(65,81,55)
#323E2A
(50,62,42)
#232B1D
(35,43,29)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #AAD692

#AAD692
(170,214,146)
#B1D99B
(177,217,155)
#B8DCA4
(184,220,164)
#BFDFAD
(191,223,173)
#C6E2B6
(198,226,182)
#CDE5BF
(205,229,191)
#D4E8C8
(212,232,200)
#DBEBD1
(219,235,209)
#E2EEDA
(226,238,218)
#E9F1E3
(233,241,227)
#F0F4EC
(240,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAD692 color. Also use rgb(170,214,146) instead hex code.

Text Font Color

.myTextColor { color: #AAD692; }

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

This text font color is #AAD692.


Background Color

.myBgColor { background-color: #AAD692; }

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

This div background color is #AAD692.


Border color

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

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

This div border color is #AAD692.


Opacity

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

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

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

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

This text has shadow with #AAD692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD692 on black background.


Color preview on white background

This text has color #AAD692 on white background.



Black color preview on #AAD692 background

This text has black color on #AAD692 background.


White color preview on #AAD692 background

This text has white color on #AAD692 background.