COLOR #ADFAE0

HEX: #ADFAE0
RGB: (173,250,224)

Color info

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

RGB color model

#ADFAE0 color RGB value is (173,250,224).

  • red value is 173;
  • green value is 250;
  • blue value is 224.
RGB:
(173,250,224)
(68%,98%,88%)

RGB channels and saturation

R 173 of 255 = 68%
G 250 of 255 = 98%
B 224 of 255 = 88%

173
250
224

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

Portions of RGB colors in percentages

R + G + B =
173 + 250 + 224 = 647 (100%)
R 173 of 647 ~ 26.74%
G 250 of 647 ~ 38.64%
B 224 of 647 ~ 34.62%

%26.74
%38.64
%34.62

CMYK color model

#ADFAE0 color CMYK value is (31,0,10,2).

  • cyan value is 30.80%
  • magenta value is 0.00%
  • yellow value is 10.40%
  • key color value is 1.96%
CMYK:
(31,0,10,2)
C31M0Y10K2 
(31%,0%,10%,2%)
(0.31/0.00/0.10/0.02)	

CMYK percentages

%30.8
%0
%10.4
%1.96

Codes

Color #ADFAE0 in popluar color models

ADFAE0
RGB173250224
HSL160°88.51%82.94%
HSB/HSV160°30.80%98.04%
CMYK30.80%0.00%10.40%
1.96%

Color #ADFAE0 in popluar number systems.

HEXADFAE0
Decimal173250224
Binary101011011111101011100000
Octal255372340

Shades and tints

Shades of #ADFAE0

#ADFAE0
(173,250,224)
#9EE4CC
(158,228,204)
#8FCEB8
(143,206,184)
#80B8A4
(128,184,164)
#71A290
(113,162,144)
#628C7C
(98,140,124)
#537668
(83,118,104)
#446054
(68,96,84)
#354A40
(53,74,64)
#26342C
(38,52,44)
#171E18
(23,30,24)
#000000
(0,0,0)

Tints of #ADFAE0

#ADFAE0
(173,250,224)
#B4FAE2
(180,250,226)
#BBFAE4
(187,250,228)
#C2FAE6
(194,250,230)
#C9FAE8
(201,250,232)
#D0FAEA
(208,250,234)
#D7FAEC
(215,250,236)
#DEFAEE
(222,250,238)
#E5FAF0
(229,250,240)
#ECFAF2
(236,250,242)
#F3FAF4
(243,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADFAE0 color. Also use rgb(173,250,224) instead hex code.

Text Font Color

.myTextColor { color: #ADFAE0; }

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

This text font color is #ADFAE0.


Background Color

.myBgColor { background-color: #ADFAE0; }

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

This div background color is #ADFAE0.


Border color

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

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

This div border color is #ADFAE0.


Opacity

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

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

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

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

This text has shadow with #ADFAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADFAE0 on black background.


Color preview on white background

This text has color #ADFAE0 on white background.



Black color preview on #ADFAE0 background

This text has black color on #ADFAE0 background.


White color preview on #ADFAE0 background

This text has white color on #ADFAE0 background.