COLOR #9AC6AA

HEX: #9AC6AA RGB: (154,198,170)

Color info

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

RGB color model

#9AC6AA color RGB value is (154,198,170).

RGB: (154,198,170) (60%, 78%, 67%)

RGB channels and saturation

R 154 of 255 = 60%
G 198 of 255 = 78%
B 170 of 255 = 67%

154
198
170

R + G + B ~ 68%. #9AC6AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 198 + 170 = 522 (100%)
R 154 of 522 ~ 29.5%
G 198 of 522 ~ 37.93%
B 170 of 522 ~ 32.57'%

%29.5
%37.93
%32.57

CMYK color model

#9AC6AA color CMYK value is (22,0,14,22).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 14.14%
  • key color value is 22.35%

CMYK: (22,0,14,22)
C22M0Y14K22 (22%, 0%, 14%, 22%)
(0.22 / 0.00 / 0.14 / 0.22)

CMYK percentages

%22.22
%0
%14.14
%22.35

Codes

Color #9AC6AA in popluar color models

9A C6 AA
RGB 154 198 170
HSL 142° 27.85% 69.02%
HSB/HSV 142° 22.22% 77.65%
CMYK 22.22% 0.00% 14.14%
22.35%

Color #9AC6AA in popluar number systems.

HEX 9A C6 AA
Decimal 154 198 170
Binary 10011010 11000110 10101010
Octal 232 306 252

Shades and tints

Shades of #9AC6AA

#9AC6AA
(154,198,170)
#8CB49B
(140,180,155)
#7EA28C
(126,162,140)
#70907D
(112,144,125)
#627E6E
(98,126,110)
#546C5F
(84,108,95)
#465A50
(70,90,80)
#384841
(56,72,65)
#2A3632
(42,54,50)
#1C2423
(28,36,35)
#0E1214
(14,18,20)
#000000
(0,0,0)

Tints of #9AC6AA

#9AC6AA
(154,198,170)
#A3CBB1
(163,203,177)
#ACD0B8
(172,208,184)
#B5D5BF
(181,213,191)
#BEDAC6
(190,218,198)
#C7DFCD
(199,223,205)
#D0E4D4
(208,228,212)
#D9E9DB
(217,233,219)
#E2EEE2
(226,238,226)
#EBF3E9
(235,243,233)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AC6AA; }

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

This text font color is #9AC6AA.

Background Color

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

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

This div background color is #9AC6AA.

Border color

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

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

This div border color is #9AC6AA.

Opacity

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

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

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

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

This text has shadow with #9AC6AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AC6AA.

Preview

Color preview on black background

This text has color #9AC6AA on black background.


Color preview on white background

This text has color #9AC6AA on white background.


Black color preview on #9AC6AA background

This text has black color on #9AC6AA background.


White color preview on #9AC6AA background

This text has white color on #9AC6AA background.


Related colors

Complementary color

Complementary color for #hex is #653955.


I love getcolorcode.com

Triadic colors

1 #AA9AC6 and #C6AA9A with #9AC6AA are triadic colors.

2 #AAC69A and #C69AAA with #9AC6AA are triadic colors.