COLOR #849EEB

HEX: #849EEB
RGB: (132,158,235)

Color info

#849EEB contains mainly blue color. Web safe color of #849EEB is #9999FF (or #99F).

RGB color model

#849EEB color RGB value is (132,158,235).

  • red value is 132;
  • green value is 158;
  • blue value is 235.
RGB:
(132,158,235)
(52%,62%,92%)

RGB channels and saturation

R 132 of 255 = 52%
G 158 of 255 = 62%
B 235 of 255 = 92%

132
158
235

R + G + B ~ 69%. #849EEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 158 + 235 = 525 (100%)
R 132 of 525 ~ 25.14%
G 158 of 525 ~ 30.1%
B 235 of 525 ~ 44.76%

%25.14
%30.1
%44.76

CMYK color model

#849EEB color CMYK value is (44,33,0,8).

  • cyan value is 43.83%
  • magenta value is 32.77%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(44,33,0,8)
C44M33Y0K8 
(44%,33%,0%,8%)
(0.44/0.33/0.00/0.08)	

CMYK percentages

%43.83
%32.77
%0
%7.84

Codes

Color #849EEB in popluar color models

849EEB
RGB132158235
HSL225°72.03%71.96%
HSB/HSV225°43.83%92.16%
CMYK43.83%32.77%0.00%
7.84%

Color #849EEB in popluar number systems.

HEX849EEB
Decimal132158235
Binary100001001001111011101011
Octal204236353

Shades and tints

Shades of #849EEB

#849EEB
(132,158,235)
#7890D6
(120,144,214)
#6C82C1
(108,130,193)
#6074AC
(96,116,172)
#546697
(84,102,151)
#485882
(72,88,130)
#3C4A6D
(60,74,109)
#303C58
(48,60,88)
#242E43
(36,46,67)
#18202E
(24,32,46)
#0C1219
(12,18,25)
#000000
(0,0,0)

Tints of #849EEB

#849EEB
(132,158,235)
#8FA6EC
(143,166,236)
#9AAEED
(154,174,237)
#A5B6EE
(165,182,238)
#B0BEEF
(176,190,239)
#BBC6F0
(187,198,240)
#C6CEF1
(198,206,241)
#D1D6F2
(209,214,242)
#DCDEF3
(220,222,243)
#E7E6F4
(231,230,244)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849EEB; }

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

This text font color is #849EEB.


Background Color

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

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

This div background color is #849EEB.


Border color

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

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

This div border color is #849EEB.


Opacity

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

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

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

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

This text has shadow with #849EEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849EEB on black background.


Color preview on white background

This text has color #849EEB on white background.



Black color preview on #849EEB background

This text has black color on #849EEB background.


White color preview on #849EEB background

This text has white color on #849EEB background.