COLOR #A7E3C6

HEX: #A7E3C6
RGB: (167,227,198)

Color info

#A7E3C6 contains mainly green and blue colors. Web safe color of #A7E3C6 is #99CCCC (or #9CC).

RGB color model

#A7E3C6 color RGB value is (167,227,198).

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

RGB channels and saturation

R 167 of 255 = 65%
G 227 of 255 = 89%
B 198 of 255 = 78%

167
227
198

R + G + B ~ 77%. #A7E3C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 227 + 198 = 592 (100%)
R 167 of 592 ~ 28.21%
G 227 of 592 ~ 38.34%
B 198 of 592 ~ 33.45%

%28.21
%38.34
%33.45

CMYK color model

#A7E3C6 color CMYK value is (26,0,13,11).

  • cyan value is 26.43%
  • magenta value is 0.00%
  • yellow value is 12.78%
  • key color value is 10.98%
CMYK:
(26,0,13,11)
C26M0Y13K11 
(26%,0%,13%,11%)
(0.26/0.00/0.13/0.11)	

CMYK percentages

%26.43
%0
%12.78
%10.98

Codes

Color #A7E3C6 in popluar color models

A7E3C6
RGB167227198
HSL151°51.72%77.25%
HSB/HSV151°26.43%89.02%
CMYK26.43%0.00%12.78%
10.98%

Color #A7E3C6 in popluar number systems.

HEXA7E3C6
Decimal167227198
Binary101001111110001111000110
Octal247343306

Shades and tints

Shades of #A7E3C6

#A7E3C6
(167,227,198)
#98CFB4
(152,207,180)
#89BBA2
(137,187,162)
#7AA790
(122,167,144)
#6B937E
(107,147,126)
#5C7F6C
(92,127,108)
#4D6B5A
(77,107,90)
#3E5748
(62,87,72)
#2F4336
(47,67,54)
#202F24
(32,47,36)
#111B12
(17,27,18)
#000000
(0,0,0)

Tints of #A7E3C6

#A7E3C6
(167,227,198)
#AFE5CB
(175,229,203)
#B7E7D0
(183,231,208)
#BFE9D5
(191,233,213)
#C7EBDA
(199,235,218)
#CFEDDF
(207,237,223)
#D7EFE4
(215,239,228)
#DFF1E9
(223,241,233)
#E7F3EE
(231,243,238)
#EFF5F3
(239,245,243)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7E3C6; }

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

This text font color is #A7E3C6.


Background Color

.myBgColor { background-color: #A7E3C6; }

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

This div background color is #A7E3C6.


Border color

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

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

This div border color is #A7E3C6.


Opacity

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

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

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

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

This text has shadow with #A7E3C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7E3C6 on black background.


Color preview on white background

This text has color #A7E3C6 on white background.



Black color preview on #A7E3C6 background

This text has black color on #A7E3C6 background.


White color preview on #A7E3C6 background

This text has white color on #A7E3C6 background.