COLOR #ADF3E5

HEX: #ADF3E5
RGB: (173,243,229)

Color info

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

RGB color model

#ADF3E5 color RGB value is (173,243,229).

  • red value is 173;
  • green value is 243;
  • blue value is 229.
RGB:
(173,243,229)
(68%,95%,90%)

RGB channels and saturation

R 173 of 255 = 68%
G 243 of 255 = 95%
B 229 of 255 = 90%

173
243
229

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

Portions of RGB colors in percentages

R + G + B =
173 + 243 + 229 = 645 (100%)
R 173 of 645 ~ 26.82%
G 243 of 645 ~ 37.67%
B 229 of 645 ~ 35.5%

%26.82
%37.67
%35.5

CMYK color model

#ADF3E5 color CMYK value is (29,0,6,5).

  • cyan value is 28.81%
  • magenta value is 0.00%
  • yellow value is 5.76%
  • key color value is 4.71%
CMYK:
(29,0,6,5)
C29M0Y6K5 
(29%,0%,6%,5%)
(0.29/0.00/0.06/0.05)	

CMYK percentages

%28.81
%0
%5.76
%4.71

Codes

Color #ADF3E5 in popluar color models

ADF3E5
RGB173243229
HSL168°74.47%81.57%
HSB/HSV168°28.81%95.29%
CMYK28.81%0.00%5.76%
4.71%

Color #ADF3E5 in popluar number systems.

HEXADF3E5
Decimal173243229
Binary101011011111001111100101
Octal255363345

Shades and tints

Shades of #ADF3E5

#ADF3E5
(173,243,229)
#9EDDD1
(158,221,209)
#8FC7BD
(143,199,189)
#80B1A9
(128,177,169)
#719B95
(113,155,149)
#628581
(98,133,129)
#536F6D
(83,111,109)
#445959
(68,89,89)
#354345
(53,67,69)
#262D31
(38,45,49)
#17171D
(23,23,29)
#000000
(0,0,0)

Tints of #ADF3E5

#ADF3E5
(173,243,229)
#B4F4E7
(180,244,231)
#BBF5E9
(187,245,233)
#C2F6EB
(194,246,235)
#C9F7ED
(201,247,237)
#D0F8EF
(208,248,239)
#D7F9F1
(215,249,241)
#DEFAF3
(222,250,243)
#E5FBF5
(229,251,245)
#ECFCF7
(236,252,247)
#F3FDF9
(243,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADF3E5 color. Also use rgb(173,243,229) instead hex code.

Text Font Color

.myTextColor { color: #ADF3E5; }

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

This text font color is #ADF3E5.


Background Color

.myBgColor { background-color: #ADF3E5; }

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

This div background color is #ADF3E5.


Border color

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

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

This div border color is #ADF3E5.


Opacity

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

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

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

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

This text has shadow with #ADF3E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADF3E5 on black background.


Color preview on white background

This text has color #ADF3E5 on white background.



Black color preview on #ADF3E5 background

This text has black color on #ADF3E5 background.


White color preview on #ADF3E5 background

This text has white color on #ADF3E5 background.