COLOR #9AC2B0

HEX: #9AC2B0
RGB: (154,194,176)

Color info

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

RGB color model

#9AC2B0 color RGB value is (154,194,176).

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

RGB channels and saturation

R 154 of 255 = 60%
G 194 of 255 = 76%
B 176 of 255 = 69%

154
194
176

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

Portions of RGB colors in percentages

R + G + B =
154 + 194 + 176 = 524 (100%)
R 154 of 524 ~ 29.39%
G 194 of 524 ~ 37.02%
B 176 of 524 ~ 33.59%

%29.39
%37.02
%33.59

CMYK color model

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

  • cyan value is 20.62%
  • magenta value is 0.00%
  • yellow value is 9.28%
  • key color value is 23.92%
CMYK:
(21,0,9,24)
C21M0Y9K24 
(21%,0%,9%,24%)
(0.21/0.00/0.09/0.24)	

CMYK percentages

%20.62
%0
%9.28
%23.92

Codes

Color #9AC2B0 in popluar color models

9AC2B0
RGB154194176
HSL153°24.69%68.24%
HSB/HSV153°20.62%76.08%
CMYK20.62%0.00%9.28%
23.92%

Color #9AC2B0 in popluar number systems.

HEX9AC2B0
Decimal154194176
Binary100110101100001010110000
Octal232302260

Shades and tints

Shades of #9AC2B0

#9AC2B0
(154,194,176)
#8CB1A0
(140,177,160)
#7EA090
(126,160,144)
#708F80
(112,143,128)
#627E70
(98,126,112)
#546D60
(84,109,96)
#465C50
(70,92,80)
#384B40
(56,75,64)
#2A3A30
(42,58,48)
#1C2920
(28,41,32)
#0E1810
(14,24,16)
#000000
(0,0,0)

Tints of #9AC2B0

#9AC2B0
(154,194,176)
#A3C7B7
(163,199,183)
#ACCCBE
(172,204,190)
#B5D1C5
(181,209,197)
#BED6CC
(190,214,204)
#C7DBD3
(199,219,211)
#D0E0DA
(208,224,218)
#D9E5E1
(217,229,225)
#E2EAE8
(226,234,232)
#EBEFEF
(235,239,239)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AC2B0; }

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

This text font color is #9AC2B0.


Background Color

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

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

This div background color is #9AC2B0.


Border color

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

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

This div border color is #9AC2B0.


Opacity

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

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

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

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

This text has shadow with #9AC2B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AC2B0 on black background.


Color preview on white background

This text has color #9AC2B0 on white background.



Black color preview on #9AC2B0 background

This text has black color on #9AC2B0 background.


White color preview on #9AC2B0 background

This text has white color on #9AC2B0 background.