COLOR #A7DDA8

HEX: #A7DDA8 RGB: (167,221,168)

Color info

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

RGB color model

#A7DDA8 color RGB value is (167,221,168).

RGB: (167,221,168) (65%, 87%, 66%)

RGB channels and saturation

R 167 of 255 = 65%
G 221 of 255 = 87%
B 168 of 255 = 66%

167
221
168

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

Portions of RGB colors in percentages

R + G + B = 167 + 221 + 168 = 556 (100%)
R 167 of 556 ~ 30.04%
G 221 of 556 ~ 39.75%
B 168 of 556 ~ 30.22'%

%30.04
%39.75
%30.22

CMYK color model

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

  • cyan value is 24.43%
  • magenta value is 0.00%
  • yellow value is 23.98%
  • key color value is 13.33%
CMYK: (24,0,24,13) C24M0Y24K13 (24%,0%,24%,13%) (0.24/0.00/0.24/0.13) 

CMYK percentages

%24.43
%0
%23.98
%13.33

Codes

Color #A7DDA8 in popluar color models

A7 DD A8
RGB 167 221 168
HSL 121° 44.26% 76.08%
HSB/HSV 121° 24.43% 86.67%
CMYK 24.43% 0.00% 23.98%
13.33%

Color #A7DDA8 in popluar number systems.

HEX A7 DD A8
Decimal 167 221 168
Binary 10100111 11011101 10101000
Octal 247 335 250

Shades and tints

Shades of #A7DDA8

#A7DDA8
(167,221,168)
#98C999
(152,201,153)
#89B58A
(137,181,138)
#7AA17B
(122,161,123)
#6B8D6C
(107,141,108)
#5C795D
(92,121,93)
#4D654E
(77,101,78)
#3E513F
(62,81,63)
#2F3D30
(47,61,48)
#202921
(32,41,33)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #A7DDA8

#A7DDA8
(167,221,168)
#AFE0AF
(175,224,175)
#B7E3B6
(183,227,182)
#BFE6BD
(191,230,189)
#C7E9C4
(199,233,196)
#CFECCB
(207,236,203)
#D7EFD2
(215,239,210)
#DFF2D9
(223,242,217)
#E7F5E0
(231,245,224)
#EFF8E7
(239,248,231)
#F7FBEE
(247,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7DDA8; }

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

This text font color is #A7DDA8.

Background Color

.myBgColor { background-color: #A7DDA8; }

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

This div background color is #A7DDA8.

Border color

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

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

This div border color is #A7DDA8.

Opacity

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

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

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

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

This text has shadow with #A7DDA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7DDA8.

Preview

Color preview on black background

This text has color #A7DDA8 on black background.


Color preview on white background

This text has color #A7DDA8 on white background.


Black color preview on #A7DDA8 background

This text has black color on #A7DDA8 background.


White color preview on #A7DDA8 background

This text has white color on #A7DDA8 background.


Related colors

Complementary color

Complementary color for #hex is #582257.


I love getcolorcode.com

Triadic colors

1 #A8A7DD and #DDA8A7 with #A7DDA8 are triadic colors.

2 #A8DDA7 and #DDA7A8 with #A7DDA8 are triadic colors.