COLOR #A7E3DA

HEX: #A7E3DA
RGB: (167,227,218)

Color info

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

RGB color model

#A7E3DA color RGB value is (167,227,218).

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

RGB channels and saturation

R 167 of 255 = 65%
G 227 of 255 = 89%
B 218 of 255 = 85%

167
227
218

R + G + B ~ 80%. #A7E3DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 227 + 218 = 612 (100%)
R 167 of 612 ~ 27.29%
G 227 of 612 ~ 37.09%
B 218 of 612 ~ 35.62%

%27.29
%37.09
%35.62

CMYK color model

#A7E3DA color CMYK value is (26,0,4,11).

  • cyan value is 26.43%
  • magenta value is 0.00%
  • yellow value is 3.96%
  • key color value is 10.98%
CMYK:
(26,0,4,11)
C26M0Y4K11 
(26%,0%,4%,11%)
(0.26/0.00/0.04/0.11)	

CMYK percentages

%26.43
%0
%3.96
%10.98

Codes

Color #A7E3DA in popluar color models

A7E3DA
RGB167227218
HSL171°51.72%77.25%
HSB/HSV171°26.43%89.02%
CMYK26.43%0.00%3.96%
10.98%

Color #A7E3DA in popluar number systems.

HEXA7E3DA
Decimal167227218
Binary101001111110001111011010
Octal247343332

Shades and tints

Shades of #A7E3DA

#A7E3DA
(167,227,218)
#98CFC7
(152,207,199)
#89BBB4
(137,187,180)
#7AA7A1
(122,167,161)
#6B938E
(107,147,142)
#5C7F7B
(92,127,123)
#4D6B68
(77,107,104)
#3E5755
(62,87,85)
#2F4342
(47,67,66)
#202F2F
(32,47,47)
#111B1C
(17,27,28)
#000000
(0,0,0)

Tints of #A7E3DA

#A7E3DA
(167,227,218)
#AFE5DD
(175,229,221)
#B7E7E0
(183,231,224)
#BFE9E3
(191,233,227)
#C7EBE6
(199,235,230)
#CFEDE9
(207,237,233)
#D7EFEC
(215,239,236)
#DFF1EF
(223,241,239)
#E7F3F2
(231,243,242)
#EFF5F5
(239,245,245)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7E3DA; }

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

This text font color is #A7E3DA.


Background Color

.myBgColor { background-color: #A7E3DA; }

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

This div background color is #A7E3DA.


Border color

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

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

This div border color is #A7E3DA.


Opacity

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

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

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

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

This text has shadow with #A7E3DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7E3DA on black background.


Color preview on white background

This text has color #A7E3DA on white background.



Black color preview on #A7E3DA background

This text has black color on #A7E3DA background.


White color preview on #A7E3DA background

This text has white color on #A7E3DA background.