COLOR #A7E3EC

HEX: #A7E3EC
RGB: (167,227,236)

Color info

#A7E3EC contains mainly green and blue colors. Web safe color of #A7E3EC is #99CCFF (or #9CF).

RGB color model

#A7E3EC color RGB value is (167,227,236).

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

RGB channels and saturation

R 167 of 255 = 65%
G 227 of 255 = 89%
B 236 of 255 = 93%

167
227
236

R + G + B ~ 82%. #A7E3EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 227 + 236 = 630 (100%)
R 167 of 630 ~ 26.51%
G 227 of 630 ~ 36.03%
B 236 of 630 ~ 37.46%

%26.51
%36.03
%37.46

CMYK color model

#A7E3EC color CMYK value is (29,4,0,7).

  • cyan value is 29.24%
  • magenta value is 3.81%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(29,4,0,7)
C29M4Y0K7 
(29%,4%,0%,7%)
(0.29/0.04/0.00/0.07)	

CMYK percentages

%29.24
%3.81
%0
%7.45

Codes

Color #A7E3EC in popluar color models

A7E3EC
RGB167227236
HSL188°64.49%79.02%
HSB/HSV188°29.24%92.55%
CMYK29.24%3.81%0.00%
7.45%

Color #A7E3EC in popluar number systems.

HEXA7E3EC
Decimal167227236
Binary101001111110001111101100
Octal247343354

Shades and tints

Shades of #A7E3EC

#A7E3EC
(167,227,236)
#98CFD7
(152,207,215)
#89BBC2
(137,187,194)
#7AA7AD
(122,167,173)
#6B9398
(107,147,152)
#5C7F83
(92,127,131)
#4D6B6E
(77,107,110)
#3E5759
(62,87,89)
#2F4344
(47,67,68)
#202F2F
(32,47,47)
#111B1A
(17,27,26)
#000000
(0,0,0)

Tints of #A7E3EC

#A7E3EC
(167,227,236)
#AFE5ED
(175,229,237)
#B7E7EE
(183,231,238)
#BFE9EF
(191,233,239)
#C7EBF0
(199,235,240)
#CFEDF1
(207,237,241)
#D7EFF2
(215,239,242)
#DFF1F3
(223,241,243)
#E7F3F4
(231,243,244)
#EFF5F5
(239,245,245)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7E3EC; }

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

This text font color is #A7E3EC.


Background Color

.myBgColor { background-color: #A7E3EC; }

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

This div background color is #A7E3EC.


Border color

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

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

This div border color is #A7E3EC.


Opacity

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

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

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

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

This text has shadow with #A7E3EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7E3EC on black background.


Color preview on white background

This text has color #A7E3EC on white background.



Black color preview on #A7E3EC background

This text has black color on #A7E3EC background.


White color preview on #A7E3EC background

This text has white color on #A7E3EC background.