COLOR #849FC9

HEX: #849FC9
RGB: (132,159,201)

Color info

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

RGB color model

#849FC9 color RGB value is (132,159,201).

  • red value is 132;
  • green value is 159;
  • blue value is 201.
RGB:
(132,159,201)
(52%,62%,79%)

RGB channels and saturation

R 132 of 255 = 52%
G 159 of 255 = 62%
B 201 of 255 = 79%

132
159
201

R + G + B ~ 64%. #849FC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 159 + 201 = 492 (100%)
R 132 of 492 ~ 26.83%
G 159 of 492 ~ 32.32%
B 201 of 492 ~ 40.85%

%26.83
%32.32
%40.85

CMYK color model

#849FC9 color CMYK value is (34,21,0,21).

  • cyan value is 34.33%
  • magenta value is 20.90%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(34,21,0,21)
C34M21Y0K21 
(34%,21%,0%,21%)
(0.34/0.21/0.00/0.21)	

CMYK percentages

%34.33
%20.9
%0
%21.18

Codes

Color #849FC9 in popluar color models

849FC9
RGB132159201
HSL217°38.98%65.29%
HSB/HSV217°34.33%78.82%
CMYK34.33%20.90%0.00%
21.18%

Color #849FC9 in popluar number systems.

HEX849FC9
Decimal132159201
Binary100001001001111111001001
Octal204237311

Shades and tints

Shades of #849FC9

#849FC9
(132,159,201)
#7891B7
(120,145,183)
#6C83A5
(108,131,165)
#607593
(96,117,147)
#546781
(84,103,129)
#48596F
(72,89,111)
#3C4B5D
(60,75,93)
#303D4B
(48,61,75)
#242F39
(36,47,57)
#182127
(24,33,39)
#0C1315
(12,19,21)
#000000
(0,0,0)

Tints of #849FC9

#849FC9
(132,159,201)
#8FA7CD
(143,167,205)
#9AAFD1
(154,175,209)
#A5B7D5
(165,183,213)
#B0BFD9
(176,191,217)
#BBC7DD
(187,199,221)
#C6CFE1
(198,207,225)
#D1D7E5
(209,215,229)
#DCDFE9
(220,223,233)
#E7E7ED
(231,231,237)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #849FC9 color. Also use rgb(132,159,201) instead hex code.

Text Font Color

.myTextColor { color: #849FC9; }

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

This text font color is #849FC9.


Background Color

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

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

This div background color is #849FC9.


Border color

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

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

This div border color is #849FC9.


Opacity

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

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

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

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

This text has shadow with #849FC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849FC9 on black background.


Color preview on white background

This text has color #849FC9 on white background.



Black color preview on #849FC9 background

This text has black color on #849FC9 background.


White color preview on #849FC9 background

This text has white color on #849FC9 background.