COLOR #9AC5A6

HEX: #9AC5A6
RGB: (154,197,166)

Color info

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

RGB color model

#9AC5A6 color RGB value is (154,197,166).

  • red value is 154;
  • green value is 197;
  • blue value is 166.
RGB:
(154,197,166)
(60%,77%,65%)

RGB channels and saturation

R 154 of 255 = 60%
G 197 of 255 = 77%
B 166 of 255 = 65%

154
197
166

R + G + B ~ 67%. #9AC5A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 197 + 166 = 517 (100%)
R 154 of 517 ~ 29.79%
G 197 of 517 ~ 38.1%
B 166 of 517 ~ 32.11%

%29.79
%38.1
%32.11

CMYK color model

#9AC5A6 color CMYK value is (22,0,16,23).

  • cyan value is 21.83%
  • magenta value is 0.00%
  • yellow value is 15.74%
  • key color value is 22.75%
CMYK:
(22,0,16,23)
C22M0Y16K23 
(22%,0%,16%,23%)
(0.22/0.00/0.16/0.23)	

CMYK percentages

%21.83
%0
%15.74
%22.75

Codes

Color #9AC5A6 in popluar color models

9AC5A6
RGB154197166
HSL137°27.04%68.82%
HSB/HSV137°21.83%77.25%
CMYK21.83%0.00%15.74%
22.75%

Color #9AC5A6 in popluar number systems.

HEX9AC5A6
Decimal154197166
Binary100110101100010110100110
Octal232305246

Shades and tints

Shades of #9AC5A6

#9AC5A6
(154,197,166)
#8CB497
(140,180,151)
#7EA388
(126,163,136)
#709279
(112,146,121)
#62816A
(98,129,106)
#54705B
(84,112,91)
#465F4C
(70,95,76)
#384E3D
(56,78,61)
#2A3D2E
(42,61,46)
#1C2C1F
(28,44,31)
#0E1B10
(14,27,16)
#000000
(0,0,0)

Tints of #9AC5A6

#9AC5A6
(154,197,166)
#A3CAAE
(163,202,174)
#ACCFB6
(172,207,182)
#B5D4BE
(181,212,190)
#BED9C6
(190,217,198)
#C7DECE
(199,222,206)
#D0E3D6
(208,227,214)
#D9E8DE
(217,232,222)
#E2EDE6
(226,237,230)
#EBF2EE
(235,242,238)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AC5A6 color. Also use rgb(154,197,166) instead hex code.

Text Font Color

.myTextColor { color: #9AC5A6; }

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

This text font color is #9AC5A6.


Background Color

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

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

This div background color is #9AC5A6.


Border color

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

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

This div border color is #9AC5A6.


Opacity

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

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

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

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

This text has shadow with #9AC5A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AC5A6 on black background.


Color preview on white background

This text has color #9AC5A6 on white background.



Black color preview on #9AC5A6 background

This text has black color on #9AC5A6 background.


White color preview on #9AC5A6 background

This text has white color on #9AC5A6 background.