COLOR #91C7AD

HEX: #91C7AD
RGB: (145,199,173)

Color info

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

RGB color model

#91C7AD color RGB value is (145,199,173).

  • red value is 145;
  • green value is 199;
  • blue value is 173.
RGB:
(145,199,173)
(57%,78%,68%)

RGB channels and saturation

R 145 of 255 = 57%
G 199 of 255 = 78%
B 173 of 255 = 68%

145
199
173

R + G + B ~ 68%. #91C7AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 199 + 173 = 517 (100%)
R 145 of 517 ~ 28.05%
G 199 of 517 ~ 38.49%
B 173 of 517 ~ 33.46%

%28.05
%38.49
%33.46

CMYK color model

#91C7AD color CMYK value is (27,0,13,22).

  • cyan value is 27.14%
  • magenta value is 0.00%
  • yellow value is 13.07%
  • key color value is 21.96%
CMYK:
(27,0,13,22)
C27M0Y13K22 
(27%,0%,13%,22%)
(0.27/0.00/0.13/0.22)	

CMYK percentages

%27.14
%0
%13.07
%21.96

Codes

Color #91C7AD in popluar color models

91C7AD
RGB145199173
HSL151°32.53%67.45%
HSB/HSV151°27.14%78.04%
CMYK27.14%0.00%13.07%
21.96%

Color #91C7AD in popluar number systems.

HEX91C7AD
Decimal145199173
Binary100100011100011110101101
Octal221307255

Shades and tints

Shades of #91C7AD

#91C7AD
(145,199,173)
#84B59E
(132,181,158)
#77A38F
(119,163,143)
#6A9180
(106,145,128)
#5D7F71
(93,127,113)
#506D62
(80,109,98)
#435B53
(67,91,83)
#364944
(54,73,68)
#293735
(41,55,53)
#1C2526
(28,37,38)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #91C7AD

#91C7AD
(145,199,173)
#9BCCB4
(155,204,180)
#A5D1BB
(165,209,187)
#AFD6C2
(175,214,194)
#B9DBC9
(185,219,201)
#C3E0D0
(195,224,208)
#CDE5D7
(205,229,215)
#D7EADE
(215,234,222)
#E1EFE5
(225,239,229)
#EBF4EC
(235,244,236)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91C7AD color. Also use rgb(145,199,173) instead hex code.

Text Font Color

.myTextColor { color: #91C7AD; }

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

This text font color is #91C7AD.


Background Color

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

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

This div background color is #91C7AD.


Border color

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

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

This div border color is #91C7AD.


Opacity

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

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

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

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

This text has shadow with #91C7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91C7AD on black background.


Color preview on white background

This text has color #91C7AD on white background.



Black color preview on #91C7AD background

This text has black color on #91C7AD background.


White color preview on #91C7AD background

This text has white color on #91C7AD background.