COLOR #849ED7

HEX: #849ED7 RGB: (132,158,215)

Color info

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

RGB color model

#849ED7 color RGB value is (132,158,215).

RGB: (132,158,215) (52%, 62%, 84%)

RGB channels and saturation

R 132 of 255 = 52%
G 158 of 255 = 62%
B 215 of 255 = 84%

132
158
215

R + G + B ~ 66%. #849ED7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 158 + 215 = 505 (100%)
R 132 of 505 ~ 26.14%
G 158 of 505 ~ 31.29%
B 215 of 505 ~ 42.57'%

%26.14
%31.29
%42.57

CMYK color model

#849ED7 color CMYK value is (39,27,0,16).

  • cyan value is 38.60%
  • magenta value is 26.51%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (39,27,0,16)
C39M27Y0K16 (39%, 27%, 0%, 16%)
(0.39 / 0.27 / 0.00 / 0.16)

CMYK percentages

%38.6
%26.51
%0
%15.69

Codes

Color #849ED7 in popluar color models

84 9E D7
RGB 132 158 215
HSL 221° 50.92% 68.04%
HSB/HSV 221° 38.60% 84.31%
CMYK 38.60% 26.51% 0.00%
15.69%

Color #849ED7 in popluar number systems.

HEX 84 9E D7
Decimal 132 158 215
Binary 10000100 10011110 11010111
Octal 204 236 327

Shades and tints

Shades of #849ED7

#849ED7
(132,158,215)
#7890C4
(120,144,196)
#6C82B1
(108,130,177)
#60749E
(96,116,158)
#54668B
(84,102,139)
#485878
(72,88,120)
#3C4A65
(60,74,101)
#303C52
(48,60,82)
#242E3F
(36,46,63)
#18202C
(24,32,44)
#0C1219
(12,18,25)
#000000
(0,0,0)

Tints of #849ED7

#849ED7
(132,158,215)
#8FA6DA
(143,166,218)
#9AAEDD
(154,174,221)
#A5B6E0
(165,182,224)
#B0BEE3
(176,190,227)
#BBC6E6
(187,198,230)
#C6CEE9
(198,206,233)
#D1D6EC
(209,214,236)
#DCDEEF
(220,222,239)
#E7E6F2
(231,230,242)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #849ED7 color. Also use rgb(132,158,215) instead hex code.

Text Font Color

.myTextColor { color: #849ED7; }

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

This text font color is #849ED7.

Background Color

.myBgColor { background-color: #849ED7; }

<div style="background-color:#849ED7">Inner text</div>

This div background color is #849ED7.

Border color

.myBorderColor { border: 1px solid #849ED7; }

<div style="border:3px solid #849ED7">Div</div>

This div border color is #849ED7.

Opacity

.myOpacity80 { color: #849ED7; opacity: 0.8; }

<p style="color:#849ED7;opacity:0.8;">80%</p>

Text with #849ED7 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 #849ED7;}

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

This text has shadow with #849ED7 color.


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

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

This text has shadow with #849ED7 primary color and red secondary color.


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

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

This text has shadow with #849ED7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #849ED7.

Preview

Color preview on black background

This text has color #849ED7 on black background.


Color preview on white background

This text has color #849ED7 on white background.


Black color preview on #849ED7 background

This text has black color on #849ED7 background.


White color preview on #849ED7 background

This text has white color on #849ED7 background.


Related colors

Complementary color

Complementary color for #hex is #7B6128.


I love getcolorcode.com

Triadic colors

1 #D7849E and #9ED784 with #849ED7 are triadic colors.

2 #D79E84 and #9E84D7 with #849ED7 are triadic colors.