COLOR #96C695

HEX: #96C695
RGB: (150,198,149)

Color info

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

RGB color model

#96C695 color RGB value is (150,198,149).

  • red value is 150;
  • green value is 198;
  • blue value is 149.
RGB:
(150,198,149)
(59%,78%,58%)

RGB channels and saturation

R 150 of 255 = 59%
G 198 of 255 = 78%
B 149 of 255 = 58%

150
198
149

R + G + B ~ 65%. #96C695 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 198 + 149 = 497 (100%)
R 150 of 497 ~ 30.18%
G 198 of 497 ~ 39.84%
B 149 of 497 ~ 29.98%

%30.18
%39.84
%29.98

CMYK color model

#96C695 color CMYK value is (24,0,25,22).

  • cyan value is 24.24%
  • magenta value is 0.00%
  • yellow value is 24.75%
  • key color value is 22.35%
CMYK:
(24,0,25,22)
C24M0Y25K22 
(24%,0%,25%,22%)
(0.24/0.00/0.25/0.22)	

CMYK percentages

%24.24
%0
%24.75
%22.35

Codes

Color #96C695 in popluar color models

96C695
RGB150198149
HSL119°30.06%68.04%
HSB/HSV119°24.75%77.65%
CMYK24.24%0.00%24.75%
22.35%

Color #96C695 in popluar number systems.

HEX96C695
Decimal150198149
Binary100101101100011010010101
Octal226306225

Shades and tints

Shades of #96C695

#96C695
(150,198,149)
#89B488
(137,180,136)
#7CA27B
(124,162,123)
#6F906E
(111,144,110)
#627E61
(98,126,97)
#556C54
(85,108,84)
#485A47
(72,90,71)
#3B483A
(59,72,58)
#2E362D
(46,54,45)
#212420
(33,36,32)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #96C695

#96C695
(150,198,149)
#9FCB9E
(159,203,158)
#A8D0A7
(168,208,167)
#B1D5B0
(177,213,176)
#BADAB9
(186,218,185)
#C3DFC2
(195,223,194)
#CCE4CB
(204,228,203)
#D5E9D4
(213,233,212)
#DEEEDD
(222,238,221)
#E7F3E6
(231,243,230)
#F0F8EF
(240,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C695 color. Also use rgb(150,198,149) instead hex code.

Text Font Color

.myTextColor { color: #96C695; }

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

This text font color is #96C695.


Background Color

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

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

This div background color is #96C695.


Border color

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

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

This div border color is #96C695.


Opacity

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

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

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

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

This text has shadow with #96C695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C695 on black background.


Color preview on white background

This text has color #96C695 on white background.



Black color preview on #96C695 background

This text has black color on #96C695 background.


White color preview on #96C695 background

This text has white color on #96C695 background.