COLOR #9AD7AE

HEX: #9AD7AE
RGB: (154,215,174)

Color info

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

RGB color model

#9AD7AE color RGB value is (154,215,174).

  • red value is 154;
  • green value is 215;
  • blue value is 174.
RGB:
(154,215,174)
(60%,84%,68%)

RGB channels and saturation

R 154 of 255 = 60%
G 215 of 255 = 84%
B 174 of 255 = 68%

154
215
174

R + G + B ~ 71%. #9AD7AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 215 + 174 = 543 (100%)
R 154 of 543 ~ 28.36%
G 215 of 543 ~ 39.59%
B 174 of 543 ~ 32.04%

%28.36
%39.59
%32.04

CMYK color model

#9AD7AE color CMYK value is (28,0,19,16).

  • cyan value is 28.37%
  • magenta value is 0.00%
  • yellow value is 19.07%
  • key color value is 15.69%
CMYK:
(28,0,19,16)
C28M0Y19K16 
(28%,0%,19%,16%)
(0.28/0.00/0.19/0.16)	

CMYK percentages

%28.37
%0
%19.07
%15.69

Codes

Color #9AD7AE in popluar color models

9AD7AE
RGB154215174
HSL140°43.26%72.35%
HSB/HSV140°28.37%84.31%
CMYK28.37%0.00%19.07%
15.69%

Color #9AD7AE in popluar number systems.

HEX9AD7AE
Decimal154215174
Binary100110101101011110101110
Octal232327256

Shades and tints

Shades of #9AD7AE

#9AD7AE
(154,215,174)
#8CC49F
(140,196,159)
#7EB190
(126,177,144)
#709E81
(112,158,129)
#628B72
(98,139,114)
#547863
(84,120,99)
#466554
(70,101,84)
#385245
(56,82,69)
#2A3F36
(42,63,54)
#1C2C27
(28,44,39)
#0E1918
(14,25,24)
#000000
(0,0,0)

Tints of #9AD7AE

#9AD7AE
(154,215,174)
#A3DAB5
(163,218,181)
#ACDDBC
(172,221,188)
#B5E0C3
(181,224,195)
#BEE3CA
(190,227,202)
#C7E6D1
(199,230,209)
#D0E9D8
(208,233,216)
#D9ECDF
(217,236,223)
#E2EFE6
(226,239,230)
#EBF2ED
(235,242,237)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AD7AE color. Also use rgb(154,215,174) instead hex code.

Text Font Color

.myTextColor { color: #9AD7AE; }

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

This text font color is #9AD7AE.


Background Color

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

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

This div background color is #9AD7AE.


Border color

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

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

This div border color is #9AD7AE.


Opacity

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

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

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

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

This text has shadow with #9AD7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AD7AE on black background.


Color preview on white background

This text has color #9AD7AE on white background.



Black color preview on #9AD7AE background

This text has black color on #9AD7AE background.


White color preview on #9AD7AE background

This text has white color on #9AD7AE background.