COLOR #ADE1B2

HEX: #ADE1B2
RGB: (173,225,178)

Color info

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

RGB color model

#ADE1B2 color RGB value is (173,225,178).

  • red value is 173;
  • green value is 225;
  • blue value is 178.
RGB:
(173,225,178)
(68%,88%,70%)

RGB channels and saturation

R 173 of 255 = 68%
G 225 of 255 = 88%
B 178 of 255 = 70%

173
225
178

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

Portions of RGB colors in percentages

R + G + B =
173 + 225 + 178 = 576 (100%)
R 173 of 576 ~ 30.03%
G 225 of 576 ~ 39.06%
B 178 of 576 ~ 30.9%

%30.03
%39.06
%30.9

CMYK color model

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

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

CMYK percentages

%23.11
%0
%20.89
%11.76

Codes

Color #ADE1B2 in popluar color models

ADE1B2
RGB173225178
HSL126°46.43%78.04%
HSB/HSV126°23.11%88.24%
CMYK23.11%0.00%20.89%
11.76%

Color #ADE1B2 in popluar number systems.

HEXADE1B2
Decimal173225178
Binary101011011110000110110010
Octal255341262

Shades and tints

Shades of #ADE1B2

#ADE1B2
(173,225,178)
#9ECDA2
(158,205,162)
#8FB992
(143,185,146)
#80A582
(128,165,130)
#719172
(113,145,114)
#627D62
(98,125,98)
#536952
(83,105,82)
#445542
(68,85,66)
#354132
(53,65,50)
#262D22
(38,45,34)
#171912
(23,25,18)
#000000
(0,0,0)

Tints of #ADE1B2

#ADE1B2
(173,225,178)
#B4E3B9
(180,227,185)
#BBE5C0
(187,229,192)
#C2E7C7
(194,231,199)
#C9E9CE
(201,233,206)
#D0EBD5
(208,235,213)
#D7EDDC
(215,237,220)
#DEEFE3
(222,239,227)
#E5F1EA
(229,241,234)
#ECF3F1
(236,243,241)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADE1B2 color. Also use rgb(173,225,178) instead hex code.

Text Font Color

.myTextColor { color: #ADE1B2; }

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

This text font color is #ADE1B2.


Background Color

.myBgColor { background-color: #ADE1B2; }

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

This div background color is #ADE1B2.


Border color

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

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

This div border color is #ADE1B2.


Opacity

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

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

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

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

This text has shadow with #ADE1B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE1B2 on black background.


Color preview on white background

This text has color #ADE1B2 on white background.



Black color preview on #ADE1B2 background

This text has black color on #ADE1B2 background.


White color preview on #ADE1B2 background

This text has white color on #ADE1B2 background.