COLOR #91B1D1

HEX: #91B1D1
RGB: (145,177,209)

Color info

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

RGB color model

#91B1D1 color RGB value is (145,177,209).

  • red value is 145;
  • green value is 177;
  • blue value is 209.
RGB:
(145,177,209)
(57%,69%,82%)

RGB channels and saturation

R 145 of 255 = 57%
G 177 of 255 = 69%
B 209 of 255 = 82%

145
177
209

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

Portions of RGB colors in percentages

R + G + B =
145 + 177 + 209 = 531 (100%)
R 145 of 531 ~ 27.31%
G 177 of 531 ~ 33.33%
B 209 of 531 ~ 39.36%

%27.31
%33.33
%39.36

CMYK color model

#91B1D1 color CMYK value is (31,15,0,18).

  • cyan value is 30.62%
  • magenta value is 15.31%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(31,15,0,18)
C31M15Y0K18 
(31%,15%,0%,18%)
(0.31/0.15/0.00/0.18)	

CMYK percentages

%30.62
%15.31
%0
%18.04

Codes

Color #91B1D1 in popluar color models

91B1D1
RGB145177209
HSL210°41.03%69.41%
HSB/HSV210°30.62%81.96%
CMYK30.62%15.31%0.00%
18.04%

Color #91B1D1 in popluar number systems.

HEX91B1D1
Decimal145177209
Binary100100011011000111010001
Octal221261321

Shades and tints

Shades of #91B1D1

#91B1D1
(145,177,209)
#84A1BE
(132,161,190)
#7791AB
(119,145,171)
#6A8198
(106,129,152)
#5D7185
(93,113,133)
#506172
(80,97,114)
#43515F
(67,81,95)
#36414C
(54,65,76)
#293139
(41,49,57)
#1C2126
(28,33,38)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #91B1D1

#91B1D1
(145,177,209)
#9BB8D5
(155,184,213)
#A5BFD9
(165,191,217)
#AFC6DD
(175,198,221)
#B9CDE1
(185,205,225)
#C3D4E5
(195,212,229)
#CDDBE9
(205,219,233)
#D7E2ED
(215,226,237)
#E1E9F1
(225,233,241)
#EBF0F5
(235,240,245)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91B1D1 color. Also use rgb(145,177,209) instead hex code.

Text Font Color

.myTextColor { color: #91B1D1; }

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

This text font color is #91B1D1.


Background Color

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

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

This div background color is #91B1D1.


Border color

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

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

This div border color is #91B1D1.


Opacity

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

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

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

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

This text has shadow with #91B1D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91B1D1 on black background.


Color preview on white background

This text has color #91B1D1 on white background.



Black color preview on #91B1D1 background

This text has black color on #91B1D1 background.


White color preview on #91B1D1 background

This text has white color on #91B1D1 background.