COLOR #849EE3

HEX: #849EE3 RGB: (132,158,227)

Color info

#849EE3 contains mainly blue color. Web safe color of #849EE3 is #9999CC (or #99C).

RGB color model

#849EE3 color RGB value is (132,158,227).

RGB: (132,158,227) (52%, 62%, 89%)

RGB channels and saturation

R 132 of 255 = 52%
G 158 of 255 = 62%
B 227 of 255 = 89%

132
158
227

R + G + B ~ 68%. #849EE3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 158 + 227 = 517 (100%)
R 132 of 517 ~ 25.53%
G 158 of 517 ~ 30.56%
B 227 of 517 ~ 43.91'%

%25.53
%30.56
%43.91

CMYK color model

#849EE3 color CMYK value is (42,30,0,11).

  • cyan value is 41.85%
  • magenta value is 30.40%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (42,30,0,11)
C42M30Y0K11 (42%, 30%, 0%, 11%)
(0.42 / 0.30 / 0.00 / 0.11)

CMYK percentages

%41.85
%30.4
%0
%10.98

Codes

Color #849EE3 in popluar color models

84 9E E3
RGB 132 158 227
HSL 224° 62.91% 70.39%
HSB/HSV 224° 41.85% 89.02%
CMYK 41.85% 30.40% 0.00%
10.98%

Color #849EE3 in popluar number systems.

HEX 84 9E E3
Decimal 132 158 227
Binary 10000100 10011110 11100011
Octal 204 236 343

Shades and tints

Shades of #849EE3

#849EE3
(132,158,227)
#7890CF
(120,144,207)
#6C82BB
(108,130,187)
#6074A7
(96,116,167)
#546693
(84,102,147)
#48587F
(72,88,127)
#3C4A6B
(60,74,107)
#303C57
(48,60,87)
#242E43
(36,46,67)
#18202F
(24,32,47)
#0C121B
(12,18,27)
#000000
(0,0,0)

Tints of #849EE3

#849EE3
(132,158,227)
#8FA6E5
(143,166,229)
#9AAEE7
(154,174,231)
#A5B6E9
(165,182,233)
#B0BEEB
(176,190,235)
#BBC6ED
(187,198,237)
#C6CEEF
(198,206,239)
#D1D6F1
(209,214,241)
#DCDEF3
(220,222,243)
#E7E6F5
(231,230,245)
#F2EEF7
(242,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849EE3; }

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

This text font color is #849EE3.

Background Color

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

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

This div background color is #849EE3.

Border color

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

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

This div border color is #849EE3.

Opacity

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

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

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

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

This text has shadow with #849EE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #849EE3.

Preview

Color preview on black background

This text has color #849EE3 on black background.


Color preview on white background

This text has color #849EE3 on white background.


Black color preview on #849EE3 background

This text has black color on #849EE3 background.


White color preview on #849EE3 background

This text has white color on #849EE3 background.


Related colors

Complementary color

Complementary color for #hex is #7B611C.


I love getcolorcode.com

Triadic colors

1 #E3849E and #9EE384 with #849EE3 are triadic colors.

2 #E39E84 and #9E84E3 with #849EE3 are triadic colors.