COLOR #A7DF85

HEX: #A7DF85 RGB: (167,223,133)

Color info

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

RGB color model

#A7DF85 color RGB value is (167,223,133).

RGB: (167,223,133) (65%, 87%, 52%)

RGB channels and saturation

R 167 of 255 = 65%
G 223 of 255 = 87%
B 133 of 255 = 52%

167
223
133

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

Portions of RGB colors in percentages

R + G + B = 167 + 223 + 133 = 523 (100%)
R 167 of 523 ~ 31.93%
G 223 of 523 ~ 42.64%
B 133 of 523 ~ 25.43'%

%31.93
%42.64
%25.43

CMYK color model

#A7DF85 color CMYK value is (25,0,40,13).

  • cyan value is 25.11%
  • magenta value is 0.00%
  • yellow value is 40.36%
  • key color value is 12.55%
CMYK: (25,0,40,13) C25M0Y40K13 (25%,0%,40%,13%) (0.25/0.00/0.40/0.13) 

CMYK percentages

%25.11
%0
%40.36
%12.55

Codes

Color #A7DF85 in popluar color models

A7 DF 85
RGB 167 223 133
HSL 97° 58.44% 69.80%
HSB/HSV 97° 40.36% 87.45%
CMYK 25.11% 0.00% 40.36%
12.55%

Color #A7DF85 in popluar number systems.

HEX A7 DF 85
Decimal 167 223 133
Binary 10100111 11011111 10000101
Octal 247 337 205

Shades and tints

Shades of #A7DF85

#A7DF85
(167,223,133)
#98CB79
(152,203,121)
#89B76D
(137,183,109)
#7AA361
(122,163,97)
#6B8F55
(107,143,85)
#5C7B49
(92,123,73)
#4D673D
(77,103,61)
#3E5331
(62,83,49)
#2F3F25
(47,63,37)
#202B19
(32,43,25)
#11170D
(17,23,13)
#000000
(0,0,0)

Tints of #A7DF85

#A7DF85
(167,223,133)
#AFE190
(175,225,144)
#B7E39B
(183,227,155)
#BFE5A6
(191,229,166)
#C7E7B1
(199,231,177)
#CFE9BC
(207,233,188)
#D7EBC7
(215,235,199)
#DFEDD2
(223,237,210)
#E7EFDD
(231,239,221)
#EFF1E8
(239,241,232)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7DF85; }

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

This text font color is #A7DF85.

Background Color

.myBgColor { background-color: #A7DF85; }

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

This div background color is #A7DF85.

Border color

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

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

This div border color is #A7DF85.

Opacity

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

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

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

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

This text has shadow with #A7DF85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7DF85.

Preview

Color preview on black background

This text has color #A7DF85 on black background.


Color preview on white background

This text has color #A7DF85 on white background.


Black color preview on #A7DF85 background

This text has black color on #A7DF85 background.


White color preview on #A7DF85 background

This text has white color on #A7DF85 background.


Related colors

Complementary color

Complementary color for #hex is #58207A.


I love getcolorcode.com

Triadic colors

1 #85A7DF and #DF85A7 with #A7DF85 are triadic colors.

2 #85DFA7 and #DFA785 with #A7DF85 are triadic colors.