COLOR #A7EFE6

HEX: #A7EFE6
RGB: (167,239,230)

Color info

#A7EFE6 contains mainly green and blue colors. Web safe color of #A7EFE6 is #99FFCC (or #9FC).

RGB color model

#A7EFE6 color RGB value is (167,239,230).

  • red value is 167;
  • green value is 239;
  • blue value is 230.
RGB:
(167,239,230)
(65%,94%,90%)

RGB channels and saturation

R 167 of 255 = 65%
G 239 of 255 = 94%
B 230 of 255 = 90%

167
239
230

R + G + B ~ 83%. #A7EFE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 239 + 230 = 636 (100%)
R 167 of 636 ~ 26.26%
G 239 of 636 ~ 37.58%
B 230 of 636 ~ 36.16%

%26.26
%37.58
%36.16

CMYK color model

#A7EFE6 color CMYK value is (30,0,4,6).

  • cyan value is 30.13%
  • magenta value is 0.00%
  • yellow value is 3.77%
  • key color value is 6.27%
CMYK:
(30,0,4,6)
C30M0Y4K6 
(30%,0%,4%,6%)
(0.30/0.00/0.04/0.06)	

CMYK percentages

%30.13
%0
%3.77
%6.27

Codes

Color #A7EFE6 in popluar color models

A7EFE6
RGB167239230
HSL173°69.23%79.61%
HSB/HSV173°30.13%93.73%
CMYK30.13%0.00%3.77%
6.27%

Color #A7EFE6 in popluar number systems.

HEXA7EFE6
Decimal167239230
Binary101001111110111111100110
Octal247357346

Shades and tints

Shades of #A7EFE6

#A7EFE6
(167,239,230)
#98DAD2
(152,218,210)
#89C5BE
(137,197,190)
#7AB0AA
(122,176,170)
#6B9B96
(107,155,150)
#5C8682
(92,134,130)
#4D716E
(77,113,110)
#3E5C5A
(62,92,90)
#2F4746
(47,71,70)
#203232
(32,50,50)
#111D1E
(17,29,30)
#000000
(0,0,0)

Tints of #A7EFE6

#A7EFE6
(167,239,230)
#AFF0E8
(175,240,232)
#B7F1EA
(183,241,234)
#BFF2EC
(191,242,236)
#C7F3EE
(199,243,238)
#CFF4F0
(207,244,240)
#D7F5F2
(215,245,242)
#DFF6F4
(223,246,244)
#E7F7F6
(231,247,246)
#EFF8F8
(239,248,248)
#F7F9FA
(247,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7EFE6 color. Also use rgb(167,239,230) instead hex code.

Text Font Color

.myTextColor { color: #A7EFE6; }

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

This text font color is #A7EFE6.


Background Color

.myBgColor { background-color: #A7EFE6; }

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

This div background color is #A7EFE6.


Border color

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

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

This div border color is #A7EFE6.


Opacity

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

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

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

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

This text has shadow with #A7EFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7EFE6 on black background.


Color preview on white background

This text has color #A7EFE6 on white background.



Black color preview on #A7EFE6 background

This text has black color on #A7EFE6 background.


White color preview on #A7EFE6 background

This text has white color on #A7EFE6 background.