COLOR #91C7AA

HEX: #91C7AA
RGB: (145,199,170)

Color info

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

RGB color model

#91C7AA color RGB value is (145,199,170).

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

RGB channels and saturation

R 145 of 255 = 57%
G 199 of 255 = 78%
B 170 of 255 = 67%

145
199
170

R + G + B ~ 67%. #91C7AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 199 + 170 = 514 (100%)
R 145 of 514 ~ 28.21%
G 199 of 514 ~ 38.72%
B 170 of 514 ~ 33.07%

%28.21
%38.72
%33.07

CMYK color model

#91C7AA color CMYK value is (27,0,15,22).

  • cyan value is 27.14%
  • magenta value is 0.00%
  • yellow value is 14.57%
  • key color value is 21.96%
CMYK:
(27,0,15,22)
C27M0Y15K22 
(27%,0%,15%,22%)
(0.27/0.00/0.15/0.22)	

CMYK percentages

%27.14
%0
%14.57
%21.96

Codes

Color #91C7AA in popluar color models

91C7AA
RGB145199170
HSL148°32.53%67.45%
HSB/HSV148°27.14%78.04%
CMYK27.14%0.00%14.57%
21.96%

Color #91C7AA in popluar number systems.

HEX91C7AA
Decimal145199170
Binary100100011100011110101010
Octal221307252

Shades and tints

Shades of #91C7AA

#91C7AA
(145,199,170)
#84B59B
(132,181,155)
#77A38C
(119,163,140)
#6A917D
(106,145,125)
#5D7F6E
(93,127,110)
#506D5F
(80,109,95)
#435B50
(67,91,80)
#364941
(54,73,65)
#293732
(41,55,50)
#1C2523
(28,37,35)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #91C7AA

#91C7AA
(145,199,170)
#9BCCB1
(155,204,177)
#A5D1B8
(165,209,184)
#AFD6BF
(175,214,191)
#B9DBC6
(185,219,198)
#C3E0CD
(195,224,205)
#CDE5D4
(205,229,212)
#D7EADB
(215,234,219)
#E1EFE2
(225,239,226)
#EBF4E9
(235,244,233)
#F5F9F0
(245,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #91C7AA; }

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

This text font color is #91C7AA.


Background Color

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

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

This div background color is #91C7AA.


Border color

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

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

This div border color is #91C7AA.


Opacity

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

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

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

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

This text has shadow with #91C7AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91C7AA on black background.


Color preview on white background

This text has color #91C7AA on white background.



Black color preview on #91C7AA background

This text has black color on #91C7AA background.


White color preview on #91C7AA background

This text has white color on #91C7AA background.