COLOR #ADE0B1

HEX: #ADE0B1
RGB: (173,224,177)

Color info

#ADE0B1 contains red, green and blue colors in about the same proportion. Web safe color of #ADE0B1 is #99CC99 (or #9C9).

RGB color model

#ADE0B1 color RGB value is (173,224,177).

  • red value is 173;
  • green value is 224;
  • blue value is 177.
RGB:
(173,224,177)
(68%,88%,69%)

RGB channels and saturation

R 173 of 255 = 68%
G 224 of 255 = 88%
B 177 of 255 = 69%

173
224
177

R + G + B ~ 75%. #ADE0B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 224 + 177 = 574 (100%)
R 173 of 574 ~ 30.14%
G 224 of 574 ~ 39.02%
B 177 of 574 ~ 30.84%

%30.14
%39.02
%30.84

CMYK color model

#ADE0B1 color CMYK value is (23,0,21,12).

  • cyan value is 22.77%
  • magenta value is 0.00%
  • yellow value is 20.98%
  • key color value is 12.16%
CMYK:
(23,0,21,12)
C23M0Y21K12 
(23%,0%,21%,12%)
(0.23/0.00/0.21/0.12)	

CMYK percentages

%22.77
%0
%20.98
%12.16

Codes

Color #ADE0B1 in popluar color models

ADE0B1
RGB173224177
HSL125°45.13%77.84%
HSB/HSV125°22.77%87.84%
CMYK22.77%0.00%20.98%
12.16%

Color #ADE0B1 in popluar number systems.

HEXADE0B1
Decimal173224177
Binary101011011110000010110001
Octal255340261

Shades and tints

Shades of #ADE0B1

#ADE0B1
(173,224,177)
#9ECCA1
(158,204,161)
#8FB891
(143,184,145)
#80A481
(128,164,129)
#719071
(113,144,113)
#627C61
(98,124,97)
#536851
(83,104,81)
#445441
(68,84,65)
#354031
(53,64,49)
#262C21
(38,44,33)
#171811
(23,24,17)
#000000
(0,0,0)

Tints of #ADE0B1

#ADE0B1
(173,224,177)
#B4E2B8
(180,226,184)
#BBE4BF
(187,228,191)
#C2E6C6
(194,230,198)
#C9E8CD
(201,232,205)
#D0EAD4
(208,234,212)
#D7ECDB
(215,236,219)
#DEEEE2
(222,238,226)
#E5F0E9
(229,240,233)
#ECF2F0
(236,242,240)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADE0B1 color. Also use rgb(173,224,177) instead hex code.

Text Font Color

.myTextColor { color: #ADE0B1; }

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

This text font color is #ADE0B1.


Background Color

.myBgColor { background-color: #ADE0B1; }

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

This div background color is #ADE0B1.


Border color

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

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

This div border color is #ADE0B1.


Opacity

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

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

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

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

This text has shadow with #ADE0B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE0B1 on black background.


Color preview on white background

This text has color #ADE0B1 on white background.



Black color preview on #ADE0B1 background

This text has black color on #ADE0B1 background.


White color preview on #ADE0B1 background

This text has white color on #ADE0B1 background.