COLOR #A7DAA7

HEX: #A7DAA7
RGB: (167,218,167)

Color info

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

RGB color model

#A7DAA7 color RGB value is (167,218,167).

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

RGB channels and saturation

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

167
218
167

R + G + B ~ 72%. #A7DAA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 218 + 167 = 552 (100%)
R 167 of 552 ~ 30.25%
G 218 of 552 ~ 39.49%
B 167 of 552 ~ 30.25%

%30.25
%39.49
%30.25

CMYK color model

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

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

CMYK percentages

%23.39
%0
%23.39
%14.51

Codes

Color #A7DAA7 in popluar color models

A7DAA7
RGB167218167
HSL120°40.80%75.49%
HSB/HSV120°23.39%85.49%
CMYK23.39%0.00%23.39%
14.51%

Color #A7DAA7 in popluar number systems.

HEXA7DAA7
Decimal167218167
Binary101001111101101010100111
Octal247332247

Shades and tints

Shades of #A7DAA7

#A7DAA7
(167,218,167)
#98C798
(152,199,152)
#89B489
(137,180,137)
#7AA17A
(122,161,122)
#6B8E6B
(107,142,107)
#5C7B5C
(92,123,92)
#4D684D
(77,104,77)
#3E553E
(62,85,62)
#2F422F
(47,66,47)
#202F20
(32,47,32)
#111C11
(17,28,17)
#000000
(0,0,0)

Tints of #A7DAA7

#A7DAA7
(167,218,167)
#AFDDAF
(175,221,175)
#B7E0B7
(183,224,183)
#BFE3BF
(191,227,191)
#C7E6C7
(199,230,199)
#CFE9CF
(207,233,207)
#D7ECD7
(215,236,215)
#DFEFDF
(223,239,223)
#E7F2E7
(231,242,231)
#EFF5EF
(239,245,239)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7DAA7; }

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

This text font color is #A7DAA7.


Background Color

.myBgColor { background-color: #A7DAA7; }

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

This div background color is #A7DAA7.


Border color

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

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

This div border color is #A7DAA7.


Opacity

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

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

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

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

This text has shadow with #A7DAA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7DAA7 on black background.


Color preview on white background

This text has color #A7DAA7 on white background.



Black color preview on #A7DAA7 background

This text has black color on #A7DAA7 background.


White color preview on #A7DAA7 background

This text has white color on #A7DAA7 background.