COLOR #91ACD3

HEX: #91ACD3
RGB: (145,172,211)

Color info

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

RGB color model

#91ACD3 color RGB value is (145,172,211).

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

RGB channels and saturation

R 145 of 255 = 57%
G 172 of 255 = 67%
B 211 of 255 = 83%

145
172
211

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

Portions of RGB colors in percentages

R + G + B =
145 + 172 + 211 = 528 (100%)
R 145 of 528 ~ 27.46%
G 172 of 528 ~ 32.58%
B 211 of 528 ~ 39.96%

%27.46
%32.58
%39.96

CMYK color model

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

  • cyan value is 31.28%
  • magenta value is 18.48%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(31,18,0,17)
C31M18Y0K17 
(31%,18%,0%,17%)
(0.31/0.18/0.00/0.17)	

CMYK percentages

%31.28
%18.48
%0
%17.25

Codes

Color #91ACD3 in popluar color models

91ACD3
RGB145172211
HSL215°42.86%69.80%
HSB/HSV215°31.28%82.75%
CMYK31.28%18.48%0.00%
17.25%

Color #91ACD3 in popluar number systems.

HEX91ACD3
Decimal145172211
Binary100100011010110011010011
Octal221254323

Shades and tints

Shades of #91ACD3

#91ACD3
(145,172,211)
#849DC0
(132,157,192)
#778EAD
(119,142,173)
#6A7F9A
(106,127,154)
#5D7087
(93,112,135)
#506174
(80,97,116)
#435261
(67,82,97)
#36434E
(54,67,78)
#29343B
(41,52,59)
#1C2528
(28,37,40)
#0F1615
(15,22,21)
#000000
(0,0,0)

Tints of #91ACD3

#91ACD3
(145,172,211)
#9BB3D7
(155,179,215)
#A5BADB
(165,186,219)
#AFC1DF
(175,193,223)
#B9C8E3
(185,200,227)
#C3CFE7
(195,207,231)
#CDD6EB
(205,214,235)
#D7DDEF
(215,221,239)
#E1E4F3
(225,228,243)
#EBEBF7
(235,235,247)
#F5F2FB
(245,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #91ACD3; }

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

This text font color is #91ACD3.


Background Color

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

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

This div background color is #91ACD3.


Border color

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

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

This div border color is #91ACD3.


Opacity

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

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

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

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

This text has shadow with #91ACD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91ACD3 on black background.


Color preview on white background

This text has color #91ACD3 on white background.



Black color preview on #91ACD3 background

This text has black color on #91ACD3 background.


White color preview on #91ACD3 background

This text has white color on #91ACD3 background.