COLOR #9ABCA3

HEX: #9ABCA3 RGB: (154,188,163)

Color info

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

RGB color model

#9ABCA3 color RGB value is (154,188,163).

RGB: (154,188,163) (60%, 74%, 64%)

RGB channels and saturation

R 154 of 255 = 60%
G 188 of 255 = 74%
B 163 of 255 = 64%

154
188
163

R + G + B ~ 66%. #9ABCA3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 188 + 163 = 505 (100%)
R 154 of 505 ~ 30.5%
G 188 of 505 ~ 37.23%
B 163 of 505 ~ 32.28'%

%30.5
%37.23
%32.28

CMYK color model

#9ABCA3 color CMYK value is (18,0,13,26).

  • cyan value is 18.09%
  • magenta value is 0.00%
  • yellow value is 13.30%
  • key color value is 26.27%

CMYK: (18,0,13,26)
C18M0Y13K26 (18%, 0%, 13%, 26%)
(0.18 / 0.00 / 0.13 / 0.26)

CMYK percentages

%18.09
%0
%13.3
%26.27

Codes

Color #9ABCA3 in popluar color models

9A BC A3
RGB 154 188 163
HSL 136° 20.24% 67.06%
HSB/HSV 136° 18.09% 73.73%
CMYK 18.09% 0.00% 13.30%
26.27%

Color #9ABCA3 in popluar number systems.

HEX 9A BC A3
Decimal 154 188 163
Binary 10011010 10111100 10100011
Octal 232 274 243

Shades and tints

Shades of #9ABCA3

#9ABCA3
(154,188,163)
#8CAB95
(140,171,149)
#7E9A87
(126,154,135)
#708979
(112,137,121)
#62786B
(98,120,107)
#54675D
(84,103,93)
#46564F
(70,86,79)
#384541
(56,69,65)
#2A3433
(42,52,51)
#1C2325
(28,35,37)
#0E1217
(14,18,23)
#000000
(0,0,0)

Tints of #9ABCA3

#9ABCA3
(154,188,163)
#A3C2AB
(163,194,171)
#ACC8B3
(172,200,179)
#B5CEBB
(181,206,187)
#BED4C3
(190,212,195)
#C7DACB
(199,218,203)
#D0E0D3
(208,224,211)
#D9E6DB
(217,230,219)
#E2ECE3
(226,236,227)
#EBF2EB
(235,242,235)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ABCA3; }

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

This text font color is #9ABCA3.

Background Color

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

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

This div background color is #9ABCA3.

Border color

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

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

This div border color is #9ABCA3.

Opacity

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

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

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

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

This text has shadow with #9ABCA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ABCA3.

Preview

Color preview on black background

This text has color #9ABCA3 on black background.


Color preview on white background

This text has color #9ABCA3 on white background.


Black color preview on #9ABCA3 background

This text has black color on #9ABCA3 background.


White color preview on #9ABCA3 background

This text has white color on #9ABCA3 background.


Related colors

Complementary color

Complementary color for #hex is #65435C.


I love getcolorcode.com

Triadic colors

1 #A39ABC and #BCA39A with #9ABCA3 are triadic colors.

2 #A3BC9A and #BC9AA3 with #9ABCA3 are triadic colors.