COLOR #A7D888

HEX: #A7D888 RGB: (167,216,136)

Color info

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

RGB color model

#A7D888 color RGB value is (167,216,136).

RGB: (167,216,136) (65%, 85%, 53%)

RGB channels and saturation

R 167 of 255 = 65%
G 216 of 255 = 85%
B 136 of 255 = 53%

167
216
136

R + G + B ~ 68%. #A7D888 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 216 + 136 = 519 (100%)
R 167 of 519 ~ 32.18%
G 216 of 519 ~ 41.62%
B 136 of 519 ~ 26.2'%

%32.18
%41.62
%26.2

CMYK color model

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

  • cyan value is 22.69%
  • magenta value is 0.00%
  • yellow value is 37.04%
  • key color value is 15.29%
CMYK: (23,0,37,15) C23M0Y37K15 (23%,0%,37%,15%) (0.23/0.00/0.37/0.15) 

CMYK percentages

%22.69
%0
%37.04
%15.29

Codes

Color #A7D888 in popluar color models

A7 D8 88
RGB 167 216 136
HSL 97° 50.63% 69.02%
HSB/HSV 97° 37.04% 84.71%
CMYK 22.69% 0.00% 37.04%
15.29%

Color #A7D888 in popluar number systems.

HEX A7 D8 88
Decimal 167 216 136
Binary 10100111 11011000 10001000
Octal 247 330 210

Shades and tints

Shades of #A7D888

#A7D888
(167,216,136)
#98C57C
(152,197,124)
#89B270
(137,178,112)
#7A9F64
(122,159,100)
#6B8C58
(107,140,88)
#5C794C
(92,121,76)
#4D6640
(77,102,64)
#3E5334
(62,83,52)
#2F4028
(47,64,40)
#202D1C
(32,45,28)
#111A10
(17,26,16)
#000000
(0,0,0)

Tints of #A7D888

#A7D888
(167,216,136)
#AFDB92
(175,219,146)
#B7DE9C
(183,222,156)
#BFE1A6
(191,225,166)
#C7E4B0
(199,228,176)
#CFE7BA
(207,231,186)
#D7EAC4
(215,234,196)
#DFEDCE
(223,237,206)
#E7F0D8
(231,240,216)
#EFF3E2
(239,243,226)
#F7F6EC
(247,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7D888; }

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

This text font color is #A7D888.

Background Color

.myBgColor { background-color: #A7D888; }

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

This div background color is #A7D888.

Border color

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

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

This div border color is #A7D888.

Opacity

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

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

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

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

This text has shadow with #A7D888 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7D888.

Preview

Color preview on black background

This text has color #A7D888 on black background.


Color preview on white background

This text has color #A7D888 on white background.


Black color preview on #A7D888 background

This text has black color on #A7D888 background.


White color preview on #A7D888 background

This text has white color on #A7D888 background.


Related colors

Complementary color

Complementary color for #hex is #582777.


I love getcolorcode.com

Triadic colors

1 #88A7D8 and #D888A7 with #A7D888 are triadic colors.

2 #88D8A7 and #D8A788 with #A7D888 are triadic colors.