COLOR #91D7E4

HEX: #91D7E4
RGB: (145,215,228)

Color info

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

RGB color model

#91D7E4 color RGB value is (145,215,228).

  • red value is 145;
  • green value is 215;
  • blue value is 228.
RGB:
(145,215,228)
(57%,84%,89%)

RGB channels and saturation

R 145 of 255 = 57%
G 215 of 255 = 84%
B 228 of 255 = 89%

145
215
228

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

Portions of RGB colors in percentages

R + G + B =
145 + 215 + 228 = 588 (100%)
R 145 of 588 ~ 24.66%
G 215 of 588 ~ 36.56%
B 228 of 588 ~ 38.78%

%24.66
%36.56
%38.78

CMYK color model

#91D7E4 color CMYK value is (36,6,0,11).

  • cyan value is 36.40%
  • magenta value is 5.70%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(36,6,0,11)
C36M6Y0K11 
(36%,6%,0%,11%)
(0.36/0.06/0.00/0.11)	

CMYK percentages

%36.4
%5.7
%0
%10.59

Codes

Color #91D7E4 in popluar color models

91D7E4
RGB145215228
HSL189°60.58%73.14%
HSB/HSV189°36.40%89.41%
CMYK36.40%5.70%0.00%
10.59%

Color #91D7E4 in popluar number systems.

HEX91D7E4
Decimal145215228
Binary100100011101011111100100
Octal221327344

Shades and tints

Shades of #91D7E4

#91D7E4
(145,215,228)
#84C4D0
(132,196,208)
#77B1BC
(119,177,188)
#6A9EA8
(106,158,168)
#5D8B94
(93,139,148)
#507880
(80,120,128)
#43656C
(67,101,108)
#365258
(54,82,88)
#293F44
(41,63,68)
#1C2C30
(28,44,48)
#0F191C
(15,25,28)
#000000
(0,0,0)

Tints of #91D7E4

#91D7E4
(145,215,228)
#9BDAE6
(155,218,230)
#A5DDE8
(165,221,232)
#AFE0EA
(175,224,234)
#B9E3EC
(185,227,236)
#C3E6EE
(195,230,238)
#CDE9F0
(205,233,240)
#D7ECF2
(215,236,242)
#E1EFF4
(225,239,244)
#EBF2F6
(235,242,246)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91D7E4 color. Also use rgb(145,215,228) instead hex code.

Text Font Color

.myTextColor { color: #91D7E4; }

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

This text font color is #91D7E4.


Background Color

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

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

This div background color is #91D7E4.


Border color

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

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

This div border color is #91D7E4.


Opacity

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

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

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

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

This text has shadow with #91D7E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91D7E4 on black background.


Color preview on white background

This text has color #91D7E4 on white background.



Black color preview on #91D7E4 background

This text has black color on #91D7E4 background.


White color preview on #91D7E4 background

This text has white color on #91D7E4 background.