COLOR #ADF0E7

HEX: #ADF0E7
RGB: (173,240,231)

Color info

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

RGB color model

#ADF0E7 color RGB value is (173,240,231).

  • red value is 173;
  • green value is 240;
  • blue value is 231.
RGB: (173,240,231) (68%,94%,91%)

RGB channels and saturation

R 173 of 255 = 68%
G 240 of 255 = 94%
B 231 of 255 = 91%

173
240
231

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

Portions of RGB colors in percentages

R + G + B =
173 + 240 + 231 = 644 (100%)
R 173 of 644 ~ 26.86%
G 240 of 644 ~ 37.27%
B 231 of 644 ~ 35.87%

%26.86
%37.27
%35.87

CMYK color model

#ADF0E7 color CMYK value is (28,0,4,6).

  • cyan value is 27.92%
  • magenta value is 0.00%
  • yellow value is 3.75%
  • key color value is 5.88%
CMYK: (28,0,4,6) C28M0Y4K6 (28%,0%,4%,6%) (0.28/0.00/0.04/0.06)

CMYK percentages

%27.92
%0
%3.75
%5.88

Codes

Color #ADF0E7 in popluar color models

ADF0E7
RGB173240231
HSL172°69.07%80.98%
HSB/HSV172°27.92%94.12%
CMYK27.92%0.00%3.75%
5.88%

Color #ADF0E7 in popluar number systems.

HEXADF0E7
Decimal173240231
Binary101011011111000011100111
Octal255360347

Shades and tints

Shades of #ADF0E7

#ADF0E7
(173,240,231)
#9EDBD2
(158,219,210)
#8FC6BD
(143,198,189)
#80B1A8
(128,177,168)
#719C93
(113,156,147)
#62877E
(98,135,126)
#537269
(83,114,105)
#445D54
(68,93,84)
#35483F
(53,72,63)
#26332A
(38,51,42)
#171E15
(23,30,21)
#000000
(0,0,0)

Tints of #ADF0E7

#ADF0E7
(173,240,231)
#B4F1E9
(180,241,233)
#BBF2EB
(187,242,235)
#C2F3ED
(194,243,237)
#C9F4EF
(201,244,239)
#D0F5F1
(208,245,241)
#D7F6F3
(215,246,243)
#DEF7F5
(222,247,245)
#E5F8F7
(229,248,247)
#ECF9F9
(236,249,249)
#F3FAFB
(243,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADF0E7 color. Also use rgb(173,240,231) instead hex code.

Text Font Color

.myTextColor { color: #ADF0E7; }

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

This text font color is #ADF0E7.


Background Color

.myBgColor { background-color: #ADF0E7; }

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

This div background color is #ADF0E7.


Border color

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

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

This div border color is #ADF0E7.


Opacity

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

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

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

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

This text has shadow with #ADF0E7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #ADF0E7 on black background.


Color preview on white background

This text has color #ADF0E7 on white background.



Black color preview on #ADF0E7 background

This text has black color on #ADF0E7 background.


White color preview on #ADF0E7 background

This text has white color on #ADF0E7 background.