COLOR #ADF1D5

HEX: #ADF1D5 RGB: (173,241,213)

Color info

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

RGB color model

#ADF1D5 color RGB value is (173,241,213).

RGB: (173,241,213) (68%, 95%, 84%)

RGB channels and saturation

R 173 of 255 = 68%
G 241 of 255 = 95%
B 213 of 255 = 84%

173
241
213

R + G + B ~ 82%. #ADF1D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 241 + 213 = 627 (100%)
R 173 of 627 ~ 27.59%
G 241 of 627 ~ 38.44%
B 213 of 627 ~ 33.97'%

%27.59
%38.44
%33.97

CMYK color model

#ADF1D5 color CMYK value is (28,0,12,5).

  • cyan value is 28.22%
  • magenta value is 0.00%
  • yellow value is 11.62%
  • key color value is 5.49%

CMYK: (28,0,12,5)
C28M0Y12K5 (28%, 0%, 12%, 5%)
(0.28 / 0.00 / 0.12 / 0.05)

CMYK percentages

%28.22
%0
%11.62
%5.49

Codes

Color #ADF1D5 in popluar color models

AD F1 D5
RGB 173 241 213
HSL 155° 70.83% 81.18%
HSB/HSV 155° 28.22% 94.51%
CMYK 28.22% 0.00% 11.62%
5.49%

Color #ADF1D5 in popluar number systems.

HEX AD F1 D5
Decimal 173 241 213
Binary 10101101 11110001 11010101
Octal 255 361 325

Shades and tints

Shades of #ADF1D5

#ADF1D5
(173,241,213)
#9EDCC2
(158,220,194)
#8FC7AF
(143,199,175)
#80B29C
(128,178,156)
#719D89
(113,157,137)
#628876
(98,136,118)
#537363
(83,115,99)
#445E50
(68,94,80)
#35493D
(53,73,61)
#26342A
(38,52,42)
#171F17
(23,31,23)
#000000
(0,0,0)

Tints of #ADF1D5

#ADF1D5
(173,241,213)
#B4F2D8
(180,242,216)
#BBF3DB
(187,243,219)
#C2F4DE
(194,244,222)
#C9F5E1
(201,245,225)
#D0F6E4
(208,246,228)
#D7F7E7
(215,247,231)
#DEF8EA
(222,248,234)
#E5F9ED
(229,249,237)
#ECFAF0
(236,250,240)
#F3FBF3
(243,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADF1D5 color. Also use rgb(173,241,213) instead hex code.

Text Font Color

.myTextColor { color: #ADF1D5; }

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

This text font color is #ADF1D5.

Background Color

.myBgColor { background-color: #ADF1D5; }

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

This div background color is #ADF1D5.

Border color

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

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

This div border color is #ADF1D5.

Opacity

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

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

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

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

This text has shadow with #ADF1D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADF1D5.

Preview

Color preview on black background

This text has color #ADF1D5 on black background.


Color preview on white background

This text has color #ADF1D5 on white background.


Black color preview on #ADF1D5 background

This text has black color on #ADF1D5 background.


White color preview on #ADF1D5 background

This text has white color on #ADF1D5 background.


Related colors

Complementary color

Complementary color for #hex is #520E2A.


I love getcolorcode.com

Triadic colors

1 #D5ADF1 and #F1D5AD with #ADF1D5 are triadic colors.

2 #D5F1AD and #F1ADD5 with #ADF1D5 are triadic colors.