COLOR #91D6C6

HEX: #91D6C6
RGB: (145,214,198)

Color info

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

RGB color model

#91D6C6 color RGB value is (145,214,198).

  • red value is 145;
  • green value is 214;
  • blue value is 198.
RGB:
(145,214,198)
(57%,84%,78%)

RGB channels and saturation

R 145 of 255 = 57%
G 214 of 255 = 84%
B 198 of 255 = 78%

145
214
198

R + G + B ~ 73%. #91D6C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 214 + 198 = 557 (100%)
R 145 of 557 ~ 26.03%
G 214 of 557 ~ 38.42%
B 198 of 557 ~ 35.55%

%26.03
%38.42
%35.55

CMYK color model

#91D6C6 color CMYK value is (32,0,7,16).

  • cyan value is 32.24%
  • magenta value is 0.00%
  • yellow value is 7.48%
  • key color value is 16.08%
CMYK:
(32,0,7,16)
C32M0Y7K16 
(32%,0%,7%,16%)
(0.32/0.00/0.07/0.16)	

CMYK percentages

%32.24
%0
%7.48
%16.08

Codes

Color #91D6C6 in popluar color models

91D6C6
RGB145214198
HSL166°45.70%70.39%
HSB/HSV166°32.24%83.92%
CMYK32.24%0.00%7.48%
16.08%

Color #91D6C6 in popluar number systems.

HEX91D6C6
Decimal145214198
Binary100100011101011011000110
Octal221326306

Shades and tints

Shades of #91D6C6

#91D6C6
(145,214,198)
#84C3B4
(132,195,180)
#77B0A2
(119,176,162)
#6A9D90
(106,157,144)
#5D8A7E
(93,138,126)
#50776C
(80,119,108)
#43645A
(67,100,90)
#365148
(54,81,72)
#293E36
(41,62,54)
#1C2B24
(28,43,36)
#0F1812
(15,24,18)
#000000
(0,0,0)

Tints of #91D6C6

#91D6C6
(145,214,198)
#9BD9CB
(155,217,203)
#A5DCD0
(165,220,208)
#AFDFD5
(175,223,213)
#B9E2DA
(185,226,218)
#C3E5DF
(195,229,223)
#CDE8E4
(205,232,228)
#D7EBE9
(215,235,233)
#E1EEEE
(225,238,238)
#EBF1F3
(235,241,243)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91D6C6 color. Also use rgb(145,214,198) instead hex code.

Text Font Color

.myTextColor { color: #91D6C6; }

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

This text font color is #91D6C6.


Background Color

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

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

This div background color is #91D6C6.


Border color

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

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

This div border color is #91D6C6.


Opacity

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

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

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

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

This text has shadow with #91D6C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91D6C6 on black background.


Color preview on white background

This text has color #91D6C6 on white background.



Black color preview on #91D6C6 background

This text has black color on #91D6C6 background.


White color preview on #91D6C6 background

This text has white color on #91D6C6 background.