COLOR #ADF3C5

HEX: #ADF3C5
RGB: (173,243,197)

Color info

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

RGB color model

#ADF3C5 color RGB value is (173,243,197).

  • red value is 173;
  • green value is 243;
  • blue value is 197.
RGB:
(173,243,197)
(68%,95%,77%)

RGB channels and saturation

R 173 of 255 = 68%
G 243 of 255 = 95%
B 197 of 255 = 77%

173
243
197

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

Portions of RGB colors in percentages

R + G + B =
173 + 243 + 197 = 613 (100%)
R 173 of 613 ~ 28.22%
G 243 of 613 ~ 39.64%
B 197 of 613 ~ 32.14%

%28.22
%39.64
%32.14

CMYK color model

#ADF3C5 color CMYK value is (29,0,19,5).

  • cyan value is 28.81%
  • magenta value is 0.00%
  • yellow value is 18.93%
  • key color value is 4.71%
CMYK:
(29,0,19,5)
C29M0Y19K5 
(29%,0%,19%,5%)
(0.29/0.00/0.19/0.05)	

CMYK percentages

%28.81
%0
%18.93
%4.71

Codes

Color #ADF3C5 in popluar color models

ADF3C5
RGB173243197
HSL141°74.47%81.57%
HSB/HSV141°28.81%95.29%
CMYK28.81%0.00%18.93%
4.71%

Color #ADF3C5 in popluar number systems.

HEXADF3C5
Decimal173243197
Binary101011011111001111000101
Octal255363305

Shades and tints

Shades of #ADF3C5

#ADF3C5
(173,243,197)
#9EDDB4
(158,221,180)
#8FC7A3
(143,199,163)
#80B192
(128,177,146)
#719B81
(113,155,129)
#628570
(98,133,112)
#536F5F
(83,111,95)
#44594E
(68,89,78)
#35433D
(53,67,61)
#262D2C
(38,45,44)
#17171B
(23,23,27)
#000000
(0,0,0)

Tints of #ADF3C5

#ADF3C5
(173,243,197)
#B4F4CA
(180,244,202)
#BBF5CF
(187,245,207)
#C2F6D4
(194,246,212)
#C9F7D9
(201,247,217)
#D0F8DE
(208,248,222)
#D7F9E3
(215,249,227)
#DEFAE8
(222,250,232)
#E5FBED
(229,251,237)
#ECFCF2
(236,252,242)
#F3FDF7
(243,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADF3C5 color. Also use rgb(173,243,197) instead hex code.

Text Font Color

.myTextColor { color: #ADF3C5; }

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

This text font color is #ADF3C5.


Background Color

.myBgColor { background-color: #ADF3C5; }

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

This div background color is #ADF3C5.


Border color

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

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

This div border color is #ADF3C5.


Opacity

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

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

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

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

This text has shadow with #ADF3C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADF3C5 on black background.


Color preview on white background

This text has color #ADF3C5 on white background.



Black color preview on #ADF3C5 background

This text has black color on #ADF3C5 background.


White color preview on #ADF3C5 background

This text has white color on #ADF3C5 background.