COLOR #91BC9D

HEX: #91BC9D RGB: (145,188,157)

Color info

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

RGB color model

#91BC9D color RGB value is (145,188,157).

RGB: (145,188,157) (57%, 74%, 62%)

RGB channels and saturation

R 145 of 255 = 57%
G 188 of 255 = 74%
B 157 of 255 = 62%

145
188
157

R + G + B ~ 64%. #91BC9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 145 + 188 + 157 = 490 (100%)
R 145 of 490 ~ 29.59%
G 188 of 490 ~ 38.37%
B 157 of 490 ~ 32.04'%

%29.59
%38.37
%32.04

CMYK color model

#91BC9D color CMYK value is (23,0,16,26).

  • cyan value is 22.87%
  • magenta value is 0.00%
  • yellow value is 16.49%
  • key color value is 26.27%

CMYK: (23,0,16,26)
C23M0Y16K26 (23%, 0%, 16%, 26%)
(0.23 / 0.00 / 0.16 / 0.26)

CMYK percentages

%22.87
%0
%16.49
%26.27

Codes

Color #91BC9D in popluar color models

91 BC 9D
RGB 145 188 157
HSL 137° 24.29% 65.29%
HSB/HSV 137° 22.87% 73.73%
CMYK 22.87% 0.00% 16.49%
26.27%

Color #91BC9D in popluar number systems.

HEX 91 BC 9D
Decimal 145 188 157
Binary 10010001 10111100 10011101
Octal 221 274 235

Shades and tints

Shades of #91BC9D

#91BC9D
(145,188,157)
#84AB8F
(132,171,143)
#779A81
(119,154,129)
#6A8973
(106,137,115)
#5D7865
(93,120,101)
#506757
(80,103,87)
#435649
(67,86,73)
#36453B
(54,69,59)
#29342D
(41,52,45)
#1C231F
(28,35,31)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #91BC9D

#91BC9D
(145,188,157)
#9BC2A5
(155,194,165)
#A5C8AD
(165,200,173)
#AFCEB5
(175,206,181)
#B9D4BD
(185,212,189)
#C3DAC5
(195,218,197)
#CDE0CD
(205,224,205)
#D7E6D5
(215,230,213)
#E1ECDD
(225,236,221)
#EBF2E5
(235,242,229)
#F5F8ED
(245,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91BC9D color. Also use rgb(145,188,157) instead hex code.

Text Font Color

.myTextColor { color: #91BC9D; }

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

This text font color is #91BC9D.

Background Color

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

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

This div background color is #91BC9D.

Border color

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

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

This div border color is #91BC9D.

Opacity

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

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

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

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

This text has shadow with #91BC9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #91BC9D.

Preview

Color preview on black background

This text has color #91BC9D on black background.


Color preview on white background

This text has color #91BC9D on white background.


Black color preview on #91BC9D background

This text has black color on #91BC9D background.


White color preview on #91BC9D background

This text has white color on #91BC9D background.


Related colors

Complementary color

Complementary color for #hex is #6E4362.


I love getcolorcode.com

Triadic colors

1 #9D91BC and #BC9D91 with #91BC9D are triadic colors.

2 #9DBC91 and #BC919D with #91BC9D are triadic colors.