COLOR #91CD96

HEX: #91CD96
RGB: (145,205,150)

Color info

#91CD96 contains mainly green and blue colors. Web safe color of #91CD96 is #99CC99 (or #9C9).

RGB color model

#91CD96 color RGB value is (145,205,150).

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

RGB channels and saturation

R 145 of 255 = 57%
G 205 of 255 = 80%
B 150 of 255 = 59%

145
205
150

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

Portions of RGB colors in percentages

R + G + B =
145 + 205 + 150 = 500 (100%)
R 145 of 500 ~ 29%
G 205 of 500 ~ 41%
B 150 of 500 ~ 30%

%29
%41
%30

CMYK color model

#91CD96 color CMYK value is (29,0,27,20).

  • cyan value is 29.27%
  • magenta value is 0.00%
  • yellow value is 26.83%
  • key color value is 19.61%
CMYK:
(29,0,27,20)
C29M0Y27K20 
(29%,0%,27%,20%)
(0.29/0.00/0.27/0.20)	

CMYK percentages

%29.27
%0
%26.83
%19.61

Codes

Color #91CD96 in popluar color models

91CD96
RGB145205150
HSL125°37.50%68.63%
HSB/HSV125°29.27%80.39%
CMYK29.27%0.00%26.83%
19.61%

Color #91CD96 in popluar number systems.

HEX91CD96
Decimal145205150
Binary100100011100110110010110
Octal221315226

Shades and tints

Shades of #91CD96

#91CD96
(145,205,150)
#84BB89
(132,187,137)
#77A97C
(119,169,124)
#6A976F
(106,151,111)
#5D8562
(93,133,98)
#507355
(80,115,85)
#436148
(67,97,72)
#364F3B
(54,79,59)
#293D2E
(41,61,46)
#1C2B21
(28,43,33)
#0F1914
(15,25,20)
#000000
(0,0,0)

Tints of #91CD96

#91CD96
(145,205,150)
#9BD19F
(155,209,159)
#A5D5A8
(165,213,168)
#AFD9B1
(175,217,177)
#B9DDBA
(185,221,186)
#C3E1C3
(195,225,195)
#CDE5CC
(205,229,204)
#D7E9D5
(215,233,213)
#E1EDDE
(225,237,222)
#EBF1E7
(235,241,231)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #91CD96; }

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

This text font color is #91CD96.


Background Color

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

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

This div background color is #91CD96.


Border color

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

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

This div border color is #91CD96.


Opacity

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

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

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

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

This text has shadow with #91CD96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91CD96 on black background.


Color preview on white background

This text has color #91CD96 on white background.



Black color preview on #91CD96 background

This text has black color on #91CD96 background.


White color preview on #91CD96 background

This text has white color on #91CD96 background.