COLOR #ADF6EE

HEX: #ADF6EE RGB: (173,246,238)

Color info

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

RGB color model

#ADF6EE color RGB value is (173,246,238).

RGB: (173,246,238) (68%, 96%, 93%)

RGB channels and saturation

R 173 of 255 = 68%
G 246 of 255 = 96%
B 238 of 255 = 93%

173
246
238

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

Portions of RGB colors in percentages

R + G + B = 173 + 246 + 238 = 657 (100%)
R 173 of 657 ~ 26.33%
G 246 of 657 ~ 37.44%
B 238 of 657 ~ 36.23'%

%26.33
%37.44
%36.23

CMYK color model

#ADF6EE color CMYK value is (30,0,3,4).

  • cyan value is 29.67%
  • magenta value is 0.00%
  • yellow value is 3.25%
  • key color value is 3.53%
CMYK: (30,0,3,4) C30M0Y3K4 (30%,0%,3%,4%) (0.30/0.00/0.03/0.04) 

CMYK percentages

%29.67
%0
%3.25
%3.53

Codes

Color #ADF6EE in popluar color models

AD F6 EE
RGB 173 246 238
HSL 173° 80.22% 82.16%
HSB/HSV 173° 29.67% 96.47%
CMYK 29.67% 0.00% 3.25%
3.53%

Color #ADF6EE in popluar number systems.

HEX AD F6 EE
Decimal 173 246 238
Binary 10101101 11110110 11101110
Octal 255 366 356

Shades and tints

Shades of #ADF6EE

#ADF6EE
(173,246,238)
#9EE0D9
(158,224,217)
#8FCAC4
(143,202,196)
#80B4AF
(128,180,175)
#719E9A
(113,158,154)
#628885
(98,136,133)
#537270
(83,114,112)
#445C5B
(68,92,91)
#354646
(53,70,70)
#263031
(38,48,49)
#171A1C
(23,26,28)
#000000
(0,0,0)

Tints of #ADF6EE

#ADF6EE
(173,246,238)
#B4F6EF
(180,246,239)
#BBF6F0
(187,246,240)
#C2F6F1
(194,246,241)
#C9F6F2
(201,246,242)
#D0F6F3
(208,246,243)
#D7F6F4
(215,246,244)
#DEF6F5
(222,246,245)
#E5F6F6
(229,246,246)
#ECF6F7
(236,246,247)
#F3F6F8
(243,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADF6EE color. Also use rgb(173,246,238) instead hex code.

Text Font Color

.myTextColor { color: #ADF6EE; }

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

This text font color is #ADF6EE.

Background Color

.myBgColor { background-color: #ADF6EE; }

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

This div background color is #ADF6EE.

Border color

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

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

This div border color is #ADF6EE.

Opacity

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

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

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

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

This text has shadow with #ADF6EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADF6EE.

Preview

Color preview on black background

This text has color #ADF6EE on black background.


Color preview on white background

This text has color #ADF6EE on white background.


Black color preview on #ADF6EE background

This text has black color on #ADF6EE background.


White color preview on #ADF6EE background

This text has white color on #ADF6EE background.


Related colors

Complementary color

Complementary color for #hex is #520911.


I love getcolorcode.com

Triadic colors

1 #EEADF6 and #F6EEAD with #ADF6EE are triadic colors.

2 #EEF6AD and #F6ADEE with #ADF6EE are triadic colors.