COLOR #91ADCA

HEX: #91ADCA
RGB: (145,173,202)

Color info

#91ADCA contains red, green and blue colors in about the same proportion. Web safe color of #91ADCA is #9999CC (or #99C).

RGB color model

#91ADCA color RGB value is (145,173,202).

  • red value is 145;
  • green value is 173;
  • blue value is 202.
RGB:
(145,173,202)
(57%,68%,79%)

RGB channels and saturation

R 145 of 255 = 57%
G 173 of 255 = 68%
B 202 of 255 = 79%

145
173
202

R + G + B ~ 68%. #91ADCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 173 + 202 = 520 (100%)
R 145 of 520 ~ 27.88%
G 173 of 520 ~ 33.27%
B 202 of 520 ~ 38.85%

%27.88
%33.27
%38.85

CMYK color model

#91ADCA color CMYK value is (28,14,0,21).

  • cyan value is 28.22%
  • magenta value is 14.36%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(28,14,0,21)
C28M14Y0K21 
(28%,14%,0%,21%)
(0.28/0.14/0.00/0.21)	

CMYK percentages

%28.22
%14.36
%0
%20.78

Codes

Color #91ADCA in popluar color models

91ADCA
RGB145173202
HSL211°34.97%68.04%
HSB/HSV211°28.22%79.22%
CMYK28.22%14.36%0.00%
20.78%

Color #91ADCA in popluar number systems.

HEX91ADCA
Decimal145173202
Binary100100011010110111001010
Octal221255312

Shades and tints

Shades of #91ADCA

#91ADCA
(145,173,202)
#849EB8
(132,158,184)
#778FA6
(119,143,166)
#6A8094
(106,128,148)
#5D7182
(93,113,130)
#506270
(80,98,112)
#43535E
(67,83,94)
#36444C
(54,68,76)
#29353A
(41,53,58)
#1C2628
(28,38,40)
#0F1716
(15,23,22)
#000000
(0,0,0)

Tints of #91ADCA

#91ADCA
(145,173,202)
#9BB4CE
(155,180,206)
#A5BBD2
(165,187,210)
#AFC2D6
(175,194,214)
#B9C9DA
(185,201,218)
#C3D0DE
(195,208,222)
#CDD7E2
(205,215,226)
#D7DEE6
(215,222,230)
#E1E5EA
(225,229,234)
#EBECEE
(235,236,238)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91ADCA color. Also use rgb(145,173,202) instead hex code.

Text Font Color

.myTextColor { color: #91ADCA; }

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

This text font color is #91ADCA.


Background Color

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

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

This div background color is #91ADCA.


Border color

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

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

This div border color is #91ADCA.


Opacity

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

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

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

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

This text has shadow with #91ADCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91ADCA on black background.


Color preview on white background

This text has color #91ADCA on white background.



Black color preview on #91ADCA background

This text has black color on #91ADCA background.


White color preview on #91ADCA background

This text has white color on #91ADCA background.