COLOR #A7ECC6

HEX: #A7ECC6
RGB: (167,236,198)

Color info

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

RGB color model

#A7ECC6 color RGB value is (167,236,198).

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

RGB channels and saturation

R 167 of 255 = 65%
G 236 of 255 = 93%
B 198 of 255 = 78%

167
236
198

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

Portions of RGB colors in percentages

R + G + B =
167 + 236 + 198 = 601 (100%)
R 167 of 601 ~ 27.79%
G 236 of 601 ~ 39.27%
B 198 of 601 ~ 32.95%

%27.79
%39.27
%32.95

CMYK color model

#A7ECC6 color CMYK value is (29,0,16,7).

  • cyan value is 29.24%
  • magenta value is 0.00%
  • yellow value is 16.10%
  • key color value is 7.45%
CMYK:
(29,0,16,7)
C29M0Y16K7 
(29%,0%,16%,7%)
(0.29/0.00/0.16/0.07)	

CMYK percentages

%29.24
%0
%16.1
%7.45

Codes

Color #A7ECC6 in popluar color models

A7ECC6
RGB167236198
HSL147°64.49%79.02%
HSB/HSV147°29.24%92.55%
CMYK29.24%0.00%16.10%
7.45%

Color #A7ECC6 in popluar number systems.

HEXA7ECC6
Decimal167236198
Binary101001111110110011000110
Octal247354306

Shades and tints

Shades of #A7ECC6

#A7ECC6
(167,236,198)
#98D7B4
(152,215,180)
#89C2A2
(137,194,162)
#7AAD90
(122,173,144)
#6B987E
(107,152,126)
#5C836C
(92,131,108)
#4D6E5A
(77,110,90)
#3E5948
(62,89,72)
#2F4436
(47,68,54)
#202F24
(32,47,36)
#111A12
(17,26,18)
#000000
(0,0,0)

Tints of #A7ECC6

#A7ECC6
(167,236,198)
#AFEDCB
(175,237,203)
#B7EED0
(183,238,208)
#BFEFD5
(191,239,213)
#C7F0DA
(199,240,218)
#CFF1DF
(207,241,223)
#D7F2E4
(215,242,228)
#DFF3E9
(223,243,233)
#E7F4EE
(231,244,238)
#EFF5F3
(239,245,243)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7ECC6; }

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

This text font color is #A7ECC6.


Background Color

.myBgColor { background-color: #A7ECC6; }

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

This div background color is #A7ECC6.


Border color

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

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

This div border color is #A7ECC6.


Opacity

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

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

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

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

This text has shadow with #A7ECC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7ECC6 on black background.


Color preview on white background

This text has color #A7ECC6 on white background.



Black color preview on #A7ECC6 background

This text has black color on #A7ECC6 background.


White color preview on #A7ECC6 background

This text has white color on #A7ECC6 background.