COLOR #96C0AA

HEX: #96C0AA
RGB: (150,192,170)

Color info

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

RGB color model

#96C0AA color RGB value is (150,192,170).

  • red value is 150;
  • green value is 192;
  • blue value is 170.
RGB:
(150,192,170)
(59%,75%,67%)

RGB channels and saturation

R 150 of 255 = 59%
G 192 of 255 = 75%
B 170 of 255 = 67%

150
192
170

R + G + B ~ 67%. #96C0AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 192 + 170 = 512 (100%)
R 150 of 512 ~ 29.3%
G 192 of 512 ~ 37.5%
B 170 of 512 ~ 33.2%

%29.3
%37.5
%33.2

CMYK color model

#96C0AA color CMYK value is (22,0,11,25).

  • cyan value is 21.88%
  • magenta value is 0.00%
  • yellow value is 11.46%
  • key color value is 24.71%
CMYK:
(22,0,11,25)
C22M0Y11K25 
(22%,0%,11%,25%)
(0.22/0.00/0.11/0.25)	

CMYK percentages

%21.88
%0
%11.46
%24.71

Codes

Color #96C0AA in popluar color models

96C0AA
RGB150192170
HSL149°25.00%67.06%
HSB/HSV149°21.88%75.29%
CMYK21.88%0.00%11.46%
24.71%

Color #96C0AA in popluar number systems.

HEX96C0AA
Decimal150192170
Binary100101101100000010101010
Octal226300252

Shades and tints

Shades of #96C0AA

#96C0AA
(150,192,170)
#89AF9B
(137,175,155)
#7C9E8C
(124,158,140)
#6F8D7D
(111,141,125)
#627C6E
(98,124,110)
#556B5F
(85,107,95)
#485A50
(72,90,80)
#3B4941
(59,73,65)
#2E3832
(46,56,50)
#212723
(33,39,35)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #96C0AA

#96C0AA
(150,192,170)
#9FC5B1
(159,197,177)
#A8CAB8
(168,202,184)
#B1CFBF
(177,207,191)
#BAD4C6
(186,212,198)
#C3D9CD
(195,217,205)
#CCDED4
(204,222,212)
#D5E3DB
(213,227,219)
#DEE8E2
(222,232,226)
#E7EDE9
(231,237,233)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C0AA color. Also use rgb(150,192,170) instead hex code.

Text Font Color

.myTextColor { color: #96C0AA; }

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

This text font color is #96C0AA.


Background Color

.myBgColor { background-color: #96C0AA; }

<div style="background-color:#96C0AA">Inner text</div>

This div background color is #96C0AA.


Border color

.myBorderColor { border: 1px solid #96C0AA; }

<div style="border:3px solid #96C0AA">Div</div>

This div border color is #96C0AA.


Opacity

.myOpacity80 { color: #96C0AA; opacity: 0.8; }

<p style="color:#96C0AA;opacity:0.8;">80%</p>

Text with #96C0AA 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 #96C0AA;}

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

This text has shadow with #96C0AA color.

.textShadow {text-shadow: 3px 3px 1px #96C0AA, 3px 3px 1px red;}

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

This text has shadow with #96C0AA primary color and red secondary color.


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

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

This text has shadow with #96C0AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C0AA on black background.


Color preview on white background

This text has color #96C0AA on white background.



Black color preview on #96C0AA background

This text has black color on #96C0AA background.


White color preview on #96C0AA background

This text has white color on #96C0AA background.