COLOR #96D1A4

HEX: #96D1A4
RGB: (150,209,164)

Color info

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

RGB color model

#96D1A4 color RGB value is (150,209,164).

  • red value is 150;
  • green value is 209;
  • blue value is 164.
RGB:
(150,209,164)
(59%,82%,64%)

RGB channels and saturation

R 150 of 255 = 59%
G 209 of 255 = 82%
B 164 of 255 = 64%

150
209
164

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

Portions of RGB colors in percentages

R + G + B =
150 + 209 + 164 = 523 (100%)
R 150 of 523 ~ 28.68%
G 209 of 523 ~ 39.96%
B 164 of 523 ~ 31.36%

%28.68
%39.96
%31.36

CMYK color model

#96D1A4 color CMYK value is (28,0,22,18).

  • cyan value is 28.23%
  • magenta value is 0.00%
  • yellow value is 21.53%
  • key color value is 18.04%
CMYK:
(28,0,22,18)
C28M0Y22K18 
(28%,0%,22%,18%)
(0.28/0.00/0.22/0.18)	

CMYK percentages

%28.23
%0
%21.53
%18.04

Codes

Color #96D1A4 in popluar color models

96D1A4
RGB150209164
HSL134°39.07%70.39%
HSB/HSV134°28.23%81.96%
CMYK28.23%0.00%21.53%
18.04%

Color #96D1A4 in popluar number systems.

HEX96D1A4
Decimal150209164
Binary100101101101000110100100
Octal226321244

Shades and tints

Shades of #96D1A4

#96D1A4
(150,209,164)
#89BE96
(137,190,150)
#7CAB88
(124,171,136)
#6F987A
(111,152,122)
#62856C
(98,133,108)
#55725E
(85,114,94)
#485F50
(72,95,80)
#3B4C42
(59,76,66)
#2E3934
(46,57,52)
#212626
(33,38,38)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #96D1A4

#96D1A4
(150,209,164)
#9FD5AC
(159,213,172)
#A8D9B4
(168,217,180)
#B1DDBC
(177,221,188)
#BAE1C4
(186,225,196)
#C3E5CC
(195,229,204)
#CCE9D4
(204,233,212)
#D5EDDC
(213,237,220)
#DEF1E4
(222,241,228)
#E7F5EC
(231,245,236)
#F0F9F4
(240,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96D1A4 color. Also use rgb(150,209,164) instead hex code.

Text Font Color

.myTextColor { color: #96D1A4; }

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

This text font color is #96D1A4.


Background Color

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

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

This div background color is #96D1A4.


Border color

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

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

This div border color is #96D1A4.


Opacity

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

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

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

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

This text has shadow with #96D1A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D1A4 on black background.


Color preview on white background

This text has color #96D1A4 on white background.



Black color preview on #96D1A4 background

This text has black color on #96D1A4 background.


White color preview on #96D1A4 background

This text has white color on #96D1A4 background.