COLOR #ADFEE3

HEX: #ADFEE3
RGB: (173,254,227)

Color info

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

RGB color model

#ADFEE3 color RGB value is (173,254,227).

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

RGB channels and saturation

R 173 of 255 = 68%
G 254 of 255 = 100%
B 227 of 255 = 89%

173
254
227

R + G + B ~ 86%. #ADFEE3 is light color.

Portions of RGB colors in percentages

R + G + B =
173 + 254 + 227 = 654 (100%)
R 173 of 654 ~ 26.45%
G 254 of 654 ~ 38.84%
B 227 of 654 ~ 34.71%

%26.45
%38.84
%34.71

CMYK color model

#ADFEE3 color CMYK value is (32,0,11,0).

  • cyan value is 31.89%
  • magenta value is 0.00%
  • yellow value is 10.63%
  • key color value is 0.39%
CMYK:
(32,0,11,0)
C32M0Y11K0 
(32%,0%,11%,0%)
(0.32/0.00/0.11/0.00)	

CMYK percentages

%31.89
%0
%10.63
%0.39

Codes

Color #ADFEE3 in popluar color models

ADFEE3
RGB173254227
HSL160°97.59%83.73%
HSB/HSV160°31.89%99.61%
CMYK31.89%0.00%10.63%
0.39%

Color #ADFEE3 in popluar number systems.

HEXADFEE3
Decimal173254227
Binary101011011111111011100011
Octal255376343

Shades and tints

Shades of #ADFEE3

#ADFEE3
(173,254,227)
#9EE7CF
(158,231,207)
#8FD0BB
(143,208,187)
#80B9A7
(128,185,167)
#71A293
(113,162,147)
#628B7F
(98,139,127)
#53746B
(83,116,107)
#445D57
(68,93,87)
#354643
(53,70,67)
#262F2F
(38,47,47)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #ADFEE3

#ADFEE3
(173,254,227)
#B4FEE5
(180,254,229)
#BBFEE7
(187,254,231)
#C2FEE9
(194,254,233)
#C9FEEB
(201,254,235)
#D0FEED
(208,254,237)
#D7FEEF
(215,254,239)
#DEFEF1
(222,254,241)
#E5FEF3
(229,254,243)
#ECFEF5
(236,254,245)
#F3FEF7
(243,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADFEE3; }

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

This text font color is #ADFEE3.


Background Color

.myBgColor { background-color: #ADFEE3; }

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

This div background color is #ADFEE3.


Border color

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

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

This div border color is #ADFEE3.


Opacity

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

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

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

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

This text has shadow with #ADFEE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADFEE3 on black background.


Color preview on white background

This text has color #ADFEE3 on white background.



Black color preview on #ADFEE3 background

This text has black color on #ADFEE3 background.


White color preview on #ADFEE3 background

This text has white color on #ADFEE3 background.