COLOR #91ACD8

HEX: #91ACD8
RGB: (145,172,216)

Color info

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

RGB color model

#91ACD8 color RGB value is (145,172,216).

  • red value is 145;
  • green value is 172;
  • blue value is 216.
RGB:
(145,172,216)
(57%,67%,85%)

RGB channels and saturation

R 145 of 255 = 57%
G 172 of 255 = 67%
B 216 of 255 = 85%

145
172
216

R + G + B ~ 70%. #91ACD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 172 + 216 = 533 (100%)
R 145 of 533 ~ 27.2%
G 172 of 533 ~ 32.27%
B 216 of 533 ~ 40.53%

%27.2
%32.27
%40.53

CMYK color model

#91ACD8 color CMYK value is (33,20,0,15).

  • cyan value is 32.87%
  • magenta value is 20.37%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(33,20,0,15)
C33M20Y0K15 
(33%,20%,0%,15%)
(0.33/0.20/0.00/0.15)	

CMYK percentages

%32.87
%20.37
%0
%15.29

Codes

Color #91ACD8 in popluar color models

91ACD8
RGB145172216
HSL217°47.65%70.78%
HSB/HSV217°32.87%84.71%
CMYK32.87%20.37%0.00%
15.29%

Color #91ACD8 in popluar number systems.

HEX91ACD8
Decimal145172216
Binary100100011010110011011000
Octal221254330

Shades and tints

Shades of #91ACD8

#91ACD8
(145,172,216)
#849DC5
(132,157,197)
#778EB2
(119,142,178)
#6A7F9F
(106,127,159)
#5D708C
(93,112,140)
#506179
(80,97,121)
#435266
(67,82,102)
#364353
(54,67,83)
#293440
(41,52,64)
#1C252D
(28,37,45)
#0F161A
(15,22,26)
#000000
(0,0,0)

Tints of #91ACD8

#91ACD8
(145,172,216)
#9BB3DB
(155,179,219)
#A5BADE
(165,186,222)
#AFC1E1
(175,193,225)
#B9C8E4
(185,200,228)
#C3CFE7
(195,207,231)
#CDD6EA
(205,214,234)
#D7DDED
(215,221,237)
#E1E4F0
(225,228,240)
#EBEBF3
(235,235,243)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91ACD8 color. Also use rgb(145,172,216) instead hex code.

Text Font Color

.myTextColor { color: #91ACD8; }

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

This text font color is #91ACD8.


Background Color

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

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

This div background color is #91ACD8.


Border color

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

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

This div border color is #91ACD8.


Opacity

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

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

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

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

This text has shadow with #91ACD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91ACD8 on black background.


Color preview on white background

This text has color #91ACD8 on white background.



Black color preview on #91ACD8 background

This text has black color on #91ACD8 background.


White color preview on #91ACD8 background

This text has white color on #91ACD8 background.