COLOR #A7F6D1

HEX: #A7F6D1 RGB: (167,246,209)

Color info

#A7F6D1 contains mainly green and blue colors. Web safe color of #A7F6D1 is #99FFCC (or #9FC).

RGB color model

#A7F6D1 color RGB value is (167,246,209).

RGB: (167,246,209) (65%, 96%, 82%)

RGB channels and saturation

R 167 of 255 = 65%
G 246 of 255 = 96%
B 209 of 255 = 82%

167
246
209

R + G + B ~ 81%. #A7F6D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 246 + 209 = 622 (100%)
R 167 of 622 ~ 26.85%
G 246 of 622 ~ 39.55%
B 209 of 622 ~ 33.6'%

%26.85
%39.55
%33.6

CMYK color model

#A7F6D1 color CMYK value is (32,0,15,4).

  • cyan value is 32.11%
  • magenta value is 0.00%
  • yellow value is 15.04%
  • key color value is 3.53%

CMYK: (32,0,15,4)
C32M0Y15K4 (32%, 0%, 15%, 4%)
(0.32 / 0.00 / 0.15 / 0.04)

CMYK percentages

%32.11
%0
%15.04
%3.53

Codes

Color #A7F6D1 in popluar color models

A7 F6 D1
RGB 167 246 209
HSL 152° 81.44% 80.98%
HSB/HSV 152° 32.11% 96.47%
CMYK 32.11% 0.00% 15.04%
3.53%

Color #A7F6D1 in popluar number systems.

HEX A7 F6 D1
Decimal 167 246 209
Binary 10100111 11110110 11010001
Octal 247 366 321

Shades and tints

Shades of #A7F6D1

#A7F6D1
(167,246,209)
#98E0BE
(152,224,190)
#89CAAB
(137,202,171)
#7AB498
(122,180,152)
#6B9E85
(107,158,133)
#5C8872
(92,136,114)
#4D725F
(77,114,95)
#3E5C4C
(62,92,76)
#2F4639
(47,70,57)
#203026
(32,48,38)
#111A13
(17,26,19)
#000000
(0,0,0)

Tints of #A7F6D1

#A7F6D1
(167,246,209)
#AFF6D5
(175,246,213)
#B7F6D9
(183,246,217)
#BFF6DD
(191,246,221)
#C7F6E1
(199,246,225)
#CFF6E5
(207,246,229)
#D7F6E9
(215,246,233)
#DFF6ED
(223,246,237)
#E7F6F1
(231,246,241)
#EFF6F5
(239,246,245)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7F6D1; }

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

This text font color is #A7F6D1.

Background Color

.myBgColor { background-color: #A7F6D1; }

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

This div background color is #A7F6D1.

Border color

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

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

This div border color is #A7F6D1.

Opacity

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

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

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

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

This text has shadow with #A7F6D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7F6D1.

Preview

Color preview on black background

This text has color #A7F6D1 on black background.


Color preview on white background

This text has color #A7F6D1 on white background.


Black color preview on #A7F6D1 background

This text has black color on #A7F6D1 background.


White color preview on #A7F6D1 background

This text has white color on #A7F6D1 background.


Related colors

Complementary color

Complementary color for #hex is #58092E.


I love getcolorcode.com

Triadic colors

1 #D1A7F6 and #F6D1A7 with #A7F6D1 are triadic colors.

2 #D1F6A7 and #F6A7D1 with #A7F6D1 are triadic colors.