COLOR #ADF1C8

HEX: #ADF1C8
RGB: (173,241,200)

Color info

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

RGB color model

#ADF1C8 color RGB value is (173,241,200).

  • red value is 173;
  • green value is 241;
  • blue value is 200.
RGB:
(173,241,200)
(68%,95%,78%)

RGB channels and saturation

R 173 of 255 = 68%
G 241 of 255 = 95%
B 200 of 255 = 78%

173
241
200

R + G + B ~ 80%. #ADF1C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 241 + 200 = 614 (100%)
R 173 of 614 ~ 28.18%
G 241 of 614 ~ 39.25%
B 200 of 614 ~ 32.57%

%28.18
%39.25
%32.57

CMYK color model

#ADF1C8 color CMYK value is (28,0,17,5).

  • cyan value is 28.22%
  • magenta value is 0.00%
  • yellow value is 17.01%
  • key color value is 5.49%
CMYK:
(28,0,17,5)
C28M0Y17K5 
(28%,0%,17%,5%)
(0.28/0.00/0.17/0.05)	

CMYK percentages

%28.22
%0
%17.01
%5.49

Codes

Color #ADF1C8 in popluar color models

ADF1C8
RGB173241200
HSL144°70.83%81.18%
HSB/HSV144°28.22%94.51%
CMYK28.22%0.00%17.01%
5.49%

Color #ADF1C8 in popluar number systems.

HEXADF1C8
Decimal173241200
Binary101011011111000111001000
Octal255361310

Shades and tints

Shades of #ADF1C8

#ADF1C8
(173,241,200)
#9EDCB6
(158,220,182)
#8FC7A4
(143,199,164)
#80B292
(128,178,146)
#719D80
(113,157,128)
#62886E
(98,136,110)
#53735C
(83,115,92)
#445E4A
(68,94,74)
#354938
(53,73,56)
#263426
(38,52,38)
#171F14
(23,31,20)
#000000
(0,0,0)

Tints of #ADF1C8

#ADF1C8
(173,241,200)
#B4F2CD
(180,242,205)
#BBF3D2
(187,243,210)
#C2F4D7
(194,244,215)
#C9F5DC
(201,245,220)
#D0F6E1
(208,246,225)
#D7F7E6
(215,247,230)
#DEF8EB
(222,248,235)
#E5F9F0
(229,249,240)
#ECFAF5
(236,250,245)
#F3FBFA
(243,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADF1C8; }

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

This text font color is #ADF1C8.


Background Color

.myBgColor { background-color: #ADF1C8; }

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

This div background color is #ADF1C8.


Border color

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

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

This div border color is #ADF1C8.


Opacity

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

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

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

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

This text has shadow with #ADF1C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADF1C8 on black background.


Color preview on white background

This text has color #ADF1C8 on white background.



Black color preview on #ADF1C8 background

This text has black color on #ADF1C8 background.


White color preview on #ADF1C8 background

This text has white color on #ADF1C8 background.