COLOR #ADFDD4

HEX: #ADFDD4
RGB: (173,253,212)

Color info

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

RGB color model

#ADFDD4 color RGB value is (173,253,212).

  • red value is 173;
  • green value is 253;
  • blue value is 212.
RGB:
(173,253,212)
(68%,99%,83%)

RGB channels and saturation

R 173 of 255 = 68%
G 253 of 255 = 99%
B 212 of 255 = 83%

173
253
212

R + G + B ~ 83%. #ADFDD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 253 + 212 = 638 (100%)
R 173 of 638 ~ 27.12%
G 253 of 638 ~ 39.66%
B 212 of 638 ~ 33.23%

%27.12
%39.66
%33.23

CMYK color model

#ADFDD4 color CMYK value is (32,0,16,1).

  • cyan value is 31.62%
  • magenta value is 0.00%
  • yellow value is 16.21%
  • key color value is 0.78%
CMYK:
(32,0,16,1)
C32M0Y16K1 
(32%,0%,16%,1%)
(0.32/0.00/0.16/0.01)	

CMYK percentages

%31.62
%0
%16.21
%0.78

Codes

Color #ADFDD4 in popluar color models

ADFDD4
RGB173253212
HSL149°95.24%83.53%
HSB/HSV149°31.62%99.22%
CMYK31.62%0.00%16.21%
0.78%

Color #ADFDD4 in popluar number systems.

HEXADFDD4
Decimal173253212
Binary101011011111110111010100
Octal255375324

Shades and tints

Shades of #ADFDD4

#ADFDD4
(173,253,212)
#9EE6C1
(158,230,193)
#8FCFAE
(143,207,174)
#80B89B
(128,184,155)
#71A188
(113,161,136)
#628A75
(98,138,117)
#537362
(83,115,98)
#445C4F
(68,92,79)
#35453C
(53,69,60)
#262E29
(38,46,41)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #ADFDD4

#ADFDD4
(173,253,212)
#B4FDD7
(180,253,215)
#BBFDDA
(187,253,218)
#C2FDDD
(194,253,221)
#C9FDE0
(201,253,224)
#D0FDE3
(208,253,227)
#D7FDE6
(215,253,230)
#DEFDE9
(222,253,233)
#E5FDEC
(229,253,236)
#ECFDEF
(236,253,239)
#F3FDF2
(243,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADFDD4; }

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

This text font color is #ADFDD4.


Background Color

.myBgColor { background-color: #ADFDD4; }

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

This div background color is #ADFDD4.


Border color

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

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

This div border color is #ADFDD4.


Opacity

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

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

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

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

This text has shadow with #ADFDD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADFDD4 on black background.


Color preview on white background

This text has color #ADFDD4 on white background.



Black color preview on #ADFDD4 background

This text has black color on #ADFDD4 background.


White color preview on #ADFDD4 background

This text has white color on #ADFDD4 background.