COLOR #A7FDE6

HEX: #A7FDE6
RGB: (167,253,230)

Color info

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

RGB color model

#A7FDE6 color RGB value is (167,253,230).

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

RGB channels and saturation

R 167 of 255 = 65%
G 253 of 255 = 99%
B 230 of 255 = 90%

167
253
230

R + G + B ~ 85%. #A7FDE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 253 + 230 = 650 (100%)
R 167 of 650 ~ 25.69%
G 253 of 650 ~ 38.92%
B 230 of 650 ~ 35.38%

%25.69
%38.92
%35.38

CMYK color model

#A7FDE6 color CMYK value is (34,0,9,1).

  • cyan value is 33.99%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 0.78%
CMYK:
(34,0,9,1)
C34M0Y9K1 
(34%,0%,9%,1%)
(0.34/0.00/0.09/0.01)	

CMYK percentages

%33.99
%0
%9.09
%0.78

Codes

Color #A7FDE6 in popluar color models

A7FDE6
RGB167253230
HSL164°95.56%82.35%
HSB/HSV164°33.99%99.22%
CMYK33.99%0.00%9.09%
0.78%

Color #A7FDE6 in popluar number systems.

HEXA7FDE6
Decimal167253230
Binary101001111111110111100110
Octal247375346

Shades and tints

Shades of #A7FDE6

#A7FDE6
(167,253,230)
#98E6D2
(152,230,210)
#89CFBE
(137,207,190)
#7AB8AA
(122,184,170)
#6BA196
(107,161,150)
#5C8A82
(92,138,130)
#4D736E
(77,115,110)
#3E5C5A
(62,92,90)
#2F4546
(47,69,70)
#202E32
(32,46,50)
#11171E
(17,23,30)
#000000
(0,0,0)

Tints of #A7FDE6

#A7FDE6
(167,253,230)
#AFFDE8
(175,253,232)
#B7FDEA
(183,253,234)
#BFFDEC
(191,253,236)
#C7FDEE
(199,253,238)
#CFFDF0
(207,253,240)
#D7FDF2
(215,253,242)
#DFFDF4
(223,253,244)
#E7FDF6
(231,253,246)
#EFFDF8
(239,253,248)
#F7FDFA
(247,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7FDE6; }

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

This text font color is #A7FDE6.


Background Color

.myBgColor { background-color: #A7FDE6; }

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

This div background color is #A7FDE6.


Border color

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

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

This div border color is #A7FDE6.


Opacity

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

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

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

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

This text has shadow with #A7FDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7FDE6 on black background.


Color preview on white background

This text has color #A7FDE6 on white background.



Black color preview on #A7FDE6 background

This text has black color on #A7FDE6 background.


White color preview on #A7FDE6 background

This text has white color on #A7FDE6 background.