COLOR #96C8AD

HEX: #96C8AD
RGB: (150,200,173)

Color info

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

RGB color model

#96C8AD color RGB value is (150,200,173).

  • red value is 150;
  • green value is 200;
  • blue value is 173.
RGB:
(150,200,173)
(59%,78%,68%)

RGB channels and saturation

R 150 of 255 = 59%
G 200 of 255 = 78%
B 173 of 255 = 68%

150
200
173

R + G + B ~ 68%. #96C8AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 200 + 173 = 523 (100%)
R 150 of 523 ~ 28.68%
G 200 of 523 ~ 38.24%
B 173 of 523 ~ 33.08%

%28.68
%38.24
%33.08

CMYK color model

#96C8AD color CMYK value is (25,0,14,22).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 13.50%
  • key color value is 21.57%
CMYK:
(25,0,14,22)
C25M0Y14K22 
(25%,0%,14%,22%)
(0.25/0.00/0.14/0.22)	

CMYK percentages

%25
%0
%13.5
%21.57

Codes

Color #96C8AD in popluar color models

96C8AD
RGB150200173
HSL148°31.25%68.63%
HSB/HSV148°25.00%78.43%
CMYK25.00%0.00%13.50%
21.57%

Color #96C8AD in popluar number systems.

HEX96C8AD
Decimal150200173
Binary100101101100100010101101
Octal226310255

Shades and tints

Shades of #96C8AD

#96C8AD
(150,200,173)
#89B69E
(137,182,158)
#7CA48F
(124,164,143)
#6F9280
(111,146,128)
#628071
(98,128,113)
#556E62
(85,110,98)
#485C53
(72,92,83)
#3B4A44
(59,74,68)
#2E3835
(46,56,53)
#212626
(33,38,38)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #96C8AD

#96C8AD
(150,200,173)
#9FCDB4
(159,205,180)
#A8D2BB
(168,210,187)
#B1D7C2
(177,215,194)
#BADCC9
(186,220,201)
#C3E1D0
(195,225,208)
#CCE6D7
(204,230,215)
#D5EBDE
(213,235,222)
#DEF0E5
(222,240,229)
#E7F5EC
(231,245,236)
#F0FAF3
(240,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C8AD color. Also use rgb(150,200,173) instead hex code.

Text Font Color

.myTextColor { color: #96C8AD; }

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

This text font color is #96C8AD.


Background Color

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

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

This div background color is #96C8AD.


Border color

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

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

This div border color is #96C8AD.


Opacity

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

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

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

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

This text has shadow with #96C8AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C8AD on black background.


Color preview on white background

This text has color #96C8AD on white background.



Black color preview on #96C8AD background

This text has black color on #96C8AD background.


White color preview on #96C8AD background

This text has white color on #96C8AD background.