COLOR #A7E1D7

HEX: #A7E1D7
RGB: (167,225,215)

Color info

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

RGB color model

#A7E1D7 color RGB value is (167,225,215).

  • red value is 167;
  • green value is 225;
  • blue value is 215.
RGB:
(167,225,215)
(65%,88%,84%)

RGB channels and saturation

R 167 of 255 = 65%
G 225 of 255 = 88%
B 215 of 255 = 84%

167
225
215

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

Portions of RGB colors in percentages

R + G + B =
167 + 225 + 215 = 607 (100%)
R 167 of 607 ~ 27.51%
G 225 of 607 ~ 37.07%
B 215 of 607 ~ 35.42%

%27.51
%37.07
%35.42

CMYK color model

#A7E1D7 color CMYK value is (26,0,4,12).

  • cyan value is 25.78%
  • magenta value is 0.00%
  • yellow value is 4.44%
  • key color value is 11.76%
CMYK:
(26,0,4,12)
C26M0Y4K12 
(26%,0%,4%,12%)
(0.26/0.00/0.04/0.12)	

CMYK percentages

%25.78
%0
%4.44
%11.76

Codes

Color #A7E1D7 in popluar color models

A7E1D7
RGB167225215
HSL170°49.15%76.86%
HSB/HSV170°25.78%88.24%
CMYK25.78%0.00%4.44%
11.76%

Color #A7E1D7 in popluar number systems.

HEXA7E1D7
Decimal167225215
Binary101001111110000111010111
Octal247341327

Shades and tints

Shades of #A7E1D7

#A7E1D7
(167,225,215)
#98CDC4
(152,205,196)
#89B9B1
(137,185,177)
#7AA59E
(122,165,158)
#6B918B
(107,145,139)
#5C7D78
(92,125,120)
#4D6965
(77,105,101)
#3E5552
(62,85,82)
#2F413F
(47,65,63)
#202D2C
(32,45,44)
#111919
(17,25,25)
#000000
(0,0,0)

Tints of #A7E1D7

#A7E1D7
(167,225,215)
#AFE3DA
(175,227,218)
#B7E5DD
(183,229,221)
#BFE7E0
(191,231,224)
#C7E9E3
(199,233,227)
#CFEBE6
(207,235,230)
#D7EDE9
(215,237,233)
#DFEFEC
(223,239,236)
#E7F1EF
(231,241,239)
#EFF3F2
(239,243,242)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7E1D7 color. Also use rgb(167,225,215) instead hex code.

Text Font Color

.myTextColor { color: #A7E1D7; }

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

This text font color is #A7E1D7.


Background Color

.myBgColor { background-color: #A7E1D7; }

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

This div background color is #A7E1D7.


Border color

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

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

This div border color is #A7E1D7.


Opacity

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

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

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

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

This text has shadow with #A7E1D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7E1D7 on black background.


Color preview on white background

This text has color #A7E1D7 on white background.



Black color preview on #A7E1D7 background

This text has black color on #A7E1D7 background.


White color preview on #A7E1D7 background

This text has white color on #A7E1D7 background.