COLOR #A7FEDD

HEX: #A7FEDD
RGB: (167,254,221)

Color info

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

RGB color model

#A7FEDD color RGB value is (167,254,221).

  • red value is 167;
  • green value is 254;
  • blue value is 221.
RGB:
(167,254,221)
(65%,100%,87%)

RGB channels and saturation

R 167 of 255 = 65%
G 254 of 255 = 100%
B 221 of 255 = 87%

167
254
221

R + G + B ~ 84%. #A7FEDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 254 + 221 = 642 (100%)
R 167 of 642 ~ 26.01%
G 254 of 642 ~ 39.56%
B 221 of 642 ~ 34.42%

%26.01
%39.56
%34.42

CMYK color model

#A7FEDD color CMYK value is (34,0,13,0).

  • cyan value is 34.25%
  • magenta value is 0.00%
  • yellow value is 12.99%
  • key color value is 0.39%
CMYK:
(34,0,13,0)
C34M0Y13K0 
(34%,0%,13%,0%)
(0.34/0.00/0.13/0.00)	

CMYK percentages

%34.25
%0
%12.99
%0.39

Codes

Color #A7FEDD in popluar color models

A7FEDD
RGB167254221
HSL157°97.75%82.55%
HSB/HSV157°34.25%99.61%
CMYK34.25%0.00%12.99%
0.39%

Color #A7FEDD in popluar number systems.

HEXA7FEDD
Decimal167254221
Binary101001111111111011011101
Octal247376335

Shades and tints

Shades of #A7FEDD

#A7FEDD
(167,254,221)
#98E7C9
(152,231,201)
#89D0B5
(137,208,181)
#7AB9A1
(122,185,161)
#6BA28D
(107,162,141)
#5C8B79
(92,139,121)
#4D7465
(77,116,101)
#3E5D51
(62,93,81)
#2F463D
(47,70,61)
#202F29
(32,47,41)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #A7FEDD

#A7FEDD
(167,254,221)
#AFFEE0
(175,254,224)
#B7FEE3
(183,254,227)
#BFFEE6
(191,254,230)
#C7FEE9
(199,254,233)
#CFFEEC
(207,254,236)
#D7FEEF
(215,254,239)
#DFFEF2
(223,254,242)
#E7FEF5
(231,254,245)
#EFFEF8
(239,254,248)
#F7FEFB
(247,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7FEDD color. Also use rgb(167,254,221) instead hex code.

Text Font Color

.myTextColor { color: #A7FEDD; }

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

This text font color is #A7FEDD.


Background Color

.myBgColor { background-color: #A7FEDD; }

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

This div background color is #A7FEDD.


Border color

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

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

This div border color is #A7FEDD.


Opacity

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

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

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

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

This text has shadow with #A7FEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7FEDD on black background.


Color preview on white background

This text has color #A7FEDD on white background.



Black color preview on #A7FEDD background

This text has black color on #A7FEDD background.


White color preview on #A7FEDD background

This text has white color on #A7FEDD background.