COLOR #A7E2D1

HEX: #A7E2D1 RGB: (167,226,209)

Color info

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

RGB color model

#A7E2D1 color RGB value is (167,226,209).

RGB: (167,226,209) (65%, 89%, 82%)

RGB channels and saturation

R 167 of 255 = 65%
G 226 of 255 = 89%
B 209 of 255 = 82%

167
226
209

R + G + B ~ 79%. #A7E2D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 226 + 209 = 602 (100%)
R 167 of 602 ~ 27.74%
G 226 of 602 ~ 37.54%
B 209 of 602 ~ 34.72'%

%27.74
%37.54
%34.72

CMYK color model

#A7E2D1 color CMYK value is (26,0,8,11).

  • cyan value is 26.11%
  • magenta value is 0.00%
  • yellow value is 7.52%
  • key color value is 11.37%
CMYK: (26,0,8,11) C26M0Y8K11 (26%,0%,8%,11%) (0.26/0.00/0.08/0.11) 

CMYK percentages

%26.11
%0
%7.52
%11.37

Codes

Color #A7E2D1 in popluar color models

A7 E2 D1
RGB 167 226 209
HSL 163° 50.43% 77.06%
HSB/HSV 163° 26.11% 88.63%
CMYK 26.11% 0.00% 7.52%
11.37%

Color #A7E2D1 in popluar number systems.

HEX A7 E2 D1
Decimal 167 226 209
Binary 10100111 11100010 11010001
Octal 247 342 321

Shades and tints

Shades of #A7E2D1

#A7E2D1
(167,226,209)
#98CEBE
(152,206,190)
#89BAAB
(137,186,171)
#7AA698
(122,166,152)
#6B9285
(107,146,133)
#5C7E72
(92,126,114)
#4D6A5F
(77,106,95)
#3E564C
(62,86,76)
#2F4239
(47,66,57)
#202E26
(32,46,38)
#111A13
(17,26,19)
#000000
(0,0,0)

Tints of #A7E2D1

#A7E2D1
(167,226,209)
#AFE4D5
(175,228,213)
#B7E6D9
(183,230,217)
#BFE8DD
(191,232,221)
#C7EAE1
(199,234,225)
#CFECE5
(207,236,229)
#D7EEE9
(215,238,233)
#DFF0ED
(223,240,237)
#E7F2F1
(231,242,241)
#EFF4F5
(239,244,245)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7E2D1; }

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

This text font color is #A7E2D1.

Background Color

.myBgColor { background-color: #A7E2D1; }

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

This div background color is #A7E2D1.

Border color

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

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

This div border color is #A7E2D1.

Opacity

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

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

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

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

This text has shadow with #A7E2D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7E2D1.

Preview

Color preview on black background

This text has color #A7E2D1 on black background.


Color preview on white background

This text has color #A7E2D1 on white background.


Black color preview on #A7E2D1 background

This text has black color on #A7E2D1 background.


White color preview on #A7E2D1 background

This text has white color on #A7E2D1 background.


Related colors

Complementary color

Complementary color for #hex is #581D2E.


I love getcolorcode.com

Triadic colors

1 #D1A7E2 and #E2D1A7 with #A7E2D1 are triadic colors.

2 #D1E2A7 and #E2A7D1 with #A7E2D1 are triadic colors.