COLOR #9ADFB3

HEX: #9ADFB3
RGB: (154,223,179)

Color info

#9ADFB3 contains mainly green and blue colors. Web safe color of #9ADFB3 is #99CC99 (or #9C9).

RGB color model

#9ADFB3 color RGB value is (154,223,179).

  • red value is 154;
  • green value is 223;
  • blue value is 179.
RGB:
(154,223,179)
(60%,87%,70%)

RGB channels and saturation

R 154 of 255 = 60%
G 223 of 255 = 87%
B 179 of 255 = 70%

154
223
179

R + G + B ~ 72%. #9ADFB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 223 + 179 = 556 (100%)
R 154 of 556 ~ 27.7%
G 223 of 556 ~ 40.11%
B 179 of 556 ~ 32.19%

%27.7
%40.11
%32.19

CMYK color model

#9ADFB3 color CMYK value is (31,0,20,13).

  • cyan value is 30.94%
  • magenta value is 0.00%
  • yellow value is 19.73%
  • key color value is 12.55%
CMYK:
(31,0,20,13)
C31M0Y20K13 
(31%,0%,20%,13%)
(0.31/0.00/0.20/0.13)	

CMYK percentages

%30.94
%0
%19.73
%12.55

Codes

Color #9ADFB3 in popluar color models

9ADFB3
RGB154223179
HSL142°51.88%73.92%
HSB/HSV142°30.94%87.45%
CMYK30.94%0.00%19.73%
12.55%

Color #9ADFB3 in popluar number systems.

HEX9ADFB3
Decimal154223179
Binary100110101101111110110011
Octal232337263

Shades and tints

Shades of #9ADFB3

#9ADFB3
(154,223,179)
#8CCBA3
(140,203,163)
#7EB793
(126,183,147)
#70A383
(112,163,131)
#628F73
(98,143,115)
#547B63
(84,123,99)
#466753
(70,103,83)
#385343
(56,83,67)
#2A3F33
(42,63,51)
#1C2B23
(28,43,35)
#0E1713
(14,23,19)
#000000
(0,0,0)

Tints of #9ADFB3

#9ADFB3
(154,223,179)
#A3E1B9
(163,225,185)
#ACE3BF
(172,227,191)
#B5E5C5
(181,229,197)
#BEE7CB
(190,231,203)
#C7E9D1
(199,233,209)
#D0EBD7
(208,235,215)
#D9EDDD
(217,237,221)
#E2EFE3
(226,239,227)
#EBF1E9
(235,241,233)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ADFB3 color. Also use rgb(154,223,179) instead hex code.

Text Font Color

.myTextColor { color: #9ADFB3; }

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

This text font color is #9ADFB3.


Background Color

.myBgColor { background-color: #9ADFB3; }

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

This div background color is #9ADFB3.


Border color

.myBorderColor { border: 1px solid #9ADFB3; }

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

This div border color is #9ADFB3.


Opacity

.myOpacity80 { color: #9ADFB3; opacity: 0.8; }

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

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

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

This text has shadow with #9ADFB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ADFB3 on black background.


Color preview on white background

This text has color #9ADFB3 on white background.



Black color preview on #9ADFB3 background

This text has black color on #9ADFB3 background.


White color preview on #9ADFB3 background

This text has white color on #9ADFB3 background.