COLOR #A7DAA4

HEX: #A7DAA4
RGB: (167,218,164)

Color info

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

RGB color model

#A7DAA4 color RGB value is (167,218,164).

  • red value is 167;
  • green value is 218;
  • blue value is 164.
RGB:
(167,218,164)
(65%,85%,64%)

RGB channels and saturation

R 167 of 255 = 65%
G 218 of 255 = 85%
B 164 of 255 = 64%

167
218
164

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

Portions of RGB colors in percentages

R + G + B =
167 + 218 + 164 = 549 (100%)
R 167 of 549 ~ 30.42%
G 218 of 549 ~ 39.71%
B 164 of 549 ~ 29.87%

%30.42
%39.71
%29.87

CMYK color model

#A7DAA4 color CMYK value is (23,0,25,15).

  • cyan value is 23.39%
  • magenta value is 0.00%
  • yellow value is 24.77%
  • key color value is 14.51%
CMYK:
(23,0,25,15)
C23M0Y25K15 
(23%,0%,25%,15%)
(0.23/0.00/0.25/0.15)	

CMYK percentages

%23.39
%0
%24.77
%14.51

Codes

Color #A7DAA4 in popluar color models

A7DAA4
RGB167218164
HSL117°42.19%74.90%
HSB/HSV117°24.77%85.49%
CMYK23.39%0.00%24.77%
14.51%

Color #A7DAA4 in popluar number systems.

HEXA7DAA4
Decimal167218164
Binary101001111101101010100100
Octal247332244

Shades and tints

Shades of #A7DAA4

#A7DAA4
(167,218,164)
#98C796
(152,199,150)
#89B488
(137,180,136)
#7AA17A
(122,161,122)
#6B8E6C
(107,142,108)
#5C7B5E
(92,123,94)
#4D6850
(77,104,80)
#3E5542
(62,85,66)
#2F4234
(47,66,52)
#202F26
(32,47,38)
#111C18
(17,28,24)
#000000
(0,0,0)

Tints of #A7DAA4

#A7DAA4
(167,218,164)
#AFDDAC
(175,221,172)
#B7E0B4
(183,224,180)
#BFE3BC
(191,227,188)
#C7E6C4
(199,230,196)
#CFE9CC
(207,233,204)
#D7ECD4
(215,236,212)
#DFEFDC
(223,239,220)
#E7F2E4
(231,242,228)
#EFF5EC
(239,245,236)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7DAA4; }

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

This text font color is #A7DAA4.


Background Color

.myBgColor { background-color: #A7DAA4; }

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

This div background color is #A7DAA4.


Border color

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

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

This div border color is #A7DAA4.


Opacity

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

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

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

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

This text has shadow with #A7DAA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7DAA4 on black background.


Color preview on white background

This text has color #A7DAA4 on white background.



Black color preview on #A7DAA4 background

This text has black color on #A7DAA4 background.


White color preview on #A7DAA4 background

This text has white color on #A7DAA4 background.