COLOR #ADF6C7

HEX: #ADF6C7 RGB: (173,246,199)

Color info

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

RGB color model

#ADF6C7 color RGB value is (173,246,199).

RGB: (173,246,199) (68%, 96%, 78%)

RGB channels and saturation

R 173 of 255 = 68%
G 246 of 255 = 96%
B 199 of 255 = 78%

173
246
199

R + G + B ~ 81%. #ADF6C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 246 + 199 = 618 (100%)
R 173 of 618 ~ 27.99%
G 246 of 618 ~ 39.81%
B 199 of 618 ~ 32.2'%

%27.99
%39.81
%32.2

CMYK color model

#ADF6C7 color CMYK value is (30,0,19,4).

  • cyan value is 29.67%
  • magenta value is 0.00%
  • yellow value is 19.11%
  • key color value is 3.53%

CMYK: (30,0,19,4)
C30M0Y19K4 (30%, 0%, 19%, 4%)
(0.30 / 0.00 / 0.19 / 0.04)

CMYK percentages

%29.67
%0
%19.11
%3.53

Codes

Color #ADF6C7 in popluar color models

AD F6 C7
RGB 173 246 199
HSL 141° 80.22% 82.16%
HSB/HSV 141° 29.67% 96.47%
CMYK 29.67% 0.00% 19.11%
3.53%

Color #ADF6C7 in popluar number systems.

HEX AD F6 C7
Decimal 173 246 199
Binary 10101101 11110110 11000111
Octal 255 366 307

Shades and tints

Shades of #ADF6C7

#ADF6C7
(173,246,199)
#9EE0B5
(158,224,181)
#8FCAA3
(143,202,163)
#80B491
(128,180,145)
#719E7F
(113,158,127)
#62886D
(98,136,109)
#53725B
(83,114,91)
#445C49
(68,92,73)
#354637
(53,70,55)
#263025
(38,48,37)
#171A13
(23,26,19)
#000000
(0,0,0)

Tints of #ADF6C7

#ADF6C7
(173,246,199)
#B4F6CC
(180,246,204)
#BBF6D1
(187,246,209)
#C2F6D6
(194,246,214)
#C9F6DB
(201,246,219)
#D0F6E0
(208,246,224)
#D7F6E5
(215,246,229)
#DEF6EA
(222,246,234)
#E5F6EF
(229,246,239)
#ECF6F4
(236,246,244)
#F3F6F9
(243,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADF6C7; }

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

This text font color is #ADF6C7.

Background Color

.myBgColor { background-color: #ADF6C7; }

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

This div background color is #ADF6C7.

Border color

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

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

This div border color is #ADF6C7.

Opacity

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

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

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

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

This text has shadow with #ADF6C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADF6C7.

Preview

Color preview on black background

This text has color #ADF6C7 on black background.


Color preview on white background

This text has color #ADF6C7 on white background.


Black color preview on #ADF6C7 background

This text has black color on #ADF6C7 background.


White color preview on #ADF6C7 background

This text has white color on #ADF6C7 background.


Related colors

Complementary color

Complementary color for #hex is #520938.


I love getcolorcode.com

Triadic colors

1 #C7ADF6 and #F6C7AD with #ADF6C7 are triadic colors.

2 #C7F6AD and #F6ADC7 with #ADF6C7 are triadic colors.