COLOR #A7D27C

HEX: #A7D27C RGB: (167,210,124)

Color info

#A7D27C contains mainly red and green colors. Web safe color of #A7D27C is #99CC66 (or #9C6).

RGB color model

#A7D27C color RGB value is (167,210,124).

RGB: (167,210,124) (65%, 82%, 49%)

RGB channels and saturation

R 167 of 255 = 65%
G 210 of 255 = 82%
B 124 of 255 = 49%

167
210
124

R + G + B ~ 65%. #A7D27C is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 210 + 124 = 501 (100%)
R 167 of 501 ~ 33.33%
G 210 of 501 ~ 41.92%
B 124 of 501 ~ 24.75'%

%33.33
%41.92
%24.75

CMYK color model

#A7D27C color CMYK value is (20,0,41,18).

  • cyan value is 20.48%
  • magenta value is 0.00%
  • yellow value is 40.95%
  • key color value is 17.65%

CMYK: (20,0,41,18)
C20M0Y41K18 (20%, 0%, 41%, 18%)
(0.20 / 0.00 / 0.41 / 0.18)

CMYK percentages

%20.48
%0
%40.95
%17.65

Codes

Color #A7D27C in popluar color models

A7 D2 7C
RGB 167 210 124
HSL 90° 48.86% 65.49%
HSB/HSV 90° 40.95% 82.35%
CMYK 20.48% 0.00% 40.95%
17.65%

Color #A7D27C in popluar number systems.

HEX A7 D2 7C
Decimal 167 210 124
Binary 10100111 11010010 1111100
Octal 247 322 174

Shades and tints

Shades of #A7D27C

#A7D27C
(167,210,124)
#98BF71
(152,191,113)
#89AC66
(137,172,102)
#7A995B
(122,153,91)
#6B8650
(107,134,80)
#5C7345
(92,115,69)
#4D603A
(77,96,58)
#3E4D2F
(62,77,47)
#2F3A24
(47,58,36)
#202719
(32,39,25)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #A7D27C

#A7D27C
(167,210,124)
#AFD687
(175,214,135)
#B7DA92
(183,218,146)
#BFDE9D
(191,222,157)
#C7E2A8
(199,226,168)
#CFE6B3
(207,230,179)
#D7EABE
(215,234,190)
#DFEEC9
(223,238,201)
#E7F2D4
(231,242,212)
#EFF6DF
(239,246,223)
#F7FAEA
(247,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7D27C; }

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

This text font color is #A7D27C.

Background Color

.myBgColor { background-color: #A7D27C; }

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

This div background color is #A7D27C.

Border color

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

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

This div border color is #A7D27C.

Opacity

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

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

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

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

This text has shadow with #A7D27C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7D27C.

Preview

Color preview on black background

This text has color #A7D27C on black background.


Color preview on white background

This text has color #A7D27C on white background.


Black color preview on #A7D27C background

This text has black color on #A7D27C background.


White color preview on #A7D27C background

This text has white color on #A7D27C background.


Related colors

Complementary color

Complementary color for #hex is #582D83.


I love getcolorcode.com

Triadic colors

1 #7CA7D2 and #D27CA7 with #A7D27C are triadic colors.

2 #7CD2A7 and #D2A77C with #A7D27C are triadic colors.