COLOR #ADFBAE

HEX: #ADFBAE
RGB: (173,251,174)

Color info

#ADFBAE contains mainly green color. Web safe color of #ADFBAE is #99FF99 (or #9F9).

RGB color model

#ADFBAE color RGB value is (173,251,174).

  • red value is 173;
  • green value is 251;
  • blue value is 174.
RGB:
(173,251,174)
(68%,98%,68%)

RGB channels and saturation

R 173 of 255 = 68%
G 251 of 255 = 98%
B 174 of 255 = 68%

173
251
174

R + G + B ~ 78%. #ADFBAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 251 + 174 = 598 (100%)
R 173 of 598 ~ 28.93%
G 251 of 598 ~ 41.97%
B 174 of 598 ~ 29.1%

%28.93
%41.97
%29.1

CMYK color model

#ADFBAE color CMYK value is (31,0,31,2).

  • cyan value is 31.08%
  • magenta value is 0.00%
  • yellow value is 30.68%
  • key color value is 1.57%
CMYK:
(31,0,31,2)
C31M0Y31K2 
(31%,0%,31%,2%)
(0.31/0.00/0.31/0.02)	

CMYK percentages

%31.08
%0
%30.68
%1.57

Codes

Color #ADFBAE in popluar color models

ADFBAE
RGB173251174
HSL121°90.70%83.14%
HSB/HSV121°31.08%98.43%
CMYK31.08%0.00%30.68%
1.57%

Color #ADFBAE in popluar number systems.

HEXADFBAE
Decimal173251174
Binary101011011111101110101110
Octal255373256

Shades and tints

Shades of #ADFBAE

#ADFBAE
(173,251,174)
#9EE59F
(158,229,159)
#8FCF90
(143,207,144)
#80B981
(128,185,129)
#71A372
(113,163,114)
#628D63
(98,141,99)
#537754
(83,119,84)
#446145
(68,97,69)
#354B36
(53,75,54)
#263527
(38,53,39)
#171F18
(23,31,24)
#000000
(0,0,0)

Tints of #ADFBAE

#ADFBAE
(173,251,174)
#B4FBB5
(180,251,181)
#BBFBBC
(187,251,188)
#C2FBC3
(194,251,195)
#C9FBCA
(201,251,202)
#D0FBD1
(208,251,209)
#D7FBD8
(215,251,216)
#DEFBDF
(222,251,223)
#E5FBE6
(229,251,230)
#ECFBED
(236,251,237)
#F3FBF4
(243,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADFBAE color. Also use rgb(173,251,174) instead hex code.

Text Font Color

.myTextColor { color: #ADFBAE; }

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

This text font color is #ADFBAE.


Background Color

.myBgColor { background-color: #ADFBAE; }

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

This div background color is #ADFBAE.


Border color

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

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

This div border color is #ADFBAE.


Opacity

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

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

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

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

This text has shadow with #ADFBAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADFBAE on black background.


Color preview on white background

This text has color #ADFBAE on white background.



Black color preview on #ADFBAE background

This text has black color on #ADFBAE background.


White color preview on #ADFBAE background

This text has white color on #ADFBAE background.