COLOR #A7F8DC

HEX: #A7F8DC
RGB: (167,248,220)

Color info

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

RGB color model

#A7F8DC color RGB value is (167,248,220).

  • red value is 167;
  • green value is 248;
  • blue value is 220.
RGB:
(167,248,220)
(65%,97%,86%)

RGB channels and saturation

R 167 of 255 = 65%
G 248 of 255 = 97%
B 220 of 255 = 86%

167
248
220

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

Portions of RGB colors in percentages

R + G + B =
167 + 248 + 220 = 635 (100%)
R 167 of 635 ~ 26.3%
G 248 of 635 ~ 39.06%
B 220 of 635 ~ 34.65%

%26.3
%39.06
%34.65

CMYK color model

#A7F8DC color CMYK value is (33,0,11,3).

  • cyan value is 32.66%
  • magenta value is 0.00%
  • yellow value is 11.29%
  • key color value is 2.75%
CMYK:
(33,0,11,3)
C33M0Y11K3 
(33%,0%,11%,3%)
(0.33/0.00/0.11/0.03)	

CMYK percentages

%32.66
%0
%11.29
%2.75

Codes

Color #A7F8DC in popluar color models

A7F8DC
RGB167248220
HSL159°85.26%81.37%
HSB/HSV159°32.66%97.25%
CMYK32.66%0.00%11.29%
2.75%

Color #A7F8DC in popluar number systems.

HEXA7F8DC
Decimal167248220
Binary101001111111100011011100
Octal247370334

Shades and tints

Shades of #A7F8DC

#A7F8DC
(167,248,220)
#98E2C8
(152,226,200)
#89CCB4
(137,204,180)
#7AB6A0
(122,182,160)
#6BA08C
(107,160,140)
#5C8A78
(92,138,120)
#4D7464
(77,116,100)
#3E5E50
(62,94,80)
#2F483C
(47,72,60)
#203228
(32,50,40)
#111C14
(17,28,20)
#000000
(0,0,0)

Tints of #A7F8DC

#A7F8DC
(167,248,220)
#AFF8DF
(175,248,223)
#B7F8E2
(183,248,226)
#BFF8E5
(191,248,229)
#C7F8E8
(199,248,232)
#CFF8EB
(207,248,235)
#D7F8EE
(215,248,238)
#DFF8F1
(223,248,241)
#E7F8F4
(231,248,244)
#EFF8F7
(239,248,247)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7F8DC color. Also use rgb(167,248,220) instead hex code.

Text Font Color

.myTextColor { color: #A7F8DC; }

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

This text font color is #A7F8DC.


Background Color

.myBgColor { background-color: #A7F8DC; }

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

This div background color is #A7F8DC.


Border color

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

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

This div border color is #A7F8DC.


Opacity

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

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

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

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

This text has shadow with #A7F8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7F8DC on black background.


Color preview on white background

This text has color #A7F8DC on white background.



Black color preview on #A7F8DC background

This text has black color on #A7F8DC background.


White color preview on #A7F8DC background

This text has white color on #A7F8DC background.