COLOR #A7E2D5

HEX: #A7E2D5
RGB: (167,226,213)

Color info

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

RGB color model

#A7E2D5 color RGB value is (167,226,213).

  • red value is 167;
  • green value is 226;
  • blue value is 213.
RGB:
(167,226,213)
(65%,89%,84%)

RGB channels and saturation

R 167 of 255 = 65%
G 226 of 255 = 89%
B 213 of 255 = 84%

167
226
213

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

Portions of RGB colors in percentages

R + G + B =
167 + 226 + 213 = 606 (100%)
R 167 of 606 ~ 27.56%
G 226 of 606 ~ 37.29%
B 213 of 606 ~ 35.15%

%27.56
%37.29
%35.15

CMYK color model

#A7E2D5 color CMYK value is (26,0,6,11).

  • cyan value is 26.11%
  • magenta value is 0.00%
  • yellow value is 5.75%
  • key color value is 11.37%
CMYK:
(26,0,6,11)
C26M0Y6K11 
(26%,0%,6%,11%)
(0.26/0.00/0.06/0.11)	

CMYK percentages

%26.11
%0
%5.75
%11.37

Codes

Color #A7E2D5 in popluar color models

A7E2D5
RGB167226213
HSL167°50.43%77.06%
HSB/HSV167°26.11%88.63%
CMYK26.11%0.00%5.75%
11.37%

Color #A7E2D5 in popluar number systems.

HEXA7E2D5
Decimal167226213
Binary101001111110001011010101
Octal247342325

Shades and tints

Shades of #A7E2D5

#A7E2D5
(167,226,213)
#98CEC2
(152,206,194)
#89BAAF
(137,186,175)
#7AA69C
(122,166,156)
#6B9289
(107,146,137)
#5C7E76
(92,126,118)
#4D6A63
(77,106,99)
#3E5650
(62,86,80)
#2F423D
(47,66,61)
#202E2A
(32,46,42)
#111A17
(17,26,23)
#000000
(0,0,0)

Tints of #A7E2D5

#A7E2D5
(167,226,213)
#AFE4D8
(175,228,216)
#B7E6DB
(183,230,219)
#BFE8DE
(191,232,222)
#C7EAE1
(199,234,225)
#CFECE4
(207,236,228)
#D7EEE7
(215,238,231)
#DFF0EA
(223,240,234)
#E7F2ED
(231,242,237)
#EFF4F0
(239,244,240)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7E2D5; }

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

This text font color is #A7E2D5.


Background Color

.myBgColor { background-color: #A7E2D5; }

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

This div background color is #A7E2D5.


Border color

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

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

This div border color is #A7E2D5.


Opacity

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

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

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

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

This text has shadow with #A7E2D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7E2D5 on black background.


Color preview on white background

This text has color #A7E2D5 on white background.



Black color preview on #A7E2D5 background

This text has black color on #A7E2D5 background.


White color preview on #A7E2D5 background

This text has white color on #A7E2D5 background.