COLOR #A7DC85

HEX: #A7DC85 RGB: (167,220,133)

Color info

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

RGB color model

#A7DC85 color RGB value is (167,220,133).

RGB: (167,220,133) (65%, 86%, 52%)

RGB channels and saturation

R 167 of 255 = 65%
G 220 of 255 = 86%
B 133 of 255 = 52%

167
220
133

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

Portions of RGB colors in percentages

R + G + B = 167 + 220 + 133 = 520 (100%)
R 167 of 520 ~ 32.12%
G 220 of 520 ~ 42.31%
B 133 of 520 ~ 25.58'%

%32.12
%42.31
%25.58

CMYK color model

#A7DC85 color CMYK value is (24,0,40,14).

  • cyan value is 24.09%
  • magenta value is 0.00%
  • yellow value is 39.55%
  • key color value is 13.73%

CMYK: (24,0,40,14)
C24M0Y40K14 (24%, 0%, 40%, 14%)
(0.24 / 0.00 / 0.40 / 0.14)

CMYK percentages

%24.09
%0
%39.55
%13.73

Codes

Color #A7DC85 in popluar color models

A7 DC 85
RGB 167 220 133
HSL 97° 55.41% 69.22%
HSB/HSV 97° 39.55% 86.27%
CMYK 24.09% 0.00% 39.55%
13.73%

Color #A7DC85 in popluar number systems.

HEX A7 DC 85
Decimal 167 220 133
Binary 10100111 11011100 10000101
Octal 247 334 205

Shades and tints

Shades of #A7DC85

#A7DC85
(167,220,133)
#98C879
(152,200,121)
#89B46D
(137,180,109)
#7AA061
(122,160,97)
#6B8C55
(107,140,85)
#5C7849
(92,120,73)
#4D643D
(77,100,61)
#3E5031
(62,80,49)
#2F3C25
(47,60,37)
#202819
(32,40,25)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #A7DC85

#A7DC85
(167,220,133)
#AFDF90
(175,223,144)
#B7E29B
(183,226,155)
#BFE5A6
(191,229,166)
#C7E8B1
(199,232,177)
#CFEBBC
(207,235,188)
#D7EEC7
(215,238,199)
#DFF1D2
(223,241,210)
#E7F4DD
(231,244,221)
#EFF7E8
(239,247,232)
#F7FAF3
(247,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7DC85; }

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

This text font color is #A7DC85.

Background Color

.myBgColor { background-color: #A7DC85; }

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

This div background color is #A7DC85.

Border color

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

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

This div border color is #A7DC85.

Opacity

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

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

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

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

This text has shadow with #A7DC85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7DC85.

Preview

Color preview on black background

This text has color #A7DC85 on black background.


Color preview on white background

This text has color #A7DC85 on white background.


Black color preview on #A7DC85 background

This text has black color on #A7DC85 background.


White color preview on #A7DC85 background

This text has white color on #A7DC85 background.


Related colors

Complementary color

Complementary color for #hex is #58237A.


I love getcolorcode.com

Triadic colors

1 #85A7DC and #DC85A7 with #A7DC85 are triadic colors.

2 #85DCA7 and #DCA785 with #A7DC85 are triadic colors.