COLOR #9AC4A1

HEX: #9AC4A1 RGB: (154,196,161)

Color info

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

RGB color model

#9AC4A1 color RGB value is (154,196,161).

RGB: (154,196,161) (60%, 77%, 63%)

RGB channels and saturation

R 154 of 255 = 60%
G 196 of 255 = 77%
B 161 of 255 = 63%

154
196
161

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

Portions of RGB colors in percentages

R + G + B = 154 + 196 + 161 = 511 (100%)
R 154 of 511 ~ 30.14%
G 196 of 511 ~ 38.36%
B 161 of 511 ~ 31.51'%

%30.14
%38.36
%31.51

CMYK color model

#9AC4A1 color CMYK value is (21,0,18,23).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 17.86%
  • key color value is 23.14%
CMYK: (21,0,18,23) C21M0Y18K23 (21%,0%,18%,23%) (0.21/0.00/0.18/0.23) 

CMYK percentages

%21.43
%0
%17.86
%23.14

Codes

Color #9AC4A1 in popluar color models

9A C4 A1
RGB 154 196 161
HSL 130° 26.25% 68.63%
HSB/HSV 130° 21.43% 76.86%
CMYK 21.43% 0.00% 17.86%
23.14%

Color #9AC4A1 in popluar number systems.

HEX 9A C4 A1
Decimal 154 196 161
Binary 10011010 11000100 10100001
Octal 232 304 241

Shades and tints

Shades of #9AC4A1

#9AC4A1
(154,196,161)
#8CB393
(140,179,147)
#7EA285
(126,162,133)
#709177
(112,145,119)
#628069
(98,128,105)
#546F5B
(84,111,91)
#465E4D
(70,94,77)
#384D3F
(56,77,63)
#2A3C31
(42,60,49)
#1C2B23
(28,43,35)
#0E1A15
(14,26,21)
#000000
(0,0,0)

Tints of #9AC4A1

#9AC4A1
(154,196,161)
#A3C9A9
(163,201,169)
#ACCEB1
(172,206,177)
#B5D3B9
(181,211,185)
#BED8C1
(190,216,193)
#C7DDC9
(199,221,201)
#D0E2D1
(208,226,209)
#D9E7D9
(217,231,217)
#E2ECE1
(226,236,225)
#EBF1E9
(235,241,233)
#F4F6F1
(244,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AC4A1; }

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

This text font color is #9AC4A1.

Background Color

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

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

This div background color is #9AC4A1.

Border color

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

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

This div border color is #9AC4A1.

Opacity

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

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

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

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

This text has shadow with #9AC4A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AC4A1.

Preview

Color preview on black background

This text has color #9AC4A1 on black background.


Color preview on white background

This text has color #9AC4A1 on white background.


Black color preview on #9AC4A1 background

This text has black color on #9AC4A1 background.


White color preview on #9AC4A1 background

This text has white color on #9AC4A1 background.


Related colors

Complementary color

Complementary color for #hex is #653B5E.


I love getcolorcode.com

Triadic colors

1 #A19AC4 and #C4A19A with #9AC4A1 are triadic colors.

2 #A1C49A and #C49AA1 with #9AC4A1 are triadic colors.