COLOR #96C5A1

HEX: #96C5A1
RGB: (150,197,161)

Color info

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

RGB color model

#96C5A1 color RGB value is (150,197,161).

  • red value is 150;
  • green value is 197;
  • blue value is 161.
RGB:
(150,197,161)
(59%,77%,63%)

RGB channels and saturation

R 150 of 255 = 59%
G 197 of 255 = 77%
B 161 of 255 = 63%

150
197
161

R + G + B ~ 66%. #96C5A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 197 + 161 = 508 (100%)
R 150 of 508 ~ 29.53%
G 197 of 508 ~ 38.78%
B 161 of 508 ~ 31.69%

%29.53
%38.78
%31.69

CMYK color model

#96C5A1 color CMYK value is (24,0,18,23).

  • cyan value is 23.86%
  • magenta value is 0.00%
  • yellow value is 18.27%
  • key color value is 22.75%
CMYK:
(24,0,18,23)
C24M0Y18K23 
(24%,0%,18%,23%)
(0.24/0.00/0.18/0.23)	

CMYK percentages

%23.86
%0
%18.27
%22.75

Codes

Color #96C5A1 in popluar color models

96C5A1
RGB150197161
HSL134°28.83%68.04%
HSB/HSV134°23.86%77.25%
CMYK23.86%0.00%18.27%
22.75%

Color #96C5A1 in popluar number systems.

HEX96C5A1
Decimal150197161
Binary100101101100010110100001
Octal226305241

Shades and tints

Shades of #96C5A1

#96C5A1
(150,197,161)
#89B493
(137,180,147)
#7CA385
(124,163,133)
#6F9277
(111,146,119)
#628169
(98,129,105)
#55705B
(85,112,91)
#485F4D
(72,95,77)
#3B4E3F
(59,78,63)
#2E3D31
(46,61,49)
#212C23
(33,44,35)
#141B15
(20,27,21)
#000000
(0,0,0)

Tints of #96C5A1

#96C5A1
(150,197,161)
#9FCAA9
(159,202,169)
#A8CFB1
(168,207,177)
#B1D4B9
(177,212,185)
#BAD9C1
(186,217,193)
#C3DEC9
(195,222,201)
#CCE3D1
(204,227,209)
#D5E8D9
(213,232,217)
#DEEDE1
(222,237,225)
#E7F2E9
(231,242,233)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C5A1 color. Also use rgb(150,197,161) instead hex code.

Text Font Color

.myTextColor { color: #96C5A1; }

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

This text font color is #96C5A1.


Background Color

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

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

This div background color is #96C5A1.


Border color

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

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

This div border color is #96C5A1.


Opacity

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

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

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

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

This text has shadow with #96C5A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C5A1 on black background.


Color preview on white background

This text has color #96C5A1 on white background.



Black color preview on #96C5A1 background

This text has black color on #96C5A1 background.


White color preview on #96C5A1 background

This text has white color on #96C5A1 background.