COLOR #ADFED7

HEX: #ADFED7
RGB: (173,254,215)

Color info

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

RGB color model

#ADFED7 color RGB value is (173,254,215).

  • red value is 173;
  • green value is 254;
  • blue value is 215.
RGB:
(173,254,215)
(68%,100%,84%)

RGB channels and saturation

R 173 of 255 = 68%
G 254 of 255 = 100%
B 215 of 255 = 84%

173
254
215

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

Portions of RGB colors in percentages

R + G + B =
173 + 254 + 215 = 642 (100%)
R 173 of 642 ~ 26.95%
G 254 of 642 ~ 39.56%
B 215 of 642 ~ 33.49%

%26.95
%39.56
%33.49

CMYK color model

#ADFED7 color CMYK value is (32,0,15,0).

  • cyan value is 31.89%
  • magenta value is 0.00%
  • yellow value is 15.35%
  • key color value is 0.39%
CMYK:
(32,0,15,0)
C32M0Y15K0 
(32%,0%,15%,0%)
(0.32/0.00/0.15/0.00)	

CMYK percentages

%31.89
%0
%15.35
%0.39

Codes

Color #ADFED7 in popluar color models

ADFED7
RGB173254215
HSL151°97.59%83.73%
HSB/HSV151°31.89%99.61%
CMYK31.89%0.00%15.35%
0.39%

Color #ADFED7 in popluar number systems.

HEXADFED7
Decimal173254215
Binary101011011111111011010111
Octal255376327

Shades and tints

Shades of #ADFED7

#ADFED7
(173,254,215)
#9EE7C4
(158,231,196)
#8FD0B1
(143,208,177)
#80B99E
(128,185,158)
#71A28B
(113,162,139)
#628B78
(98,139,120)
#537465
(83,116,101)
#445D52
(68,93,82)
#35463F
(53,70,63)
#262F2C
(38,47,44)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #ADFED7

#ADFED7
(173,254,215)
#B4FEDA
(180,254,218)
#BBFEDD
(187,254,221)
#C2FEE0
(194,254,224)
#C9FEE3
(201,254,227)
#D0FEE6
(208,254,230)
#D7FEE9
(215,254,233)
#DEFEEC
(222,254,236)
#E5FEEF
(229,254,239)
#ECFEF2
(236,254,242)
#F3FEF5
(243,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADFED7 color. Also use rgb(173,254,215) instead hex code.

Text Font Color

.myTextColor { color: #ADFED7; }

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

This text font color is #ADFED7.


Background Color

.myBgColor { background-color: #ADFED7; }

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

This div background color is #ADFED7.


Border color

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

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

This div border color is #ADFED7.


Opacity

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

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

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

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

This text has shadow with #ADFED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADFED7 on black background.


Color preview on white background

This text has color #ADFED7 on white background.



Black color preview on #ADFED7 background

This text has black color on #ADFED7 background.


White color preview on #ADFED7 background

This text has white color on #ADFED7 background.