COLOR #91C996

HEX: #91C996
RGB: (145,201,150)

Color info

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

RGB color model

#91C996 color RGB value is (145,201,150).

  • red value is 145;
  • green value is 201;
  • blue value is 150.
RGB:
(145,201,150)
(57%,79%,59%)

RGB channels and saturation

R 145 of 255 = 57%
G 201 of 255 = 79%
B 150 of 255 = 59%

145
201
150

R + G + B ~ 65%. #91C996 is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 201 + 150 = 496 (100%)
R 145 of 496 ~ 29.23%
G 201 of 496 ~ 40.52%
B 150 of 496 ~ 30.24%

%29.23
%40.52
%30.24

CMYK color model

#91C996 color CMYK value is (28,0,25,21).

  • cyan value is 27.86%
  • magenta value is 0.00%
  • yellow value is 25.37%
  • key color value is 21.18%
CMYK:
(28,0,25,21)
C28M0Y25K21 
(28%,0%,25%,21%)
(0.28/0.00/0.25/0.21)	

CMYK percentages

%27.86
%0
%25.37
%21.18

Codes

Color #91C996 in popluar color models

91C996
RGB145201150
HSL125°34.15%67.84%
HSB/HSV125°27.86%78.82%
CMYK27.86%0.00%25.37%
21.18%

Color #91C996 in popluar number systems.

HEX91C996
Decimal145201150
Binary100100011100100110010110
Octal221311226

Shades and tints

Shades of #91C996

#91C996
(145,201,150)
#84B789
(132,183,137)
#77A57C
(119,165,124)
#6A936F
(106,147,111)
#5D8162
(93,129,98)
#506F55
(80,111,85)
#435D48
(67,93,72)
#364B3B
(54,75,59)
#29392E
(41,57,46)
#1C2721
(28,39,33)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #91C996

#91C996
(145,201,150)
#9BCD9F
(155,205,159)
#A5D1A8
(165,209,168)
#AFD5B1
(175,213,177)
#B9D9BA
(185,217,186)
#C3DDC3
(195,221,195)
#CDE1CC
(205,225,204)
#D7E5D5
(215,229,213)
#E1E9DE
(225,233,222)
#EBEDE7
(235,237,231)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91C996 color. Also use rgb(145,201,150) instead hex code.

Text Font Color

.myTextColor { color: #91C996; }

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

This text font color is #91C996.


Background Color

.myBgColor { background-color: #91C996; }

<div style="background-color:#91C996">Inner text</div>

This div background color is #91C996.


Border color

.myBorderColor { border: 1px solid #91C996; }

<div style="border:3px solid #91C996">Div</div>

This div border color is #91C996.


Opacity

.myOpacity80 { color: #91C996; opacity: 0.8; }

<p style="color:#91C996;opacity:0.8;">80%</p>

Text with #91C996 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 #91C996;}

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

This text has shadow with #91C996 color.

.textShadow {text-shadow: 3px 3px 1px #91C996, 3px 3px 1px red;}

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

This text has shadow with #91C996 primary color and red secondary color.


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

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

This text has shadow with #91C996 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91C996 on black background.


Color preview on white background

This text has color #91C996 on white background.



Black color preview on #91C996 background

This text has black color on #91C996 background.


White color preview on #91C996 background

This text has white color on #91C996 background.