COLOR #ADF4C5

HEX: #ADF4C5 RGB: (173,244,197)

Color info

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

RGB color model

#ADF4C5 color RGB value is (173,244,197).

RGB: (173,244,197) (68%, 96%, 77%)

RGB channels and saturation

R 173 of 255 = 68%
G 244 of 255 = 96%
B 197 of 255 = 77%

173
244
197

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

Portions of RGB colors in percentages

R + G + B = 173 + 244 + 197 = 614 (100%)
R 173 of 614 ~ 28.18%
G 244 of 614 ~ 39.74%
B 197 of 614 ~ 32.08'%

%28.18
%39.74
%32.08

CMYK color model

#ADF4C5 color CMYK value is (29,0,19,4).

  • cyan value is 29.10%
  • magenta value is 0.00%
  • yellow value is 19.26%
  • key color value is 4.31%

CMYK: (29,0,19,4)
C29M0Y19K4 (29%, 0%, 19%, 4%)
(0.29 / 0.00 / 0.19 / 0.04)

CMYK percentages

%29.1
%0
%19.26
%4.31

Codes

Color #ADF4C5 in popluar color models

AD F4 C5
RGB 173 244 197
HSL 140° 76.34% 81.76%
HSB/HSV 140° 29.10% 95.69%
CMYK 29.10% 0.00% 19.26%
4.31%

Color #ADF4C5 in popluar number systems.

HEX AD F4 C5
Decimal 173 244 197
Binary 10101101 11110100 11000101
Octal 255 364 305

Shades and tints

Shades of #ADF4C5

#ADF4C5
(173,244,197)
#9EDEB4
(158,222,180)
#8FC8A3
(143,200,163)
#80B292
(128,178,146)
#719C81
(113,156,129)
#628670
(98,134,112)
#53705F
(83,112,95)
#445A4E
(68,90,78)
#35443D
(53,68,61)
#262E2C
(38,46,44)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #ADF4C5

#ADF4C5
(173,244,197)
#B4F5CA
(180,245,202)
#BBF6CF
(187,246,207)
#C2F7D4
(194,247,212)
#C9F8D9
(201,248,217)
#D0F9DE
(208,249,222)
#D7FAE3
(215,250,227)
#DEFBE8
(222,251,232)
#E5FCED
(229,252,237)
#ECFDF2
(236,253,242)
#F3FEF7
(243,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADF4C5; }

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

This text font color is #ADF4C5.

Background Color

.myBgColor { background-color: #ADF4C5; }

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

This div background color is #ADF4C5.

Border color

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

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

This div border color is #ADF4C5.

Opacity

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

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

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

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

This text has shadow with #ADF4C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADF4C5.

Preview

Color preview on black background

This text has color #ADF4C5 on black background.


Color preview on white background

This text has color #ADF4C5 on white background.


Black color preview on #ADF4C5 background

This text has black color on #ADF4C5 background.


White color preview on #ADF4C5 background

This text has white color on #ADF4C5 background.


Related colors

Complementary color

Complementary color for #hex is #520B3A.


I love getcolorcode.com

Triadic colors

1 #C5ADF4 and #F4C5AD with #ADF4C5 are triadic colors.

2 #C5F4AD and #F4ADC5 with #ADF4C5 are triadic colors.