COLOR #A7E3AF

HEX: #A7E3AF RGB: (167,227,175)

Color info

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

RGB color model

#A7E3AF color RGB value is (167,227,175).

RGB: (167,227,175) (65%, 89%, 69%)

RGB channels and saturation

R 167 of 255 = 65%
G 227 of 255 = 89%
B 175 of 255 = 69%

167
227
175

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

Portions of RGB colors in percentages

R + G + B = 167 + 227 + 175 = 569 (100%)
R 167 of 569 ~ 29.35%
G 227 of 569 ~ 39.89%
B 175 of 569 ~ 30.76'%

%29.35
%39.89
%30.76

CMYK color model

#A7E3AF color CMYK value is (26,0,23,11).

  • cyan value is 26.43%
  • magenta value is 0.00%
  • yellow value is 22.91%
  • key color value is 10.98%

CMYK: (26,0,23,11)
C26M0Y23K11 (26%, 0%, 23%, 11%)
(0.26 / 0.00 / 0.23 / 0.11)

CMYK percentages

%26.43
%0
%22.91
%10.98

Codes

Color #A7E3AF in popluar color models

A7 E3 AF
RGB 167 227 175
HSL 128° 51.72% 77.25%
HSB/HSV 128° 26.43% 89.02%
CMYK 26.43% 0.00% 22.91%
10.98%

Color #A7E3AF in popluar number systems.

HEX A7 E3 AF
Decimal 167 227 175
Binary 10100111 11100011 10101111
Octal 247 343 257

Shades and tints

Shades of #A7E3AF

#A7E3AF
(167,227,175)
#98CFA0
(152,207,160)
#89BB91
(137,187,145)
#7AA782
(122,167,130)
#6B9373
(107,147,115)
#5C7F64
(92,127,100)
#4D6B55
(77,107,85)
#3E5746
(62,87,70)
#2F4337
(47,67,55)
#202F28
(32,47,40)
#111B19
(17,27,25)
#000000
(0,0,0)

Tints of #A7E3AF

#A7E3AF
(167,227,175)
#AFE5B6
(175,229,182)
#B7E7BD
(183,231,189)
#BFE9C4
(191,233,196)
#C7EBCB
(199,235,203)
#CFEDD2
(207,237,210)
#D7EFD9
(215,239,217)
#DFF1E0
(223,241,224)
#E7F3E7
(231,243,231)
#EFF5EE
(239,245,238)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7E3AF color. Also use rgb(167,227,175) instead hex code.

Text Font Color

.myTextColor { color: #A7E3AF; }

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

This text font color is #A7E3AF.

Background Color

.myBgColor { background-color: #A7E3AF; }

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

This div background color is #A7E3AF.

Border color

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

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

This div border color is #A7E3AF.

Opacity

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

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

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

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

This text has shadow with #A7E3AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7E3AF.

Preview

Color preview on black background

This text has color #A7E3AF on black background.


Color preview on white background

This text has color #A7E3AF on white background.


Black color preview on #A7E3AF background

This text has black color on #A7E3AF background.


White color preview on #A7E3AF background

This text has white color on #A7E3AF background.


Related colors

Complementary color

Complementary color for #hex is #581C50.


I love getcolorcode.com

Triadic colors

1 #AFA7E3 and #E3AFA7 with #A7E3AF are triadic colors.

2 #AFE3A7 and #E3A7AF with #A7E3AF are triadic colors.