COLOR #91C7E1

HEX: #91C7E1
RGB: (145,199,225)

Color info

#91C7E1 contains mainly green and blue colors. Web safe color of #91C7E1 is #99CCCC (or #9CC).

RGB color model

#91C7E1 color RGB value is (145,199,225).

  • red value is 145;
  • green value is 199;
  • blue value is 225.
RGB:
(145,199,225)
(57%,78%,88%)

RGB channels and saturation

R 145 of 255 = 57%
G 199 of 255 = 78%
B 225 of 255 = 88%

145
199
225

R + G + B ~ 74%. #91C7E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 199 + 225 = 569 (100%)
R 145 of 569 ~ 25.48%
G 199 of 569 ~ 34.97%
B 225 of 569 ~ 39.54%

%25.48
%34.97
%39.54

CMYK color model

#91C7E1 color CMYK value is (36,12,0,12).

  • cyan value is 35.56%
  • magenta value is 11.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(36,12,0,12)
C36M12Y0K12 
(36%,12%,0%,12%)
(0.36/0.12/0.00/0.12)	

CMYK percentages

%35.56
%11.56
%0
%11.76

Codes

Color #91C7E1 in popluar color models

91C7E1
RGB145199225
HSL200°57.14%72.55%
HSB/HSV200°35.56%88.24%
CMYK35.56%11.56%0.00%
11.76%

Color #91C7E1 in popluar number systems.

HEX91C7E1
Decimal145199225
Binary100100011100011111100001
Octal221307341

Shades and tints

Shades of #91C7E1

#91C7E1
(145,199,225)
#84B5CD
(132,181,205)
#77A3B9
(119,163,185)
#6A91A5
(106,145,165)
#5D7F91
(93,127,145)
#506D7D
(80,109,125)
#435B69
(67,91,105)
#364955
(54,73,85)
#293741
(41,55,65)
#1C252D
(28,37,45)
#0F1319
(15,19,25)
#000000
(0,0,0)

Tints of #91C7E1

#91C7E1
(145,199,225)
#9BCCE3
(155,204,227)
#A5D1E5
(165,209,229)
#AFD6E7
(175,214,231)
#B9DBE9
(185,219,233)
#C3E0EB
(195,224,235)
#CDE5ED
(205,229,237)
#D7EAEF
(215,234,239)
#E1EFF1
(225,239,241)
#EBF4F3
(235,244,243)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91C7E1 color. Also use rgb(145,199,225) instead hex code.

Text Font Color

.myTextColor { color: #91C7E1; }

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

This text font color is #91C7E1.


Background Color

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

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

This div background color is #91C7E1.


Border color

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

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

This div border color is #91C7E1.


Opacity

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

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

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

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

This text has shadow with #91C7E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91C7E1 on black background.


Color preview on white background

This text has color #91C7E1 on white background.



Black color preview on #91C7E1 background

This text has black color on #91C7E1 background.


White color preview on #91C7E1 background

This text has white color on #91C7E1 background.