COLOR #9AD3A7

HEX: #9AD3A7
RGB: (154,211,167)

Color info

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

RGB color model

#9AD3A7 color RGB value is (154,211,167).

  • red value is 154;
  • green value is 211;
  • blue value is 167.
RGB:
(154,211,167)
(60%,83%,65%)

RGB channels and saturation

R 154 of 255 = 60%
G 211 of 255 = 83%
B 167 of 255 = 65%

154
211
167

R + G + B ~ 69%. #9AD3A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 211 + 167 = 532 (100%)
R 154 of 532 ~ 28.95%
G 211 of 532 ~ 39.66%
B 167 of 532 ~ 31.39%

%28.95
%39.66
%31.39

CMYK color model

#9AD3A7 color CMYK value is (27,0,21,17).

  • cyan value is 27.01%
  • magenta value is 0.00%
  • yellow value is 20.85%
  • key color value is 17.25%
CMYK:
(27,0,21,17)
C27M0Y21K17 
(27%,0%,21%,17%)
(0.27/0.00/0.21/0.17)	

CMYK percentages

%27.01
%0
%20.85
%17.25

Codes

Color #9AD3A7 in popluar color models

9AD3A7
RGB154211167
HSL134°39.31%71.57%
HSB/HSV134°27.01%82.75%
CMYK27.01%0.00%20.85%
17.25%

Color #9AD3A7 in popluar number systems.

HEX9AD3A7
Decimal154211167
Binary100110101101001110100111
Octal232323247

Shades and tints

Shades of #9AD3A7

#9AD3A7
(154,211,167)
#8CC098
(140,192,152)
#7EAD89
(126,173,137)
#709A7A
(112,154,122)
#62876B
(98,135,107)
#54745C
(84,116,92)
#46614D
(70,97,77)
#384E3E
(56,78,62)
#2A3B2F
(42,59,47)
#1C2820
(28,40,32)
#0E1511
(14,21,17)
#000000
(0,0,0)

Tints of #9AD3A7

#9AD3A7
(154,211,167)
#A3D7AF
(163,215,175)
#ACDBB7
(172,219,183)
#B5DFBF
(181,223,191)
#BEE3C7
(190,227,199)
#C7E7CF
(199,231,207)
#D0EBD7
(208,235,215)
#D9EFDF
(217,239,223)
#E2F3E7
(226,243,231)
#EBF7EF
(235,247,239)
#F4FBF7
(244,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AD3A7 color. Also use rgb(154,211,167) instead hex code.

Text Font Color

.myTextColor { color: #9AD3A7; }

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

This text font color is #9AD3A7.


Background Color

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

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

This div background color is #9AD3A7.


Border color

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

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

This div border color is #9AD3A7.


Opacity

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

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

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

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

This text has shadow with #9AD3A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AD3A7 on black background.


Color preview on white background

This text has color #9AD3A7 on white background.



Black color preview on #9AD3A7 background

This text has black color on #9AD3A7 background.


White color preview on #9AD3A7 background

This text has white color on #9AD3A7 background.