COLOR #8499BD

HEX: #8499BD
RGB: (132,153,189)

Color info

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

RGB color model

#8499BD color RGB value is (132,153,189).

  • red value is 132;
  • green value is 153;
  • blue value is 189.
RGB:
(132,153,189)
(52%,60%,74%)

RGB channels and saturation

R 132 of 255 = 52%
G 153 of 255 = 60%
B 189 of 255 = 74%

132
153
189

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

Portions of RGB colors in percentages

R + G + B =
132 + 153 + 189 = 474 (100%)
R 132 of 474 ~ 27.85%
G 153 of 474 ~ 32.28%
B 189 of 474 ~ 39.87%

%27.85
%32.28
%39.87

CMYK color model

#8499BD color CMYK value is (30,19,0,26).

  • cyan value is 30.16%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(30,19,0,26)
C30M19Y0K26 
(30%,19%,0%,26%)
(0.30/0.19/0.00/0.26)	

CMYK percentages

%30.16
%19.05
%0
%25.88

Codes

Color #8499BD in popluar color models

8499BD
RGB132153189
HSL218°30.16%62.94%
HSB/HSV218°30.16%74.12%
CMYK30.16%19.05%0.00%
25.88%

Color #8499BD in popluar number systems.

HEX8499BD
Decimal132153189
Binary100001001001100110111101
Octal204231275

Shades and tints

Shades of #8499BD

#8499BD
(132,153,189)
#788CAC
(120,140,172)
#6C7F9B
(108,127,155)
#60728A
(96,114,138)
#546579
(84,101,121)
#485868
(72,88,104)
#3C4B57
(60,75,87)
#303E46
(48,62,70)
#243135
(36,49,53)
#182424
(24,36,36)
#0C1713
(12,23,19)
#000000
(0,0,0)

Tints of #8499BD

#8499BD
(132,153,189)
#8FA2C3
(143,162,195)
#9AABC9
(154,171,201)
#A5B4CF
(165,180,207)
#B0BDD5
(176,189,213)
#BBC6DB
(187,198,219)
#C6CFE1
(198,207,225)
#D1D8E7
(209,216,231)
#DCE1ED
(220,225,237)
#E7EAF3
(231,234,243)
#F2F3F9
(242,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8499BD; }

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

This text font color is #8499BD.


Background Color

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

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

This div background color is #8499BD.


Border color

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

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

This div border color is #8499BD.


Opacity

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

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

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

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

This text has shadow with #8499BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8499BD on black background.


Color preview on white background

This text has color #8499BD on white background.



Black color preview on #8499BD background

This text has black color on #8499BD background.


White color preview on #8499BD background

This text has white color on #8499BD background.