COLOR #A7E5E3

HEX: #A7E5E3
RGB: (167,229,227)

Color info

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

RGB color model

#A7E5E3 color RGB value is (167,229,227).

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

RGB channels and saturation

R 167 of 255 = 65%
G 229 of 255 = 90%
B 227 of 255 = 89%

167
229
227

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

Portions of RGB colors in percentages

R + G + B =
167 + 229 + 227 = 623 (100%)
R 167 of 623 ~ 26.81%
G 229 of 623 ~ 36.76%
B 227 of 623 ~ 36.44%

%26.81
%36.76
%36.44

CMYK color model

#A7E5E3 color CMYK value is (27,0,1,10).

  • cyan value is 27.07%
  • magenta value is 0.00%
  • yellow value is 0.87%
  • key color value is 10.20%
CMYK:
(27,0,1,10)
C27M0Y1K10 
(27%,0%,1%,10%)
(0.27/0.00/0.01/0.10)	

CMYK percentages

%27.07
%0
%0.87
%10.2

Codes

Color #A7E5E3 in popluar color models

A7E5E3
RGB167229227
HSL178°54.39%77.65%
HSB/HSV178°27.07%89.80%
CMYK27.07%0.00%0.87%
10.20%

Color #A7E5E3 in popluar number systems.

HEXA7E5E3
Decimal167229227
Binary101001111110010111100011
Octal247345343

Shades and tints

Shades of #A7E5E3

#A7E5E3
(167,229,227)
#98D1CF
(152,209,207)
#89BDBB
(137,189,187)
#7AA9A7
(122,169,167)
#6B9593
(107,149,147)
#5C817F
(92,129,127)
#4D6D6B
(77,109,107)
#3E5957
(62,89,87)
#2F4543
(47,69,67)
#20312F
(32,49,47)
#111D1B
(17,29,27)
#000000
(0,0,0)

Tints of #A7E5E3

#A7E5E3
(167,229,227)
#AFE7E5
(175,231,229)
#B7E9E7
(183,233,231)
#BFEBE9
(191,235,233)
#C7EDEB
(199,237,235)
#CFEFED
(207,239,237)
#D7F1EF
(215,241,239)
#DFF3F1
(223,243,241)
#E7F5F3
(231,245,243)
#EFF7F5
(239,247,245)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7E5E3; }

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

This text font color is #A7E5E3.


Background Color

.myBgColor { background-color: #A7E5E3; }

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

This div background color is #A7E5E3.


Border color

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

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

This div border color is #A7E5E3.


Opacity

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

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

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

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

This text has shadow with #A7E5E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7E5E3 on black background.


Color preview on white background

This text has color #A7E5E3 on white background.



Black color preview on #A7E5E3 background

This text has black color on #A7E5E3 background.


White color preview on #A7E5E3 background

This text has white color on #A7E5E3 background.