COLOR #A7E1AE

HEX: #A7E1AE RGB: (167,225,174)

Color info

#A7E1AE contains red, green and blue colors in about the same proportion. Web safe color of #A7E1AE is #99CC99 (or #9C9).

RGB color model

#A7E1AE color RGB value is (167,225,174).

RGB: (167,225,174) (65%, 88%, 68%)

RGB channels and saturation

R 167 of 255 = 65%
G 225 of 255 = 88%
B 174 of 255 = 68%

167
225
174

R + G + B ~ 74%. #A7E1AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 225 + 174 = 566 (100%)
R 167 of 566 ~ 29.51%
G 225 of 566 ~ 39.75%
B 174 of 566 ~ 30.74'%

%29.51
%39.75
%30.74

CMYK color model

#A7E1AE color CMYK value is (26,0,23,12).

  • cyan value is 25.78%
  • magenta value is 0.00%
  • yellow value is 22.67%
  • key color value is 11.76%

CMYK: (26,0,23,12)
C26M0Y23K12 (26%, 0%, 23%, 12%)
(0.26 / 0.00 / 0.23 / 0.12)

CMYK percentages

%25.78
%0
%22.67
%11.76

Codes

Color #A7E1AE in popluar color models

A7 E1 AE
RGB 167 225 174
HSL 127° 49.15% 76.86%
HSB/HSV 127° 25.78% 88.24%
CMYK 25.78% 0.00% 22.67%
11.76%

Color #A7E1AE in popluar number systems.

HEX A7 E1 AE
Decimal 167 225 174
Binary 10100111 11100001 10101110
Octal 247 341 256

Shades and tints

Shades of #A7E1AE

#A7E1AE
(167,225,174)
#98CD9F
(152,205,159)
#89B990
(137,185,144)
#7AA581
(122,165,129)
#6B9172
(107,145,114)
#5C7D63
(92,125,99)
#4D6954
(77,105,84)
#3E5545
(62,85,69)
#2F4136
(47,65,54)
#202D27
(32,45,39)
#111918
(17,25,24)
#000000
(0,0,0)

Tints of #A7E1AE

#A7E1AE
(167,225,174)
#AFE3B5
(175,227,181)
#B7E5BC
(183,229,188)
#BFE7C3
(191,231,195)
#C7E9CA
(199,233,202)
#CFEBD1
(207,235,209)
#D7EDD8
(215,237,216)
#DFEFDF
(223,239,223)
#E7F1E6
(231,241,230)
#EFF3ED
(239,243,237)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7E1AE color. Also use rgb(167,225,174) instead hex code.

Text Font Color

.myTextColor { color: #A7E1AE; }

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

This text font color is #A7E1AE.

Background Color

.myBgColor { background-color: #A7E1AE; }

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

This div background color is #A7E1AE.

Border color

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

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

This div border color is #A7E1AE.

Opacity

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

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

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

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

This text has shadow with #A7E1AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7E1AE.

Preview

Color preview on black background

This text has color #A7E1AE on black background.


Color preview on white background

This text has color #A7E1AE on white background.


Black color preview on #A7E1AE background

This text has black color on #A7E1AE background.


White color preview on #A7E1AE background

This text has white color on #A7E1AE background.


Related colors

Complementary color

Complementary color for #hex is #581E51.


I love getcolorcode.com

Triadic colors

1 #AEA7E1 and #E1AEA7 with #A7E1AE are triadic colors.

2 #AEE1A7 and #E1A7AE with #A7E1AE are triadic colors.