COLOR #849BAE

HEX: #849BAE RGB: (132,155,174)

Color info

#849BAE contains red, green and blue colors in about the same proportion. Web safe color of #849BAE is #999999 (or #999).

RGB color model

#849BAE color RGB value is (132,155,174).

RGB: (132,155,174) (52%, 61%, 68%)

RGB channels and saturation

R 132 of 255 = 52%
G 155 of 255 = 61%
B 174 of 255 = 68%

132
155
174

R + G + B ~ 60%. #849BAE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 155 + 174 = 461 (100%)
R 132 of 461 ~ 28.63%
G 155 of 461 ~ 33.62%
B 174 of 461 ~ 37.74'%

%28.63
%33.62
%37.74

CMYK color model

#849BAE color CMYK value is (24,11,0,32).

  • cyan value is 24.14%
  • magenta value is 10.92%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (24,11,0,32)
C24M11Y0K32 (24%, 11%, 0%, 32%)
(0.24 / 0.11 / 0.00 / 0.32)

CMYK percentages

%24.14
%10.92
%0
%31.76

Codes

Color #849BAE in popluar color models

84 9B AE
RGB 132 155 174
HSL 207° 20.59% 60.00%
HSB/HSV 207° 24.14% 68.24%
CMYK 24.14% 10.92% 0.00%
31.76%

Color #849BAE in popluar number systems.

HEX 84 9B AE
Decimal 132 155 174
Binary 10000100 10011011 10101110
Octal 204 233 256

Shades and tints

Shades of #849BAE

#849BAE
(132,155,174)
#788D9F
(120,141,159)
#6C7F90
(108,127,144)
#607181
(96,113,129)
#546372
(84,99,114)
#485563
(72,85,99)
#3C4754
(60,71,84)
#303945
(48,57,69)
#242B36
(36,43,54)
#181D27
(24,29,39)
#0C0F18
(12,15,24)
#000000
(0,0,0)

Tints of #849BAE

#849BAE
(132,155,174)
#8FA4B5
(143,164,181)
#9AADBC
(154,173,188)
#A5B6C3
(165,182,195)
#B0BFCA
(176,191,202)
#BBC8D1
(187,200,209)
#C6D1D8
(198,209,216)
#D1DADF
(209,218,223)
#DCE3E6
(220,227,230)
#E7ECED
(231,236,237)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #849BAE color. Also use rgb(132,155,174) instead hex code.

Text Font Color

.myTextColor { color: #849BAE; }

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

This text font color is #849BAE.

Background Color

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

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

This div background color is #849BAE.

Border color

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

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

This div border color is #849BAE.

Opacity

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

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

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

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

This text has shadow with #849BAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #849BAE.

Preview

Color preview on black background

This text has color #849BAE on black background.


Color preview on white background

This text has color #849BAE on white background.


Black color preview on #849BAE background

This text has black color on #849BAE background.


White color preview on #849BAE background

This text has white color on #849BAE background.


Related colors

Complementary color

Complementary color for #hex is #7B6451.


I love getcolorcode.com

Triadic colors

1 #AE849B and #9BAE84 with #849BAE are triadic colors.

2 #AE9B84 and #9B84AE with #849BAE are triadic colors.