COLOR #91ACD1

HEX: #91ACD1
RGB: (145,172,209)

Color info

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

RGB color model

#91ACD1 color RGB value is (145,172,209).

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

RGB channels and saturation

R 145 of 255 = 57%
G 172 of 255 = 67%
B 209 of 255 = 82%

145
172
209

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

Portions of RGB colors in percentages

R + G + B =
145 + 172 + 209 = 526 (100%)
R 145 of 526 ~ 27.57%
G 172 of 526 ~ 32.7%
B 209 of 526 ~ 39.73%

%27.57
%32.7
%39.73

CMYK color model

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

  • cyan value is 30.62%
  • magenta value is 17.70%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(31,18,0,18)
C31M18Y0K18 
(31%,18%,0%,18%)
(0.31/0.18/0.00/0.18)	

CMYK percentages

%30.62
%17.7
%0
%18.04

Codes

Color #91ACD1 in popluar color models

91ACD1
RGB145172209
HSL215°41.03%69.41%
HSB/HSV215°30.62%81.96%
CMYK30.62%17.70%0.00%
18.04%

Color #91ACD1 in popluar number systems.

HEX91ACD1
Decimal145172209
Binary100100011010110011010001
Octal221254321

Shades and tints

Shades of #91ACD1

#91ACD1
(145,172,209)
#849DBE
(132,157,190)
#778EAB
(119,142,171)
#6A7F98
(106,127,152)
#5D7085
(93,112,133)
#506172
(80,97,114)
#43525F
(67,82,95)
#36434C
(54,67,76)
#293439
(41,52,57)
#1C2526
(28,37,38)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #91ACD1

#91ACD1
(145,172,209)
#9BB3D5
(155,179,213)
#A5BAD9
(165,186,217)
#AFC1DD
(175,193,221)
#B9C8E1
(185,200,225)
#C3CFE5
(195,207,229)
#CDD6E9
(205,214,233)
#D7DDED
(215,221,237)
#E1E4F1
(225,228,241)
#EBEBF5
(235,235,245)
#F5F2F9
(245,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #91ACD1; }

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

This text font color is #91ACD1.


Background Color

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

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

This div background color is #91ACD1.


Border color

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

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

This div border color is #91ACD1.


Opacity

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

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

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

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

This text has shadow with #91ACD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91ACD1 on black background.


Color preview on white background

This text has color #91ACD1 on white background.



Black color preview on #91ACD1 background

This text has black color on #91ACD1 background.


White color preview on #91ACD1 background

This text has white color on #91ACD1 background.