COLOR #ADEAB3

HEX: #ADEAB3
RGB: (173,234,179)

Color info

#ADEAB3 contains mainly green and blue colors. Web safe color of #ADEAB3 is #99FF99 (or #9F9).

RGB color model

#ADEAB3 color RGB value is (173,234,179).

  • red value is 173;
  • green value is 234;
  • blue value is 179.
RGB:
(173,234,179)
(68%,92%,70%)

RGB channels and saturation

R 173 of 255 = 68%
G 234 of 255 = 92%
B 179 of 255 = 70%

173
234
179

R + G + B ~ 77%. #ADEAB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 234 + 179 = 586 (100%)
R 173 of 586 ~ 29.52%
G 234 of 586 ~ 39.93%
B 179 of 586 ~ 30.55%

%29.52
%39.93
%30.55

CMYK color model

#ADEAB3 color CMYK value is (26,0,24,8).

  • cyan value is 26.07%
  • magenta value is 0.00%
  • yellow value is 23.50%
  • key color value is 8.24%
CMYK:
(26,0,24,8)
C26M0Y24K8 
(26%,0%,24%,8%)
(0.26/0.00/0.24/0.08)	

CMYK percentages

%26.07
%0
%23.5
%8.24

Codes

Color #ADEAB3 in popluar color models

ADEAB3
RGB173234179
HSL126°59.22%79.80%
HSB/HSV126°26.07%91.76%
CMYK26.07%0.00%23.50%
8.24%

Color #ADEAB3 in popluar number systems.

HEXADEAB3
Decimal173234179
Binary101011011110101010110011
Octal255352263

Shades and tints

Shades of #ADEAB3

#ADEAB3
(173,234,179)
#9ED5A3
(158,213,163)
#8FC093
(143,192,147)
#80AB83
(128,171,131)
#719673
(113,150,115)
#628163
(98,129,99)
#536C53
(83,108,83)
#445743
(68,87,67)
#354233
(53,66,51)
#262D23
(38,45,35)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #ADEAB3

#ADEAB3
(173,234,179)
#B4EBB9
(180,235,185)
#BBECBF
(187,236,191)
#C2EDC5
(194,237,197)
#C9EECB
(201,238,203)
#D0EFD1
(208,239,209)
#D7F0D7
(215,240,215)
#DEF1DD
(222,241,221)
#E5F2E3
(229,242,227)
#ECF3E9
(236,243,233)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADEAB3 color. Also use rgb(173,234,179) instead hex code.

Text Font Color

.myTextColor { color: #ADEAB3; }

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

This text font color is #ADEAB3.


Background Color

.myBgColor { background-color: #ADEAB3; }

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

This div background color is #ADEAB3.


Border color

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

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

This div border color is #ADEAB3.


Opacity

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

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

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

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

This text has shadow with #ADEAB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADEAB3 on black background.


Color preview on white background

This text has color #ADEAB3 on white background.



Black color preview on #ADEAB3 background

This text has black color on #ADEAB3 background.


White color preview on #ADEAB3 background

This text has white color on #ADEAB3 background.