COLOR #91D2EC

HEX: #91D2EC
RGB: (145,210,236)

Color info

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

RGB color model

#91D2EC color RGB value is (145,210,236).

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

RGB channels and saturation

R 145 of 255 = 57%
G 210 of 255 = 82%
B 236 of 255 = 93%

145
210
236

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

Portions of RGB colors in percentages

R + G + B =
145 + 210 + 236 = 591 (100%)
R 145 of 591 ~ 24.53%
G 210 of 591 ~ 35.53%
B 236 of 591 ~ 39.93%

%24.53
%35.53
%39.93

CMYK color model

#91D2EC color CMYK value is (39,11,0,7).

  • cyan value is 38.56%
  • magenta value is 11.02%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(39,11,0,7)
C39M11Y0K7 
(39%,11%,0%,7%)
(0.39/0.11/0.00/0.07)	

CMYK percentages

%38.56
%11.02
%0
%7.45

Codes

Color #91D2EC in popluar color models

91D2EC
RGB145210236
HSL197°70.54%74.71%
HSB/HSV197°38.56%92.55%
CMYK38.56%11.02%0.00%
7.45%

Color #91D2EC in popluar number systems.

HEX91D2EC
Decimal145210236
Binary100100011101001011101100
Octal221322354

Shades and tints

Shades of #91D2EC

#91D2EC
(145,210,236)
#84BFD7
(132,191,215)
#77ACC2
(119,172,194)
#6A99AD
(106,153,173)
#5D8698
(93,134,152)
#507383
(80,115,131)
#43606E
(67,96,110)
#364D59
(54,77,89)
#293A44
(41,58,68)
#1C272F
(28,39,47)
#0F141A
(15,20,26)
#000000
(0,0,0)

Tints of #91D2EC

#91D2EC
(145,210,236)
#9BD6ED
(155,214,237)
#A5DAEE
(165,218,238)
#AFDEEF
(175,222,239)
#B9E2F0
(185,226,240)
#C3E6F1
(195,230,241)
#CDEAF2
(205,234,242)
#D7EEF3
(215,238,243)
#E1F2F4
(225,242,244)
#EBF6F5
(235,246,245)
#F5FAF6
(245,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #91D2EC; }

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

This text font color is #91D2EC.


Background Color

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

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

This div background color is #91D2EC.


Border color

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

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

This div border color is #91D2EC.


Opacity

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

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

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

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

This text has shadow with #91D2EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91D2EC on black background.


Color preview on white background

This text has color #91D2EC on white background.



Black color preview on #91D2EC background

This text has black color on #91D2EC background.


White color preview on #91D2EC background

This text has white color on #91D2EC background.