COLOR #A7DD9E

HEX: #A7DD9E RGB: (167,221,158)

Color info

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

RGB color model

#A7DD9E color RGB value is (167,221,158).

RGB: (167,221,158) (65%, 87%, 62%)

RGB channels and saturation

R 167 of 255 = 65%
G 221 of 255 = 87%
B 158 of 255 = 62%

167
221
158

R + G + B ~ 71%. #A7DD9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 221 + 158 = 546 (100%)
R 167 of 546 ~ 30.59%
G 221 of 546 ~ 40.48%
B 158 of 546 ~ 28.94'%

%30.59
%40.48
%28.94

CMYK color model

#A7DD9E color CMYK value is (24,0,29,13).

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

CMYK: (24,0,29,13)
C24M0Y29K13 (24%, 0%, 29%, 13%)
(0.24 / 0.00 / 0.29 / 0.13)

CMYK percentages

%24.43
%0
%28.51
%13.33

Codes

Color #A7DD9E in popluar color models

A7 DD 9E
RGB 167 221 158
HSL 111° 48.09% 74.31%
HSB/HSV 111° 28.51% 86.67%
CMYK 24.43% 0.00% 28.51%
13.33%

Color #A7DD9E in popluar number systems.

HEX A7 DD 9E
Decimal 167 221 158
Binary 10100111 11011101 10011110
Octal 247 335 236

Shades and tints

Shades of #A7DD9E

#A7DD9E
(167,221,158)
#98C990
(152,201,144)
#89B582
(137,181,130)
#7AA174
(122,161,116)
#6B8D66
(107,141,102)
#5C7958
(92,121,88)
#4D654A
(77,101,74)
#3E513C
(62,81,60)
#2F3D2E
(47,61,46)
#202920
(32,41,32)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #A7DD9E

#A7DD9E
(167,221,158)
#AFE0A6
(175,224,166)
#B7E3AE
(183,227,174)
#BFE6B6
(191,230,182)
#C7E9BE
(199,233,190)
#CFECC6
(207,236,198)
#D7EFCE
(215,239,206)
#DFF2D6
(223,242,214)
#E7F5DE
(231,245,222)
#EFF8E6
(239,248,230)
#F7FBEE
(247,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7DD9E; }

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

This text font color is #A7DD9E.

Background Color

.myBgColor { background-color: #A7DD9E; }

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

This div background color is #A7DD9E.

Border color

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

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

This div border color is #A7DD9E.

Opacity

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

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

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

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

This text has shadow with #A7DD9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7DD9E.

Preview

Color preview on black background

This text has color #A7DD9E on black background.


Color preview on white background

This text has color #A7DD9E on white background.


Black color preview on #A7DD9E background

This text has black color on #A7DD9E background.


White color preview on #A7DD9E background

This text has white color on #A7DD9E background.


Related colors

Complementary color

Complementary color for #hex is #582261.


I love getcolorcode.com

Triadic colors

1 #9EA7DD and #DD9EA7 with #A7DD9E are triadic colors.

2 #9EDDA7 and #DDA79E with #A7DD9E are triadic colors.