COLOR #91AEE6

HEX: #91AEE6
RGB: (145,174,230)

Color info

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

RGB color model

#91AEE6 color RGB value is (145,174,230).

  • red value is 145;
  • green value is 174;
  • blue value is 230.
RGB:
(145,174,230)
(57%,68%,90%)

RGB channels and saturation

R 145 of 255 = 57%
G 174 of 255 = 68%
B 230 of 255 = 90%

145
174
230

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

Portions of RGB colors in percentages

R + G + B =
145 + 174 + 230 = 549 (100%)
R 145 of 549 ~ 26.41%
G 174 of 549 ~ 31.69%
B 230 of 549 ~ 41.89%

%26.41
%31.69
%41.89

CMYK color model

#91AEE6 color CMYK value is (37,24,0,10).

  • cyan value is 36.96%
  • magenta value is 24.35%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(37,24,0,10)
C37M24Y0K10 
(37%,24%,0%,10%)
(0.37/0.24/0.00/0.10)	

CMYK percentages

%36.96
%24.35
%0
%9.8

Codes

Color #91AEE6 in popluar color models

91AEE6
RGB145174230
HSL220°62.96%73.53%
HSB/HSV220°36.96%90.20%
CMYK36.96%24.35%0.00%
9.80%

Color #91AEE6 in popluar number systems.

HEX91AEE6
Decimal145174230
Binary100100011010111011100110
Octal221256346

Shades and tints

Shades of #91AEE6

#91AEE6
(145,174,230)
#849FD2
(132,159,210)
#7790BE
(119,144,190)
#6A81AA
(106,129,170)
#5D7296
(93,114,150)
#506382
(80,99,130)
#43546E
(67,84,110)
#36455A
(54,69,90)
#293646
(41,54,70)
#1C2732
(28,39,50)
#0F181E
(15,24,30)
#000000
(0,0,0)

Tints of #91AEE6

#91AEE6
(145,174,230)
#9BB5E8
(155,181,232)
#A5BCEA
(165,188,234)
#AFC3EC
(175,195,236)
#B9CAEE
(185,202,238)
#C3D1F0
(195,209,240)
#CDD8F2
(205,216,242)
#D7DFF4
(215,223,244)
#E1E6F6
(225,230,246)
#EBEDF8
(235,237,248)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91AEE6 color. Also use rgb(145,174,230) instead hex code.

Text Font Color

.myTextColor { color: #91AEE6; }

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

This text font color is #91AEE6.


Background Color

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

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

This div background color is #91AEE6.


Border color

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

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

This div border color is #91AEE6.


Opacity

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

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

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

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

This text has shadow with #91AEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91AEE6 on black background.


Color preview on white background

This text has color #91AEE6 on white background.



Black color preview on #91AEE6 background

This text has black color on #91AEE6 background.


White color preview on #91AEE6 background

This text has white color on #91AEE6 background.