COLOR #A7DA9E

HEX: #A7DA9E RGB: (167,218,158)

Color info

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

RGB color model

#A7DA9E color RGB value is (167,218,158).

RGB: (167,218,158) (65%, 85%, 62%)

RGB channels and saturation

R 167 of 255 = 65%
G 218 of 255 = 85%
B 158 of 255 = 62%

167
218
158

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

Portions of RGB colors in percentages

R + G + B = 167 + 218 + 158 = 543 (100%)
R 167 of 543 ~ 30.76%
G 218 of 543 ~ 40.15%
B 158 of 543 ~ 29.1'%

%30.76
%40.15
%29.1

CMYK color model

#A7DA9E color CMYK value is (23,0,28,15).

  • cyan value is 23.39%
  • magenta value is 0.00%
  • yellow value is 27.52%
  • key color value is 14.51%

CMYK: (23,0,28,15)
C23M0Y28K15 (23%, 0%, 28%, 15%)
(0.23 / 0.00 / 0.28 / 0.15)

CMYK percentages

%23.39
%0
%27.52
%14.51

Codes

Color #A7DA9E in popluar color models

A7 DA 9E
RGB 167 218 158
HSL 111° 44.78% 73.73%
HSB/HSV 111° 27.52% 85.49%
CMYK 23.39% 0.00% 27.52%
14.51%

Color #A7DA9E in popluar number systems.

HEX A7 DA 9E
Decimal 167 218 158
Binary 10100111 11011010 10011110
Octal 247 332 236

Shades and tints

Shades of #A7DA9E

#A7DA9E
(167,218,158)
#98C790
(152,199,144)
#89B482
(137,180,130)
#7AA174
(122,161,116)
#6B8E66
(107,142,102)
#5C7B58
(92,123,88)
#4D684A
(77,104,74)
#3E553C
(62,85,60)
#2F422E
(47,66,46)
#202F20
(32,47,32)
#111C12
(17,28,18)
#000000
(0,0,0)

Tints of #A7DA9E

#A7DA9E
(167,218,158)
#AFDDA6
(175,221,166)
#B7E0AE
(183,224,174)
#BFE3B6
(191,227,182)
#C7E6BE
(199,230,190)
#CFE9C6
(207,233,198)
#D7ECCE
(215,236,206)
#DFEFD6
(223,239,214)
#E7F2DE
(231,242,222)
#EFF5E6
(239,245,230)
#F7F8EE
(247,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7DA9E; }

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

This text font color is #A7DA9E.

Background Color

.myBgColor { background-color: #A7DA9E; }

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

This div background color is #A7DA9E.

Border color

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

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

This div border color is #A7DA9E.

Opacity

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

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

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

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

This text has shadow with #A7DA9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7DA9E.

Preview

Color preview on black background

This text has color #A7DA9E on black background.


Color preview on white background

This text has color #A7DA9E on white background.


Black color preview on #A7DA9E background

This text has black color on #A7DA9E background.


White color preview on #A7DA9E background

This text has white color on #A7DA9E background.


Related colors

Complementary color

Complementary color for #hex is #582561.


I love getcolorcode.com

Triadic colors

1 #9EA7DA and #DA9EA7 with #A7DA9E are triadic colors.

2 #9EDAA7 and #DAA79E with #A7DA9E are triadic colors.