COLOR #8499BE

HEX: #8499BE RGB: (132,153,190)

Color info

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

RGB color model

#8499BE color RGB value is (132,153,190).

RGB: (132,153,190) (52%, 60%, 75%)

RGB channels and saturation

R 132 of 255 = 52%
G 153 of 255 = 60%
B 190 of 255 = 75%

132
153
190

R + G + B ~ 62%. #8499BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 153 + 190 = 475 (100%)
R 132 of 475 ~ 27.79%
G 153 of 475 ~ 32.21%
B 190 of 475 ~ 40'%

%27.79
%32.21
%40

CMYK color model

#8499BE color CMYK value is (31,19,0,25).

  • cyan value is 30.53%
  • magenta value is 19.47%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (31,19,0,25)
C31M19Y0K25 (31%, 19%, 0%, 25%)
(0.31 / 0.19 / 0.00 / 0.25)

CMYK percentages

%30.53
%19.47
%0
%25.49

Codes

Color #8499BE in popluar color models

84 99 BE
RGB 132 153 190
HSL 218° 30.85% 63.14%
HSB/HSV 218° 30.53% 74.51%
CMYK 30.53% 19.47% 0.00%
25.49%

Color #8499BE in popluar number systems.

HEX 84 99 BE
Decimal 132 153 190
Binary 10000100 10011001 10111110
Octal 204 231 276

Shades and tints

Shades of #8499BE

#8499BE
(132,153,190)
#788CAD
(120,140,173)
#6C7F9C
(108,127,156)
#60728B
(96,114,139)
#54657A
(84,101,122)
#485869
(72,88,105)
#3C4B58
(60,75,88)
#303E47
(48,62,71)
#243136
(36,49,54)
#182425
(24,36,37)
#0C1714
(12,23,20)
#000000
(0,0,0)

Tints of #8499BE

#8499BE
(132,153,190)
#8FA2C3
(143,162,195)
#9AABC8
(154,171,200)
#A5B4CD
(165,180,205)
#B0BDD2
(176,189,210)
#BBC6D7
(187,198,215)
#C6CFDC
(198,207,220)
#D1D8E1
(209,216,225)
#DCE1E6
(220,225,230)
#E7EAEB
(231,234,235)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8499BE color. Also use rgb(132,153,190) instead hex code.

Text Font Color

.myTextColor { color: #8499BE; }

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

This text font color is #8499BE.

Background Color

.myBgColor { background-color: #8499BE; }

<div style="background-color:#8499BE">Inner text</div>

This div background color is #8499BE.

Border color

.myBorderColor { border: 1px solid #8499BE; }

<div style="border:3px solid #8499BE">Div</div>

This div border color is #8499BE.

Opacity

.myOpacity80 { color: #8499BE; opacity: 0.8; }

<p style="color:#8499BE;opacity:0.8;">80%</p>

Text with #8499BE 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 #8499BE;}

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

This text has shadow with #8499BE color.


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

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

This text has shadow with #8499BE primary color and red secondary color.


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

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

This text has shadow with #8499BE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8499BE.

Preview

Color preview on black background

This text has color #8499BE on black background.


Color preview on white background

This text has color #8499BE on white background.


Black color preview on #8499BE background

This text has black color on #8499BE background.


White color preview on #8499BE background

This text has white color on #8499BE background.


Related colors

Complementary color

Complementary color for #hex is #7B6641.


I love getcolorcode.com

Triadic colors

1 #BE8499 and #99BE84 with #8499BE are triadic colors.

2 #BE9984 and #9984BE with #8499BE are triadic colors.