COLOR #91AEDD

HEX: #91AEDD RGB: (145,174,221)

Color info

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

RGB color model

#91AEDD color RGB value is (145,174,221).

RGB: (145,174,221) (57%, 68%, 87%)

RGB channels and saturation

R 145 of 255 = 57%
G 174 of 255 = 68%
B 221 of 255 = 87%

145
174
221

R + G + B ~ 71%. #91AEDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 145 + 174 + 221 = 540 (100%)
R 145 of 540 ~ 26.85%
G 174 of 540 ~ 32.22%
B 221 of 540 ~ 40.93'%

%26.85
%32.22
%40.93

CMYK color model

#91AEDD color CMYK value is (34,21,0,13).

  • cyan value is 34.39%
  • magenta value is 21.27%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (34,21,0,13)
C34M21Y0K13 (34%, 21%, 0%, 13%)
(0.34 / 0.21 / 0.00 / 0.13)

CMYK percentages

%34.39
%21.27
%0
%13.33

Codes

Color #91AEDD in popluar color models

91 AE DD
RGB 145 174 221
HSL 217° 52.78% 71.76%
HSB/HSV 217° 34.39% 86.67%
CMYK 34.39% 21.27% 0.00%
13.33%

Color #91AEDD in popluar number systems.

HEX 91 AE DD
Decimal 145 174 221
Binary 10010001 10101110 11011101
Octal 221 256 335

Shades and tints

Shades of #91AEDD

#91AEDD
(145,174,221)
#849FC9
(132,159,201)
#7790B5
(119,144,181)
#6A81A1
(106,129,161)
#5D728D
(93,114,141)
#506379
(80,99,121)
#435465
(67,84,101)
#364551
(54,69,81)
#29363D
(41,54,61)
#1C2729
(28,39,41)
#0F1815
(15,24,21)
#000000
(0,0,0)

Tints of #91AEDD

#91AEDD
(145,174,221)
#9BB5E0
(155,181,224)
#A5BCE3
(165,188,227)
#AFC3E6
(175,195,230)
#B9CAE9
(185,202,233)
#C3D1EC
(195,209,236)
#CDD8EF
(205,216,239)
#D7DFF2
(215,223,242)
#E1E6F5
(225,230,245)
#EBEDF8
(235,237,248)
#F5F4FB
(245,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91AEDD color. Also use rgb(145,174,221) instead hex code.

Text Font Color

.myTextColor { color: #91AEDD; }

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

This text font color is #91AEDD.

Background Color

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

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

This div background color is #91AEDD.

Border color

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

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

This div border color is #91AEDD.

Opacity

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

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

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

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

This text has shadow with #91AEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #91AEDD.

Preview

Color preview on black background

This text has color #91AEDD on black background.


Color preview on white background

This text has color #91AEDD on white background.


Black color preview on #91AEDD background

This text has black color on #91AEDD background.


White color preview on #91AEDD background

This text has white color on #91AEDD background.


Related colors

Complementary color

Complementary color for #hex is #6E5122.


I love getcolorcode.com

Triadic colors

1 #DD91AE and #AEDD91 with #91AEDD are triadic colors.

2 #DDAE91 and #AE91DD with #91AEDD are triadic colors.