COLOR #ADFDC3

HEX: #ADFDC3 RGB: (173,253,195)

Color info

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

RGB color model

#ADFDC3 color RGB value is (173,253,195).

RGB: (173,253,195) (68%, 99%, 76%)

RGB channels and saturation

R 173 of 255 = 68%
G 253 of 255 = 99%
B 195 of 255 = 76%

173
253
195

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

Portions of RGB colors in percentages

R + G + B = 173 + 253 + 195 = 621 (100%)
R 173 of 621 ~ 27.86%
G 253 of 621 ~ 40.74%
B 195 of 621 ~ 31.4'%

%27.86
%40.74
%31.4

CMYK color model

#ADFDC3 color CMYK value is (32,0,23,1).

  • cyan value is 31.62%
  • magenta value is 0.00%
  • yellow value is 22.92%
  • key color value is 0.78%

CMYK: (32,0,23,1)
C32M0Y23K1 (32%, 0%, 23%, 1%)
(0.32 / 0.00 / 0.23 / 0.01)

CMYK percentages

%31.62
%0
%22.92
%0.78

Codes

Color #ADFDC3 in popluar color models

AD FD C3
RGB 173 253 195
HSL 137° 95.24% 83.53%
HSB/HSV 137° 31.62% 99.22%
CMYK 31.62% 0.00% 22.92%
0.78%

Color #ADFDC3 in popluar number systems.

HEX AD FD C3
Decimal 173 253 195
Binary 10101101 11111101 11000011
Octal 255 375 303

Shades and tints

Shades of #ADFDC3

#ADFDC3
(173,253,195)
#9EE6B2
(158,230,178)
#8FCFA1
(143,207,161)
#80B890
(128,184,144)
#71A17F
(113,161,127)
#628A6E
(98,138,110)
#53735D
(83,115,93)
#445C4C
(68,92,76)
#35453B
(53,69,59)
#262E2A
(38,46,42)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #ADFDC3

#ADFDC3
(173,253,195)
#B4FDC8
(180,253,200)
#BBFDCD
(187,253,205)
#C2FDD2
(194,253,210)
#C9FDD7
(201,253,215)
#D0FDDC
(208,253,220)
#D7FDE1
(215,253,225)
#DEFDE6
(222,253,230)
#E5FDEB
(229,253,235)
#ECFDF0
(236,253,240)
#F3FDF5
(243,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADFDC3 color. Also use rgb(173,253,195) instead hex code.

Text Font Color

.myTextColor { color: #ADFDC3; }

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

This text font color is #ADFDC3.

Background Color

.myBgColor { background-color: #ADFDC3; }

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

This div background color is #ADFDC3.

Border color

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

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

This div border color is #ADFDC3.

Opacity

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

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

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

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

This text has shadow with #ADFDC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADFDC3.

Preview

Color preview on black background

This text has color #ADFDC3 on black background.


Color preview on white background

This text has color #ADFDC3 on white background.


Black color preview on #ADFDC3 background

This text has black color on #ADFDC3 background.


White color preview on #ADFDC3 background

This text has white color on #ADFDC3 background.


Related colors

Complementary color

Complementary color for #hex is #52023C.


I love getcolorcode.com

Triadic colors

1 #C3ADFD and #FDC3AD with #ADFDC3 are triadic colors.

2 #C3FDAD and #FDADC3 with #ADFDC3 are triadic colors.