COLOR #91E5D9

HEX: #91E5D9
RGB: (145,229,217)

Color info

#91E5D9 contains mainly green and blue colors. Web safe color of #91E5D9 is #99CCCC (or #9CC).

RGB color model

#91E5D9 color RGB value is (145,229,217).

  • red value is 145;
  • green value is 229;
  • blue value is 217.
RGB:
(145,229,217)
(57%,90%,85%)

RGB channels and saturation

R 145 of 255 = 57%
G 229 of 255 = 90%
B 217 of 255 = 85%

145
229
217

R + G + B ~ 77%. #91E5D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 229 + 217 = 591 (100%)
R 145 of 591 ~ 24.53%
G 229 of 591 ~ 38.75%
B 217 of 591 ~ 36.72%

%24.53
%38.75
%36.72

CMYK color model

#91E5D9 color CMYK value is (37,0,5,10).

  • cyan value is 36.68%
  • magenta value is 0.00%
  • yellow value is 5.24%
  • key color value is 10.20%
CMYK:
(37,0,5,10)
C37M0Y5K10 
(37%,0%,5%,10%)
(0.37/0.00/0.05/0.10)	

CMYK percentages

%36.68
%0
%5.24
%10.2

Codes

Color #91E5D9 in popluar color models

91E5D9
RGB145229217
HSL171°61.76%73.33%
HSB/HSV171°36.68%89.80%
CMYK36.68%0.00%5.24%
10.20%

Color #91E5D9 in popluar number systems.

HEX91E5D9
Decimal145229217
Binary100100011110010111011001
Octal221345331

Shades and tints

Shades of #91E5D9

#91E5D9
(145,229,217)
#84D1C6
(132,209,198)
#77BDB3
(119,189,179)
#6AA9A0
(106,169,160)
#5D958D
(93,149,141)
#50817A
(80,129,122)
#436D67
(67,109,103)
#365954
(54,89,84)
#294541
(41,69,65)
#1C312E
(28,49,46)
#0F1D1B
(15,29,27)
#000000
(0,0,0)

Tints of #91E5D9

#91E5D9
(145,229,217)
#9BE7DC
(155,231,220)
#A5E9DF
(165,233,223)
#AFEBE2
(175,235,226)
#B9EDE5
(185,237,229)
#C3EFE8
(195,239,232)
#CDF1EB
(205,241,235)
#D7F3EE
(215,243,238)
#E1F5F1
(225,245,241)
#EBF7F4
(235,247,244)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91E5D9 color. Also use rgb(145,229,217) instead hex code.

Text Font Color

.myTextColor { color: #91E5D9; }

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

This text font color is #91E5D9.


Background Color

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

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

This div background color is #91E5D9.


Border color

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

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

This div border color is #91E5D9.


Opacity

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

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

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

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

This text has shadow with #91E5D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91E5D9 on black background.


Color preview on white background

This text has color #91E5D9 on white background.



Black color preview on #91E5D9 background

This text has black color on #91E5D9 background.


White color preview on #91E5D9 background

This text has white color on #91E5D9 background.