COLOR #9ACAB0

HEX: #9ACAB0
RGB: (154,202,176)

Color info

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

RGB color model

#9ACAB0 color RGB value is (154,202,176).

  • red value is 154;
  • green value is 202;
  • blue value is 176.
RGB:
(154,202,176)
(60%,79%,69%)

RGB channels and saturation

R 154 of 255 = 60%
G 202 of 255 = 79%
B 176 of 255 = 69%

154
202
176

R + G + B ~ 69%. #9ACAB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 202 + 176 = 532 (100%)
R 154 of 532 ~ 28.95%
G 202 of 532 ~ 37.97%
B 176 of 532 ~ 33.08%

%28.95
%37.97
%33.08

CMYK color model

#9ACAB0 color CMYK value is (24,0,13,21).

  • cyan value is 23.76%
  • magenta value is 0.00%
  • yellow value is 12.87%
  • key color value is 20.78%
CMYK:
(24,0,13,21)
C24M0Y13K21 
(24%,0%,13%,21%)
(0.24/0.00/0.13/0.21)	

CMYK percentages

%23.76
%0
%12.87
%20.78

Codes

Color #9ACAB0 in popluar color models

9ACAB0
RGB154202176
HSL148°31.17%69.80%
HSB/HSV148°23.76%79.22%
CMYK23.76%0.00%12.87%
20.78%

Color #9ACAB0 in popluar number systems.

HEX9ACAB0
Decimal154202176
Binary100110101100101010110000
Octal232312260

Shades and tints

Shades of #9ACAB0

#9ACAB0
(154,202,176)
#8CB8A0
(140,184,160)
#7EA690
(126,166,144)
#709480
(112,148,128)
#628270
(98,130,112)
#547060
(84,112,96)
#465E50
(70,94,80)
#384C40
(56,76,64)
#2A3A30
(42,58,48)
#1C2820
(28,40,32)
#0E1610
(14,22,16)
#000000
(0,0,0)

Tints of #9ACAB0

#9ACAB0
(154,202,176)
#A3CEB7
(163,206,183)
#ACD2BE
(172,210,190)
#B5D6C5
(181,214,197)
#BEDACC
(190,218,204)
#C7DED3
(199,222,211)
#D0E2DA
(208,226,218)
#D9E6E1
(217,230,225)
#E2EAE8
(226,234,232)
#EBEEEF
(235,238,239)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ACAB0 color. Also use rgb(154,202,176) instead hex code.

Text Font Color

.myTextColor { color: #9ACAB0; }

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

This text font color is #9ACAB0.


Background Color

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

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

This div background color is #9ACAB0.


Border color

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

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

This div border color is #9ACAB0.


Opacity

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

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

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

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

This text has shadow with #9ACAB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ACAB0 on black background.


Color preview on white background

This text has color #9ACAB0 on white background.



Black color preview on #9ACAB0 background

This text has black color on #9ACAB0 background.


White color preview on #9ACAB0 background

This text has white color on #9ACAB0 background.