COLOR #ADF2EA

HEX: #ADF2EA
RGB: (173,242,234)

Color info

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

RGB color model

#ADF2EA color RGB value is (173,242,234).

  • red value is 173;
  • green value is 242;
  • blue value is 234.
RGB:
(173,242,234)
(68%,95%,92%)

RGB channels and saturation

R 173 of 255 = 68%
G 242 of 255 = 95%
B 234 of 255 = 92%

173
242
234

R + G + B ~ 85%. #ADF2EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 242 + 234 = 649 (100%)
R 173 of 649 ~ 26.66%
G 242 of 649 ~ 37.29%
B 234 of 649 ~ 36.06%

%26.66
%37.29
%36.06

CMYK color model

#ADF2EA color CMYK value is (29,0,3,5).

  • cyan value is 28.51%
  • magenta value is 0.00%
  • yellow value is 3.31%
  • key color value is 5.10%
CMYK:
(29,0,3,5)
C29M0Y3K5 
(29%,0%,3%,5%)
(0.29/0.00/0.03/0.05)	

CMYK percentages

%28.51
%0
%3.31
%5.1

Codes

Color #ADF2EA in popluar color models

ADF2EA
RGB173242234
HSL173°72.63%81.37%
HSB/HSV173°28.51%94.90%
CMYK28.51%0.00%3.31%
5.10%

Color #ADF2EA in popluar number systems.

HEXADF2EA
Decimal173242234
Binary101011011111001011101010
Octal255362352

Shades and tints

Shades of #ADF2EA

#ADF2EA
(173,242,234)
#9EDCD5
(158,220,213)
#8FC6C0
(143,198,192)
#80B0AB
(128,176,171)
#719A96
(113,154,150)
#628481
(98,132,129)
#536E6C
(83,110,108)
#445857
(68,88,87)
#354242
(53,66,66)
#262C2D
(38,44,45)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #ADF2EA

#ADF2EA
(173,242,234)
#B4F3EB
(180,243,235)
#BBF4EC
(187,244,236)
#C2F5ED
(194,245,237)
#C9F6EE
(201,246,238)
#D0F7EF
(208,247,239)
#D7F8F0
(215,248,240)
#DEF9F1
(222,249,241)
#E5FAF2
(229,250,242)
#ECFBF3
(236,251,243)
#F3FCF4
(243,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADF2EA color. Also use rgb(173,242,234) instead hex code.

Text Font Color

.myTextColor { color: #ADF2EA; }

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

This text font color is #ADF2EA.


Background Color

.myBgColor { background-color: #ADF2EA; }

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

This div background color is #ADF2EA.


Border color

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

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

This div border color is #ADF2EA.


Opacity

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

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

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

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

This text has shadow with #ADF2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADF2EA on black background.


Color preview on white background

This text has color #ADF2EA on white background.



Black color preview on #ADF2EA background

This text has black color on #ADF2EA background.


White color preview on #ADF2EA background

This text has white color on #ADF2EA background.