COLOR #9AC6A1

HEX: #9AC6A1
RGB: (154,198,161)

Color info

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

RGB color model

#9AC6A1 color RGB value is (154,198,161).

  • red value is 154;
  • green value is 198;
  • blue value is 161.
RGB:
(154,198,161)
(60%,78%,63%)

RGB channels and saturation

R 154 of 255 = 60%
G 198 of 255 = 78%
B 161 of 255 = 63%

154
198
161

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

Portions of RGB colors in percentages

R + G + B =
154 + 198 + 161 = 513 (100%)
R 154 of 513 ~ 30.02%
G 198 of 513 ~ 38.6%
B 161 of 513 ~ 31.38%

%30.02
%38.6
%31.38

CMYK color model

#9AC6A1 color CMYK value is (22,0,19,22).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 18.69%
  • key color value is 22.35%
CMYK:
(22,0,19,22)
C22M0Y19K22 
(22%,0%,19%,22%)
(0.22/0.00/0.19/0.22)	

CMYK percentages

%22.22
%0
%18.69
%22.35

Codes

Color #9AC6A1 in popluar color models

9AC6A1
RGB154198161
HSL130°27.85%69.02%
HSB/HSV130°22.22%77.65%
CMYK22.22%0.00%18.69%
22.35%

Color #9AC6A1 in popluar number systems.

HEX9AC6A1
Decimal154198161
Binary100110101100011010100001
Octal232306241

Shades and tints

Shades of #9AC6A1

#9AC6A1
(154,198,161)
#8CB493
(140,180,147)
#7EA285
(126,162,133)
#709077
(112,144,119)
#627E69
(98,126,105)
#546C5B
(84,108,91)
#465A4D
(70,90,77)
#38483F
(56,72,63)
#2A3631
(42,54,49)
#1C2423
(28,36,35)
#0E1215
(14,18,21)
#000000
(0,0,0)

Tints of #9AC6A1

#9AC6A1
(154,198,161)
#A3CBA9
(163,203,169)
#ACD0B1
(172,208,177)
#B5D5B9
(181,213,185)
#BEDAC1
(190,218,193)
#C7DFC9
(199,223,201)
#D0E4D1
(208,228,209)
#D9E9D9
(217,233,217)
#E2EEE1
(226,238,225)
#EBF3E9
(235,243,233)
#F4F8F1
(244,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AC6A1 color. Also use rgb(154,198,161) instead hex code.

Text Font Color

.myTextColor { color: #9AC6A1; }

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

This text font color is #9AC6A1.


Background Color

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

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

This div background color is #9AC6A1.


Border color

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

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

This div border color is #9AC6A1.


Opacity

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

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

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

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

This text has shadow with #9AC6A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AC6A1 on black background.


Color preview on white background

This text has color #9AC6A1 on white background.



Black color preview on #9AC6A1 background

This text has black color on #9AC6A1 background.


White color preview on #9AC6A1 background

This text has white color on #9AC6A1 background.