COLOR #91D7EC

HEX: #91D7EC
RGB: (145,215,236)

Color info

#91D7EC contains mainly green and blue colors. Web safe color of #91D7EC is #99CCFF (or #9CF).

RGB color model

#91D7EC color RGB value is (145,215,236).

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

RGB channels and saturation

R 145 of 255 = 57%
G 215 of 255 = 84%
B 236 of 255 = 93%

145
215
236

R + G + B ~ 78%. #91D7EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 215 + 236 = 596 (100%)
R 145 of 596 ~ 24.33%
G 215 of 596 ~ 36.07%
B 236 of 596 ~ 39.6%

%24.33
%36.07
%39.6

CMYK color model

#91D7EC color CMYK value is (39,9,0,7).

  • cyan value is 38.56%
  • magenta value is 8.90%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(39,9,0,7)
C39M9Y0K7 
(39%,9%,0%,7%)
(0.39/0.09/0.00/0.07)	

CMYK percentages

%38.56
%8.9
%0
%7.45

Codes

Color #91D7EC in popluar color models

91D7EC
RGB145215236
HSL194°70.54%74.71%
HSB/HSV194°38.56%92.55%
CMYK38.56%8.90%0.00%
7.45%

Color #91D7EC in popluar number systems.

HEX91D7EC
Decimal145215236
Binary100100011101011111101100
Octal221327354

Shades and tints

Shades of #91D7EC

#91D7EC
(145,215,236)
#84C4D7
(132,196,215)
#77B1C2
(119,177,194)
#6A9EAD
(106,158,173)
#5D8B98
(93,139,152)
#507883
(80,120,131)
#43656E
(67,101,110)
#365259
(54,82,89)
#293F44
(41,63,68)
#1C2C2F
(28,44,47)
#0F191A
(15,25,26)
#000000
(0,0,0)

Tints of #91D7EC

#91D7EC
(145,215,236)
#9BDAED
(155,218,237)
#A5DDEE
(165,221,238)
#AFE0EF
(175,224,239)
#B9E3F0
(185,227,240)
#C3E6F1
(195,230,241)
#CDE9F2
(205,233,242)
#D7ECF3
(215,236,243)
#E1EFF4
(225,239,244)
#EBF2F5
(235,242,245)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #91D7EC; }

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

This text font color is #91D7EC.


Background Color

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

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

This div background color is #91D7EC.


Border color

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

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

This div border color is #91D7EC.


Opacity

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

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

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

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

This text has shadow with #91D7EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91D7EC on black background.


Color preview on white background

This text has color #91D7EC on white background.



Black color preview on #91D7EC background

This text has black color on #91D7EC background.


White color preview on #91D7EC background

This text has white color on #91D7EC background.