COLOR #9AD4AD

HEX: #9AD4AD
RGB: (154,212,173)

Color info

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

RGB color model

#9AD4AD color RGB value is (154,212,173).

  • red value is 154;
  • green value is 212;
  • blue value is 173.
RGB:
(154,212,173)
(60%,83%,68%)

RGB channels and saturation

R 154 of 255 = 60%
G 212 of 255 = 83%
B 173 of 255 = 68%

154
212
173

R + G + B ~ 70%. #9AD4AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 212 + 173 = 539 (100%)
R 154 of 539 ~ 28.57%
G 212 of 539 ~ 39.33%
B 173 of 539 ~ 32.1%

%28.57
%39.33
%32.1

CMYK color model

#9AD4AD color CMYK value is (27,0,18,17).

  • cyan value is 27.36%
  • magenta value is 0.00%
  • yellow value is 18.40%
  • key color value is 16.86%
CMYK:
(27,0,18,17)
C27M0Y18K17 
(27%,0%,18%,17%)
(0.27/0.00/0.18/0.17)	

CMYK percentages

%27.36
%0
%18.4
%16.86

Codes

Color #9AD4AD in popluar color models

9AD4AD
RGB154212173
HSL140°40.28%71.76%
HSB/HSV140°27.36%83.14%
CMYK27.36%0.00%18.40%
16.86%

Color #9AD4AD in popluar number systems.

HEX9AD4AD
Decimal154212173
Binary100110101101010010101101
Octal232324255

Shades and tints

Shades of #9AD4AD

#9AD4AD
(154,212,173)
#8CC19E
(140,193,158)
#7EAE8F
(126,174,143)
#709B80
(112,155,128)
#628871
(98,136,113)
#547562
(84,117,98)
#466253
(70,98,83)
#384F44
(56,79,68)
#2A3C35
(42,60,53)
#1C2926
(28,41,38)
#0E1617
(14,22,23)
#000000
(0,0,0)

Tints of #9AD4AD

#9AD4AD
(154,212,173)
#A3D7B4
(163,215,180)
#ACDABB
(172,218,187)
#B5DDC2
(181,221,194)
#BEE0C9
(190,224,201)
#C7E3D0
(199,227,208)
#D0E6D7
(208,230,215)
#D9E9DE
(217,233,222)
#E2ECE5
(226,236,229)
#EBEFEC
(235,239,236)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AD4AD color. Also use rgb(154,212,173) instead hex code.

Text Font Color

.myTextColor { color: #9AD4AD; }

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

This text font color is #9AD4AD.


Background Color

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

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

This div background color is #9AD4AD.


Border color

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

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

This div border color is #9AD4AD.


Opacity

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

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

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

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

This text has shadow with #9AD4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AD4AD on black background.


Color preview on white background

This text has color #9AD4AD on white background.



Black color preview on #9AD4AD background

This text has black color on #9AD4AD background.


White color preview on #9AD4AD background

This text has white color on #9AD4AD background.