COLOR #A7D1AF

HEX: #A7D1AF RGB: (167,209,175)

Color info

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

RGB color model

#A7D1AF color RGB value is (167,209,175).

RGB: (167,209,175) (65%, 82%, 69%)

RGB channels and saturation

R 167 of 255 = 65%
G 209 of 255 = 82%
B 175 of 255 = 69%

167
209
175

R + G + B ~ 72%. #A7D1AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 209 + 175 = 551 (100%)
R 167 of 551 ~ 30.31%
G 209 of 551 ~ 37.93%
B 175 of 551 ~ 31.76'%

%30.31
%37.93
%31.76

CMYK color model

#A7D1AF color CMYK value is (20,0,16,18).

  • cyan value is 20.10%
  • magenta value is 0.00%
  • yellow value is 16.27%
  • key color value is 18.04%

CMYK: (20,0,16,18)
C20M0Y16K18 (20%, 0%, 16%, 18%)
(0.20 / 0.00 / 0.16 / 0.18)

CMYK percentages

%20.1
%0
%16.27
%18.04

Codes

Color #A7D1AF in popluar color models

A7 D1 AF
RGB 167 209 175
HSL 131° 31.34% 73.73%
HSB/HSV 131° 20.10% 81.96%
CMYK 20.10% 0.00% 16.27%
18.04%

Color #A7D1AF in popluar number systems.

HEX A7 D1 AF
Decimal 167 209 175
Binary 10100111 11010001 10101111
Octal 247 321 257

Shades and tints

Shades of #A7D1AF

#A7D1AF
(167,209,175)
#98BEA0
(152,190,160)
#89AB91
(137,171,145)
#7A9882
(122,152,130)
#6B8573
(107,133,115)
#5C7264
(92,114,100)
#4D5F55
(77,95,85)
#3E4C46
(62,76,70)
#2F3937
(47,57,55)
#202628
(32,38,40)
#111319
(17,19,25)
#000000
(0,0,0)

Tints of #A7D1AF

#A7D1AF
(167,209,175)
#AFD5B6
(175,213,182)
#B7D9BD
(183,217,189)
#BFDDC4
(191,221,196)
#C7E1CB
(199,225,203)
#CFE5D2
(207,229,210)
#D7E9D9
(215,233,217)
#DFEDE0
(223,237,224)
#E7F1E7
(231,241,231)
#EFF5EE
(239,245,238)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7D1AF; }

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

This text font color is #A7D1AF.

Background Color

.myBgColor { background-color: #A7D1AF; }

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

This div background color is #A7D1AF.

Border color

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

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

This div border color is #A7D1AF.

Opacity

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

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

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

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

This text has shadow with #A7D1AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7D1AF.

Preview

Color preview on black background

This text has color #A7D1AF on black background.


Color preview on white background

This text has color #A7D1AF on white background.


Black color preview on #A7D1AF background

This text has black color on #A7D1AF background.


White color preview on #A7D1AF background

This text has white color on #A7D1AF background.


Related colors

Complementary color

Complementary color for #hex is #582E50.


I love getcolorcode.com

Triadic colors

1 #AFA7D1 and #D1AFA7 with #A7D1AF are triadic colors.

2 #AFD1A7 and #D1A7AF with #A7D1AF are triadic colors.