COLOR #ADFEF5

HEX: #ADFEF5
RGB: (173,254,245)

Color info

#ADFEF5 contains mainly green and blue colors. Web safe color of #ADFEF5 is #99FFFF (or #9FF).

RGB color model

#ADFEF5 color RGB value is (173,254,245).

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

RGB channels and saturation

R 173 of 255 = 68%
G 254 of 255 = 100%
B 245 of 255 = 96%

173
254
245

R + G + B ~ 88%. #ADFEF5 is light color.

Portions of RGB colors in percentages

R + G + B =
173 + 254 + 245 = 672 (100%)
R 173 of 672 ~ 25.74%
G 254 of 672 ~ 37.8%
B 245 of 672 ~ 36.46%

%25.74
%37.8
%36.46

CMYK color model

#ADFEF5 color CMYK value is (32,0,4,0).

  • cyan value is 31.89%
  • magenta value is 0.00%
  • yellow value is 3.54%
  • key color value is 0.39%
CMYK:
(32,0,4,0)
C32M0Y4K0 
(32%,0%,4%,0%)
(0.32/0.00/0.04/0.00)	

CMYK percentages

%31.89
%0
%3.54
%0.39

Codes

Color #ADFEF5 in popluar color models

ADFEF5
RGB173254245
HSL173°97.59%83.73%
HSB/HSV173°31.89%99.61%
CMYK31.89%0.00%3.54%
0.39%

Color #ADFEF5 in popluar number systems.

HEXADFEF5
Decimal173254245
Binary101011011111111011110101
Octal255376365

Shades and tints

Shades of #ADFEF5

#ADFEF5
(173,254,245)
#9EE7DF
(158,231,223)
#8FD0C9
(143,208,201)
#80B9B3
(128,185,179)
#71A29D
(113,162,157)
#628B87
(98,139,135)
#537471
(83,116,113)
#445D5B
(68,93,91)
#354645
(53,70,69)
#262F2F
(38,47,47)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #ADFEF5

#ADFEF5
(173,254,245)
#B4FEF5
(180,254,245)
#BBFEF5
(187,254,245)
#C2FEF5
(194,254,245)
#C9FEF5
(201,254,245)
#D0FEF5
(208,254,245)
#D7FEF5
(215,254,245)
#DEFEF5
(222,254,245)
#E5FEF5
(229,254,245)
#ECFEF5
(236,254,245)
#F3FEF5
(243,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADFEF5; }

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

This text font color is #ADFEF5.


Background Color

.myBgColor { background-color: #ADFEF5; }

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

This div background color is #ADFEF5.


Border color

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

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

This div border color is #ADFEF5.


Opacity

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

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

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

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

This text has shadow with #ADFEF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADFEF5 on black background.


Color preview on white background

This text has color #ADFEF5 on white background.



Black color preview on #ADFEF5 background

This text has black color on #ADFEF5 background.


White color preview on #ADFEF5 background

This text has white color on #ADFEF5 background.