COLOR #9AC6A3

HEX: #9AC6A3
RGB: (154,198,163)

Color info

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

RGB color model

#9AC6A3 color RGB value is (154,198,163).

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

RGB channels and saturation

R 154 of 255 = 60%
G 198 of 255 = 78%
B 163 of 255 = 64%

154
198
163

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

Portions of RGB colors in percentages

R + G + B =
154 + 198 + 163 = 515 (100%)
R 154 of 515 ~ 29.9%
G 198 of 515 ~ 38.45%
B 163 of 515 ~ 31.65%

%29.9
%38.45
%31.65

CMYK color model

#9AC6A3 color CMYK value is (22,0,18,22).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 17.68%
  • key color value is 22.35%
CMYK:
(22,0,18,22)
C22M0Y18K22 
(22%,0%,18%,22%)
(0.22/0.00/0.18/0.22)	

CMYK percentages

%22.22
%0
%17.68
%22.35

Codes

Color #9AC6A3 in popluar color models

9AC6A3
RGB154198163
HSL132°27.85%69.02%
HSB/HSV132°22.22%77.65%
CMYK22.22%0.00%17.68%
22.35%

Color #9AC6A3 in popluar number systems.

HEX9AC6A3
Decimal154198163
Binary100110101100011010100011
Octal232306243

Shades and tints

Shades of #9AC6A3

#9AC6A3
(154,198,163)
#8CB495
(140,180,149)
#7EA287
(126,162,135)
#709079
(112,144,121)
#627E6B
(98,126,107)
#546C5D
(84,108,93)
#465A4F
(70,90,79)
#384841
(56,72,65)
#2A3633
(42,54,51)
#1C2425
(28,36,37)
#0E1217
(14,18,23)
#000000
(0,0,0)

Tints of #9AC6A3

#9AC6A3
(154,198,163)
#A3CBAB
(163,203,171)
#ACD0B3
(172,208,179)
#B5D5BB
(181,213,187)
#BEDAC3
(190,218,195)
#C7DFCB
(199,223,203)
#D0E4D3
(208,228,211)
#D9E9DB
(217,233,219)
#E2EEE3
(226,238,227)
#EBF3EB
(235,243,235)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AC6A3; }

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

This text font color is #9AC6A3.


Background Color

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

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

This div background color is #9AC6A3.


Border color

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

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

This div border color is #9AC6A3.


Opacity

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

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

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

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

This text has shadow with #9AC6A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AC6A3 on black background.


Color preview on white background

This text has color #9AC6A3 on white background.



Black color preview on #9AC6A3 background

This text has black color on #9AC6A3 background.


White color preview on #9AC6A3 background

This text has white color on #9AC6A3 background.