COLOR #A7D28F

HEX: #A7D28F
RGB: (167,210,143)

Color info

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

RGB color model

#A7D28F color RGB value is (167,210,143).

  • red value is 167;
  • green value is 210;
  • blue value is 143.
RGB:
(167,210,143)
(65%,82%,56%)

RGB channels and saturation

R 167 of 255 = 65%
G 210 of 255 = 82%
B 143 of 255 = 56%

167
210
143

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

Portions of RGB colors in percentages

R + G + B =
167 + 210 + 143 = 520 (100%)
R 167 of 520 ~ 32.12%
G 210 of 520 ~ 40.38%
B 143 of 520 ~ 27.5%

%32.12
%40.38
%27.5

CMYK color model

#A7D28F color CMYK value is (20,0,32,18).

  • cyan value is 20.48%
  • magenta value is 0.00%
  • yellow value is 31.90%
  • key color value is 17.65%
CMYK:
(20,0,32,18)
C20M0Y32K18 
(20%,0%,32%,18%)
(0.20/0.00/0.32/0.18)	

CMYK percentages

%20.48
%0
%31.9
%17.65

Codes

Color #A7D28F in popluar color models

A7D28F
RGB167210143
HSL99°42.68%69.22%
HSB/HSV99°31.90%82.35%
CMYK20.48%0.00%31.90%
17.65%

Color #A7D28F in popluar number systems.

HEXA7D28F
Decimal167210143
Binary101001111101001010001111
Octal247322217

Shades and tints

Shades of #A7D28F

#A7D28F
(167,210,143)
#98BF82
(152,191,130)
#89AC75
(137,172,117)
#7A9968
(122,153,104)
#6B865B
(107,134,91)
#5C734E
(92,115,78)
#4D6041
(77,96,65)
#3E4D34
(62,77,52)
#2F3A27
(47,58,39)
#20271A
(32,39,26)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #A7D28F

#A7D28F
(167,210,143)
#AFD699
(175,214,153)
#B7DAA3
(183,218,163)
#BFDEAD
(191,222,173)
#C7E2B7
(199,226,183)
#CFE6C1
(207,230,193)
#D7EACB
(215,234,203)
#DFEED5
(223,238,213)
#E7F2DF
(231,242,223)
#EFF6E9
(239,246,233)
#F7FAF3
(247,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7D28F; }

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

This text font color is #A7D28F.


Background Color

.myBgColor { background-color: #A7D28F; }

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

This div background color is #A7D28F.


Border color

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

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

This div border color is #A7D28F.


Opacity

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

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

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

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

This text has shadow with #A7D28F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7D28F on black background.


Color preview on white background

This text has color #A7D28F on white background.



Black color preview on #A7D28F background

This text has black color on #A7D28F background.


White color preview on #A7D28F background

This text has white color on #A7D28F background.