COLOR #A7DDAA

HEX: #A7DDAA RGB: (167,221,170)

Color info

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

RGB color model

#A7DDAA color RGB value is (167,221,170).

RGB: (167,221,170) (65%, 87%, 67%)

RGB channels and saturation

R 167 of 255 = 65%
G 221 of 255 = 87%
B 170 of 255 = 67%

167
221
170

R + G + B ~ 73%. #A7DDAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 221 + 170 = 558 (100%)
R 167 of 558 ~ 29.93%
G 221 of 558 ~ 39.61%
B 170 of 558 ~ 30.47'%

%29.93
%39.61
%30.47

CMYK color model

#A7DDAA color CMYK value is (24,0,23,13).

  • cyan value is 24.43%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 13.33%

CMYK: (24,0,23,13)
C24M0Y23K13 (24%, 0%, 23%, 13%)
(0.24 / 0.00 / 0.23 / 0.13)

CMYK percentages

%24.43
%0
%23.08
%13.33

Codes

Color #A7DDAA in popluar color models

A7 DD AA
RGB 167 221 170
HSL 123° 44.26% 76.08%
HSB/HSV 123° 24.43% 86.67%
CMYK 24.43% 0.00% 23.08%
13.33%

Color #A7DDAA in popluar number systems.

HEX A7 DD AA
Decimal 167 221 170
Binary 10100111 11011101 10101010
Octal 247 335 252

Shades and tints

Shades of #A7DDAA

#A7DDAA
(167,221,170)
#98C99B
(152,201,155)
#89B58C
(137,181,140)
#7AA17D
(122,161,125)
#6B8D6E
(107,141,110)
#5C795F
(92,121,95)
#4D6550
(77,101,80)
#3E5141
(62,81,65)
#2F3D32
(47,61,50)
#202923
(32,41,35)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #A7DDAA

#A7DDAA
(167,221,170)
#AFE0B1
(175,224,177)
#B7E3B8
(183,227,184)
#BFE6BF
(191,230,191)
#C7E9C6
(199,233,198)
#CFECCD
(207,236,205)
#D7EFD4
(215,239,212)
#DFF2DB
(223,242,219)
#E7F5E2
(231,245,226)
#EFF8E9
(239,248,233)
#F7FBF0
(247,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7DDAA color. Also use rgb(167,221,170) instead hex code.

Text Font Color

.myTextColor { color: #A7DDAA; }

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

This text font color is #A7DDAA.

Background Color

.myBgColor { background-color: #A7DDAA; }

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

This div background color is #A7DDAA.

Border color

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

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

This div border color is #A7DDAA.

Opacity

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

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

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

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

This text has shadow with #A7DDAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7DDAA.

Preview

Color preview on black background

This text has color #A7DDAA on black background.


Color preview on white background

This text has color #A7DDAA on white background.


Black color preview on #A7DDAA background

This text has black color on #A7DDAA background.


White color preview on #A7DDAA background

This text has white color on #A7DDAA background.


Related colors

Complementary color

Complementary color for #hex is #582255.


I love getcolorcode.com

Triadic colors

1 #AAA7DD and #DDAAA7 with #A7DDAA are triadic colors.

2 #AADDA7 and #DDA7AA with #A7DDAA are triadic colors.