COLOR #8499B2

HEX: #8499B2
RGB: (132,153,178)

Color info

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

RGB color model

#8499B2 color RGB value is (132,153,178).

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

RGB channels and saturation

R 132 of 255 = 52%
G 153 of 255 = 60%
B 178 of 255 = 70%

132
153
178

R + G + B ~ 61%. #8499B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 153 + 178 = 463 (100%)
R 132 of 463 ~ 28.51%
G 153 of 463 ~ 33.05%
B 178 of 463 ~ 38.44%

%28.51
%33.05
%38.44

CMYK color model

#8499B2 color CMYK value is (26,14,0,30).

  • cyan value is 25.84%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(26,14,0,30)
C26M14Y0K30 
(26%,14%,0%,30%)
(0.26/0.14/0.00/0.30)	

CMYK percentages

%25.84
%14.04
%0
%30.2

Codes

Color #8499B2 in popluar color models

8499B2
RGB132153178
HSL213°23.00%60.78%
HSB/HSV213°25.84%69.80%
CMYK25.84%14.04%0.00%
30.20%

Color #8499B2 in popluar number systems.

HEX8499B2
Decimal132153178
Binary100001001001100110110010
Octal204231262

Shades and tints

Shades of #8499B2

#8499B2
(132,153,178)
#788CA2
(120,140,162)
#6C7F92
(108,127,146)
#607282
(96,114,130)
#546572
(84,101,114)
#485862
(72,88,98)
#3C4B52
(60,75,82)
#303E42
(48,62,66)
#243132
(36,49,50)
#182422
(24,36,34)
#0C1712
(12,23,18)
#000000
(0,0,0)

Tints of #8499B2

#8499B2
(132,153,178)
#8FA2B9
(143,162,185)
#9AABC0
(154,171,192)
#A5B4C7
(165,180,199)
#B0BDCE
(176,189,206)
#BBC6D5
(187,198,213)
#C6CFDC
(198,207,220)
#D1D8E3
(209,216,227)
#DCE1EA
(220,225,234)
#E7EAF1
(231,234,241)
#F2F3F8
(242,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8499B2; }

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

This text font color is #8499B2.


Background Color

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

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

This div background color is #8499B2.


Border color

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

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

This div border color is #8499B2.


Opacity

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

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

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

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

This text has shadow with #8499B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8499B2 on black background.


Color preview on white background

This text has color #8499B2 on white background.



Black color preview on #8499B2 background

This text has black color on #8499B2 background.


White color preview on #8499B2 background

This text has white color on #8499B2 background.