COLOR #91ADDA

HEX: #91ADDA RGB: (145,173,218)

Color info

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

RGB color model

#91ADDA color RGB value is (145,173,218).

RGB: (145,173,218) (57%, 68%, 85%)

RGB channels and saturation

R 145 of 255 = 57%
G 173 of 255 = 68%
B 218 of 255 = 85%

145
173
218

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

Portions of RGB colors in percentages

R + G + B = 145 + 173 + 218 = 536 (100%)
R 145 of 536 ~ 27.05%
G 173 of 536 ~ 32.28%
B 218 of 536 ~ 40.67'%

%27.05
%32.28
%40.67

CMYK color model

#91ADDA color CMYK value is (33,21,0,15).

  • cyan value is 33.49%
  • magenta value is 20.64%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (33,21,0,15)
C33M21Y0K15 (33%, 21%, 0%, 15%)
(0.33 / 0.21 / 0.00 / 0.15)

CMYK percentages

%33.49
%20.64
%0
%14.51

Codes

Color #91ADDA in popluar color models

91 AD DA
RGB 145 173 218
HSL 217° 49.66% 71.18%
HSB/HSV 217° 33.49% 85.49%
CMYK 33.49% 20.64% 0.00%
14.51%

Color #91ADDA in popluar number systems.

HEX 91 AD DA
Decimal 145 173 218
Binary 10010001 10101101 11011010
Octal 221 255 332

Shades and tints

Shades of #91ADDA

#91ADDA
(145,173,218)
#849EC7
(132,158,199)
#778FB4
(119,143,180)
#6A80A1
(106,128,161)
#5D718E
(93,113,142)
#50627B
(80,98,123)
#435368
(67,83,104)
#364455
(54,68,85)
#293542
(41,53,66)
#1C262F
(28,38,47)
#0F171C
(15,23,28)
#000000
(0,0,0)

Tints of #91ADDA

#91ADDA
(145,173,218)
#9BB4DD
(155,180,221)
#A5BBE0
(165,187,224)
#AFC2E3
(175,194,227)
#B9C9E6
(185,201,230)
#C3D0E9
(195,208,233)
#CDD7EC
(205,215,236)
#D7DEEF
(215,222,239)
#E1E5F2
(225,229,242)
#EBECF5
(235,236,245)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #91ADDA; }

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

This text font color is #91ADDA.

Background Color

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

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

This div background color is #91ADDA.

Border color

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

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

This div border color is #91ADDA.

Opacity

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

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

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

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

This text has shadow with #91ADDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #91ADDA.

Preview

Color preview on black background

This text has color #91ADDA on black background.


Color preview on white background

This text has color #91ADDA on white background.


Black color preview on #91ADDA background

This text has black color on #91ADDA background.


White color preview on #91ADDA background

This text has white color on #91ADDA background.


Related colors

Complementary color

Complementary color for #hex is #6E5225.


I love getcolorcode.com

Triadic colors

1 #DA91AD and #ADDA91 with #91ADDA are triadic colors.

2 #DAAD91 and #AD91DA with #91ADDA are triadic colors.