COLOR #91ABE7

HEX: #91ABE7
RGB: (145,171,231)

Color info

#91ABE7 contains mainly blue color. Web safe color of #91ABE7 is #9999FF (or #99F).

RGB color model

#91ABE7 color RGB value is (145,171,231).

  • red value is 145;
  • green value is 171;
  • blue value is 231.
RGB:
(145,171,231)
(57%,67%,91%)

RGB channels and saturation

R 145 of 255 = 57%
G 171 of 255 = 67%
B 231 of 255 = 91%

145
171
231

R + G + B ~ 72%. #91ABE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 171 + 231 = 547 (100%)
R 145 of 547 ~ 26.51%
G 171 of 547 ~ 31.26%
B 231 of 547 ~ 42.23%

%26.51
%31.26
%42.23

CMYK color model

#91ABE7 color CMYK value is (37,26,0,9).

  • cyan value is 37.23%
  • magenta value is 25.97%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(37,26,0,9)
C37M26Y0K9 
(37%,26%,0%,9%)
(0.37/0.26/0.00/0.09)	

CMYK percentages

%37.23
%25.97
%0
%9.41

Codes

Color #91ABE7 in popluar color models

91ABE7
RGB145171231
HSL222°64.18%73.73%
HSB/HSV222°37.23%90.59%
CMYK37.23%25.97%0.00%
9.41%

Color #91ABE7 in popluar number systems.

HEX91ABE7
Decimal145171231
Binary100100011010101111100111
Octal221253347

Shades and tints

Shades of #91ABE7

#91ABE7
(145,171,231)
#849CD2
(132,156,210)
#778DBD
(119,141,189)
#6A7EA8
(106,126,168)
#5D6F93
(93,111,147)
#50607E
(80,96,126)
#435169
(67,81,105)
#364254
(54,66,84)
#29333F
(41,51,63)
#1C242A
(28,36,42)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #91ABE7

#91ABE7
(145,171,231)
#9BB2E9
(155,178,233)
#A5B9EB
(165,185,235)
#AFC0ED
(175,192,237)
#B9C7EF
(185,199,239)
#C3CEF1
(195,206,241)
#CDD5F3
(205,213,243)
#D7DCF5
(215,220,245)
#E1E3F7
(225,227,247)
#EBEAF9
(235,234,249)
#F5F1FB
(245,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91ABE7 color. Also use rgb(145,171,231) instead hex code.

Text Font Color

.myTextColor { color: #91ABE7; }

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

This text font color is #91ABE7.


Background Color

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

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

This div background color is #91ABE7.


Border color

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

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

This div border color is #91ABE7.


Opacity

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

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

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

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

This text has shadow with #91ABE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91ABE7 on black background.


Color preview on white background

This text has color #91ABE7 on white background.



Black color preview on #91ABE7 background

This text has black color on #91ABE7 background.


White color preview on #91ABE7 background

This text has white color on #91ABE7 background.