COLOR #849FBD

HEX: #849FBD RGB: (132,159,189)

Color info

#849FBD contains red, green and blue colors in about the same proportion. Web safe color of #849FBD is #9999CC (or #99C).

RGB color model

#849FBD color RGB value is (132,159,189).

RGB: (132,159,189) (52%, 62%, 74%)

RGB channels and saturation

R 132 of 255 = 52%
G 159 of 255 = 62%
B 189 of 255 = 74%

132
159
189

R + G + B ~ 63%. #849FBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 159 + 189 = 480 (100%)
R 132 of 480 ~ 27.5%
G 159 of 480 ~ 33.13%
B 189 of 480 ~ 39.38'%

%27.5
%33.13
%39.38

CMYK color model

#849FBD color CMYK value is (30,16,0,26).

  • cyan value is 30.16%
  • magenta value is 15.87%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (30,16,0,26)
C30M16Y0K26 (30%, 16%, 0%, 26%)
(0.30 / 0.16 / 0.00 / 0.26)

CMYK percentages

%30.16
%15.87
%0
%25.88

Codes

Color #849FBD in popluar color models

84 9F BD
RGB 132 159 189
HSL 212° 30.16% 62.94%
HSB/HSV 212° 30.16% 74.12%
CMYK 30.16% 15.87% 0.00%
25.88%

Color #849FBD in popluar number systems.

HEX 84 9F BD
Decimal 132 159 189
Binary 10000100 10011111 10111101
Octal 204 237 275

Shades and tints

Shades of #849FBD

#849FBD
(132,159,189)
#7891AC
(120,145,172)
#6C839B
(108,131,155)
#60758A
(96,117,138)
#546779
(84,103,121)
#485968
(72,89,104)
#3C4B57
(60,75,87)
#303D46
(48,61,70)
#242F35
(36,47,53)
#182124
(24,33,36)
#0C1313
(12,19,19)
#000000
(0,0,0)

Tints of #849FBD

#849FBD
(132,159,189)
#8FA7C3
(143,167,195)
#9AAFC9
(154,175,201)
#A5B7CF
(165,183,207)
#B0BFD5
(176,191,213)
#BBC7DB
(187,199,219)
#C6CFE1
(198,207,225)
#D1D7E7
(209,215,231)
#DCDFED
(220,223,237)
#E7E7F3
(231,231,243)
#F2EFF9
(242,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849FBD; }

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

This text font color is #849FBD.

Background Color

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

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

This div background color is #849FBD.

Border color

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

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

This div border color is #849FBD.

Opacity

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

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

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

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

This text has shadow with #849FBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #849FBD.

Preview

Color preview on black background

This text has color #849FBD on black background.


Color preview on white background

This text has color #849FBD on white background.


Black color preview on #849FBD background

This text has black color on #849FBD background.


White color preview on #849FBD background

This text has white color on #849FBD background.


Related colors

Complementary color

Complementary color for #hex is #7B6042.


I love getcolorcode.com

Triadic colors

1 #BD849F and #9FBD84 with #849FBD are triadic colors.

2 #BD9F84 and #9F84BD with #849FBD are triadic colors.