COLOR #A7ECD9

HEX: #A7ECD9
RGB: (167,236,217)

Color info

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

RGB color model

#A7ECD9 color RGB value is (167,236,217).

  • red value is 167;
  • green value is 236;
  • blue value is 217.
RGB:
(167,236,217)
(65%,93%,85%)

RGB channels and saturation

R 167 of 255 = 65%
G 236 of 255 = 93%
B 217 of 255 = 85%

167
236
217

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

Portions of RGB colors in percentages

R + G + B =
167 + 236 + 217 = 620 (100%)
R 167 of 620 ~ 26.94%
G 236 of 620 ~ 38.06%
B 217 of 620 ~ 35%

%26.94
%38.06
%35

CMYK color model

#A7ECD9 color CMYK value is (29,0,8,7).

  • cyan value is 29.24%
  • magenta value is 0.00%
  • yellow value is 8.05%
  • key color value is 7.45%
CMYK:
(29,0,8,7)
C29M0Y8K7 
(29%,0%,8%,7%)
(0.29/0.00/0.08/0.07)	

CMYK percentages

%29.24
%0
%8.05
%7.45

Codes

Color #A7ECD9 in popluar color models

A7ECD9
RGB167236217
HSL163°64.49%79.02%
HSB/HSV163°29.24%92.55%
CMYK29.24%0.00%8.05%
7.45%

Color #A7ECD9 in popluar number systems.

HEXA7ECD9
Decimal167236217
Binary101001111110110011011001
Octal247354331

Shades and tints

Shades of #A7ECD9

#A7ECD9
(167,236,217)
#98D7C6
(152,215,198)
#89C2B3
(137,194,179)
#7AADA0
(122,173,160)
#6B988D
(107,152,141)
#5C837A
(92,131,122)
#4D6E67
(77,110,103)
#3E5954
(62,89,84)
#2F4441
(47,68,65)
#202F2E
(32,47,46)
#111A1B
(17,26,27)
#000000
(0,0,0)

Tints of #A7ECD9

#A7ECD9
(167,236,217)
#AFEDDC
(175,237,220)
#B7EEDF
(183,238,223)
#BFEFE2
(191,239,226)
#C7F0E5
(199,240,229)
#CFF1E8
(207,241,232)
#D7F2EB
(215,242,235)
#DFF3EE
(223,243,238)
#E7F4F1
(231,244,241)
#EFF5F4
(239,245,244)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7ECD9 color. Also use rgb(167,236,217) instead hex code.

Text Font Color

.myTextColor { color: #A7ECD9; }

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

This text font color is #A7ECD9.


Background Color

.myBgColor { background-color: #A7ECD9; }

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

This div background color is #A7ECD9.


Border color

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

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

This div border color is #A7ECD9.


Opacity

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

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

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

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

This text has shadow with #A7ECD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7ECD9 on black background.


Color preview on white background

This text has color #A7ECD9 on white background.



Black color preview on #A7ECD9 background

This text has black color on #A7ECD9 background.


White color preview on #A7ECD9 background

This text has white color on #A7ECD9 background.