COLOR #A7E1E3

HEX: #A7E1E3
RGB: (167,225,227)

Color info

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

RGB color model

#A7E1E3 color RGB value is (167,225,227).

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

RGB channels and saturation

R 167 of 255 = 65%
G 225 of 255 = 88%
B 227 of 255 = 89%

167
225
227

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

Portions of RGB colors in percentages

R + G + B =
167 + 225 + 227 = 619 (100%)
R 167 of 619 ~ 26.98%
G 225 of 619 ~ 36.35%
B 227 of 619 ~ 36.67%

%26.98
%36.35
%36.67

CMYK color model

#A7E1E3 color CMYK value is (26,1,0,11).

  • cyan value is 26.43%
  • magenta value is 0.88%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(26,1,0,11)
C26M1Y0K11 
(26%,1%,0%,11%)
(0.26/0.01/0.00/0.11)	

CMYK percentages

%26.43
%0.88
%0
%10.98

Codes

Color #A7E1E3 in popluar color models

A7E1E3
RGB167225227
HSL182°51.72%77.25%
HSB/HSV182°26.43%89.02%
CMYK26.43%0.88%0.00%
10.98%

Color #A7E1E3 in popluar number systems.

HEXA7E1E3
Decimal167225227
Binary101001111110000111100011
Octal247341343

Shades and tints

Shades of #A7E1E3

#A7E1E3
(167,225,227)
#98CDCF
(152,205,207)
#89B9BB
(137,185,187)
#7AA5A7
(122,165,167)
#6B9193
(107,145,147)
#5C7D7F
(92,125,127)
#4D696B
(77,105,107)
#3E5557
(62,85,87)
#2F4143
(47,65,67)
#202D2F
(32,45,47)
#11191B
(17,25,27)
#000000
(0,0,0)

Tints of #A7E1E3

#A7E1E3
(167,225,227)
#AFE3E5
(175,227,229)
#B7E5E7
(183,229,231)
#BFE7E9
(191,231,233)
#C7E9EB
(199,233,235)
#CFEBED
(207,235,237)
#D7EDEF
(215,237,239)
#DFEFF1
(223,239,241)
#E7F1F3
(231,241,243)
#EFF3F5
(239,243,245)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7E1E3; }

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

This text font color is #A7E1E3.


Background Color

.myBgColor { background-color: #A7E1E3; }

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

This div background color is #A7E1E3.


Border color

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

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

This div border color is #A7E1E3.


Opacity

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

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

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

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

This text has shadow with #A7E1E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7E1E3 on black background.


Color preview on white background

This text has color #A7E1E3 on white background.



Black color preview on #A7E1E3 background

This text has black color on #A7E1E3 background.


White color preview on #A7E1E3 background

This text has white color on #A7E1E3 background.