COLOR #91ADD7

HEX: #91ADD7
RGB: (145,173,215)

Color info

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

RGB color model

#91ADD7 color RGB value is (145,173,215).

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

RGB channels and saturation

R 145 of 255 = 57%
G 173 of 255 = 68%
B 215 of 255 = 84%

145
173
215

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

Portions of RGB colors in percentages

R + G + B =
145 + 173 + 215 = 533 (100%)
R 145 of 533 ~ 27.2%
G 173 of 533 ~ 32.46%
B 215 of 533 ~ 40.34%

%27.2
%32.46
%40.34

CMYK color model

#91ADD7 color CMYK value is (33,20,0,16).

  • cyan value is 32.56%
  • magenta value is 19.53%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK: (33,20,0,16) C33M20Y0K16 (33%,20%,0%,16%) (0.33/0.20/0.00/0.16)

CMYK percentages

%32.56
%19.53
%0
%15.69

Codes

Color #91ADD7 in popluar color models

91ADD7
RGB145173215
HSL216°46.67%70.59%
HSB/HSV216°32.56%84.31%
CMYK32.56%19.53%0.00%
15.69%

Color #91ADD7 in popluar number systems.

HEX91ADD7
Decimal145173215
Binary100100011010110111010111
Octal221255327

Shades and tints

Shades of #91ADD7

#91ADD7
(145,173,215)
#849EC4
(132,158,196)
#778FB1
(119,143,177)
#6A809E
(106,128,158)
#5D718B
(93,113,139)
#506278
(80,98,120)
#435365
(67,83,101)
#364452
(54,68,82)
#29353F
(41,53,63)
#1C262C
(28,38,44)
#0F1719
(15,23,25)
#000000
(0,0,0)

Tints of #91ADD7

#91ADD7
(145,173,215)
#9BB4DA
(155,180,218)
#A5BBDD
(165,187,221)
#AFC2E0
(175,194,224)
#B9C9E3
(185,201,227)
#C3D0E6
(195,208,230)
#CDD7E9
(205,215,233)
#D7DEEC
(215,222,236)
#E1E5EF
(225,229,239)
#EBECF2
(235,236,242)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #91ADD7; }

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

This text font color is #91ADD7.


Background Color

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

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

This div background color is #91ADD7.


Border color

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

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

This div border color is #91ADD7.


Opacity

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

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

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

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

This text has shadow with #91ADD7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #91ADD7 on black background.


Color preview on white background

This text has color #91ADD7 on white background.



Black color preview on #91ADD7 background

This text has black color on #91ADD7 background.


White color preview on #91ADD7 background

This text has white color on #91ADD7 background.