COLOR #91ABD7

HEX: #91ABD7
RGB: (145,171,215)

Color info

#91ABD7 contains mainly green and blue colors. Web safe color of #91ABD7 is #9999CC (or #99C).

RGB color model

#91ABD7 color RGB value is (145,171,215).

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

RGB channels and saturation

R 145 of 255 = 57%
G 171 of 255 = 67%
B 215 of 255 = 84%

145
171
215

R + G + B ~ 69%. #91ABD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 171 + 215 = 531 (100%)
R 145 of 531 ~ 27.31%
G 171 of 531 ~ 32.2%
B 215 of 531 ~ 40.49%

%27.31
%32.2
%40.49

CMYK color model

#91ABD7 color CMYK value is (33,20,0,16).

  • cyan value is 32.56%
  • magenta value is 20.47%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(33,20,0,16)
C33M20Y0K16 
(33%,20%,0%,16%)
(0.33/0.20/0.00/0.16)	

CMYK percentages

%32.56
%20.47
%0
%15.69

Codes

Color #91ABD7 in popluar color models

91ABD7
RGB145171215
HSL218°46.67%70.59%
HSB/HSV218°32.56%84.31%
CMYK32.56%20.47%0.00%
15.69%

Color #91ABD7 in popluar number systems.

HEX91ABD7
Decimal145171215
Binary100100011010101111010111
Octal221253327

Shades and tints

Shades of #91ABD7

#91ABD7
(145,171,215)
#849CC4
(132,156,196)
#778DB1
(119,141,177)
#6A7E9E
(106,126,158)
#5D6F8B
(93,111,139)
#506078
(80,96,120)
#435165
(67,81,101)
#364252
(54,66,82)
#29333F
(41,51,63)
#1C242C
(28,36,44)
#0F1519
(15,21,25)
#000000
(0,0,0)

Tints of #91ABD7

#91ABD7
(145,171,215)
#9BB2DA
(155,178,218)
#A5B9DD
(165,185,221)
#AFC0E0
(175,192,224)
#B9C7E3
(185,199,227)
#C3CEE6
(195,206,230)
#CDD5E9
(205,213,233)
#D7DCEC
(215,220,236)
#E1E3EF
(225,227,239)
#EBEAF2
(235,234,242)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #91ABD7; }

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

This text font color is #91ABD7.


Background Color

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

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

This div background color is #91ABD7.


Border color

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

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

This div border color is #91ABD7.


Opacity

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

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

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

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

This text has shadow with #91ABD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91ABD7 on black background.


Color preview on white background

This text has color #91ABD7 on white background.



Black color preview on #91ABD7 background

This text has black color on #91ABD7 background.


White color preview on #91ABD7 background

This text has white color on #91ABD7 background.