COLOR #8499B5

HEX: #8499B5
RGB: (132,153,181)

Color info

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

RGB color model

#8499B5 color RGB value is (132,153,181).

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

RGB channels and saturation

R 132 of 255 = 52%
G 153 of 255 = 60%
B 181 of 255 = 71%

132
153
181

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

Portions of RGB colors in percentages

R + G + B =
132 + 153 + 181 = 466 (100%)
R 132 of 466 ~ 28.33%
G 153 of 466 ~ 32.83%
B 181 of 466 ~ 38.84%

%28.33
%32.83
%38.84

CMYK color model

#8499B5 color CMYK value is (27,15,0,29).

  • cyan value is 27.07%
  • magenta value is 15.47%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(27,15,0,29)
C27M15Y0K29 
(27%,15%,0%,29%)
(0.27/0.15/0.00/0.29)	

CMYK percentages

%27.07
%15.47
%0
%29.02

Codes

Color #8499B5 in popluar color models

8499B5
RGB132153181
HSL214°24.87%61.37%
HSB/HSV214°27.07%70.98%
CMYK27.07%15.47%0.00%
29.02%

Color #8499B5 in popluar number systems.

HEX8499B5
Decimal132153181
Binary100001001001100110110101
Octal204231265

Shades and tints

Shades of #8499B5

#8499B5
(132,153,181)
#788CA5
(120,140,165)
#6C7F95
(108,127,149)
#607285
(96,114,133)
#546575
(84,101,117)
#485865
(72,88,101)
#3C4B55
(60,75,85)
#303E45
(48,62,69)
#243135
(36,49,53)
#182425
(24,36,37)
#0C1715
(12,23,21)
#000000
(0,0,0)

Tints of #8499B5

#8499B5
(132,153,181)
#8FA2BB
(143,162,187)
#9AABC1
(154,171,193)
#A5B4C7
(165,180,199)
#B0BDCD
(176,189,205)
#BBC6D3
(187,198,211)
#C6CFD9
(198,207,217)
#D1D8DF
(209,216,223)
#DCE1E5
(220,225,229)
#E7EAEB
(231,234,235)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8499B5; }

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

This text font color is #8499B5.


Background Color

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

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

This div background color is #8499B5.


Border color

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

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

This div border color is #8499B5.


Opacity

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

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

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

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

This text has shadow with #8499B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8499B5 on black background.


Color preview on white background

This text has color #8499B5 on white background.



Black color preview on #8499B5 background

This text has black color on #8499B5 background.


White color preview on #8499B5 background

This text has white color on #8499B5 background.