COLOR #91D8AD

HEX: #91D8AD RGB: (145,216,173)

Color info

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

RGB color model

#91D8AD color RGB value is (145,216,173).

RGB: (145,216,173) (57%, 85%, 68%)

RGB channels and saturation

R 145 of 255 = 57%
G 216 of 255 = 85%
B 173 of 255 = 68%

145
216
173

R + G + B ~ 70%. #91D8AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 145 + 216 + 173 = 534 (100%)
R 145 of 534 ~ 27.15%
G 216 of 534 ~ 40.45%
B 173 of 534 ~ 32.4'%

%27.15
%40.45
%32.4

CMYK color model

#91D8AD color CMYK value is (33,0,20,15).

  • cyan value is 32.87%
  • magenta value is 0.00%
  • yellow value is 19.91%
  • key color value is 15.29%

CMYK: (33,0,20,15)
C33M0Y20K15 (33%, 0%, 20%, 15%)
(0.33 / 0.00 / 0.20 / 0.15)

CMYK percentages

%32.87
%0
%19.91
%15.29

Codes

Color #91D8AD in popluar color models

91 D8 AD
RGB 145 216 173
HSL 144° 47.65% 70.78%
HSB/HSV 144° 32.87% 84.71%
CMYK 32.87% 0.00% 19.91%
15.29%

Color #91D8AD in popluar number systems.

HEX 91 D8 AD
Decimal 145 216 173
Binary 10010001 11011000 10101101
Octal 221 330 255

Shades and tints

Shades of #91D8AD

#91D8AD
(145,216,173)
#84C59E
(132,197,158)
#77B28F
(119,178,143)
#6A9F80
(106,159,128)
#5D8C71
(93,140,113)
#507962
(80,121,98)
#436653
(67,102,83)
#365344
(54,83,68)
#294035
(41,64,53)
#1C2D26
(28,45,38)
#0F1A17
(15,26,23)
#000000
(0,0,0)

Tints of #91D8AD

#91D8AD
(145,216,173)
#9BDBB4
(155,219,180)
#A5DEBB
(165,222,187)
#AFE1C2
(175,225,194)
#B9E4C9
(185,228,201)
#C3E7D0
(195,231,208)
#CDEAD7
(205,234,215)
#D7EDDE
(215,237,222)
#E1F0E5
(225,240,229)
#EBF3EC
(235,243,236)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #91D8AD; }

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

This text font color is #91D8AD.

Background Color

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

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

This div background color is #91D8AD.

Border color

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

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

This div border color is #91D8AD.

Opacity

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

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

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

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

This text has shadow with #91D8AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #91D8AD.

Preview

Color preview on black background

This text has color #91D8AD on black background.


Color preview on white background

This text has color #91D8AD on white background.


Black color preview on #91D8AD background

This text has black color on #91D8AD background.


White color preview on #91D8AD background

This text has white color on #91D8AD background.


Related colors

Complementary color

Complementary color for #hex is #6E2752.


I love getcolorcode.com

Triadic colors

1 #AD91D8 and #D8AD91 with #91D8AD are triadic colors.

2 #ADD891 and #D891AD with #91D8AD are triadic colors.