COLOR #8495B7

HEX: #8495B7 RGB: (132,149,183)

Color info

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

RGB color model

#8495B7 color RGB value is (132,149,183).

RGB: (132,149,183) (52%, 58%, 72%)

RGB channels and saturation

R 132 of 255 = 52%
G 149 of 255 = 58%
B 183 of 255 = 72%

132
149
183

R + G + B ~ 61%. #8495B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 149 + 183 = 464 (100%)
R 132 of 464 ~ 28.45%
G 149 of 464 ~ 32.11%
B 183 of 464 ~ 39.44'%

%28.45
%32.11
%39.44

CMYK color model

#8495B7 color CMYK value is (28,19,0,28).

  • cyan value is 27.87%
  • magenta value is 18.58%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (28,19,0,28)
C28M19Y0K28 (28%, 19%, 0%, 28%)
(0.28 / 0.19 / 0.00 / 0.28)

CMYK percentages

%27.87
%18.58
%0
%28.24

Codes

Color #8495B7 in popluar color models

84 95 B7
RGB 132 149 183
HSL 220° 26.15% 61.76%
HSB/HSV 220° 27.87% 71.76%
CMYK 27.87% 18.58% 0.00%
28.24%

Color #8495B7 in popluar number systems.

HEX 84 95 B7
Decimal 132 149 183
Binary 10000100 10010101 10110111
Octal 204 225 267

Shades and tints

Shades of #8495B7

#8495B7
(132,149,183)
#7888A7
(120,136,167)
#6C7B97
(108,123,151)
#606E87
(96,110,135)
#546177
(84,97,119)
#485467
(72,84,103)
#3C4757
(60,71,87)
#303A47
(48,58,71)
#242D37
(36,45,55)
#182027
(24,32,39)
#0C1317
(12,19,23)
#000000
(0,0,0)

Tints of #8495B7

#8495B7
(132,149,183)
#8F9EBD
(143,158,189)
#9AA7C3
(154,167,195)
#A5B0C9
(165,176,201)
#B0B9CF
(176,185,207)
#BBC2D5
(187,194,213)
#C6CBDB
(198,203,219)
#D1D4E1
(209,212,225)
#DCDDE7
(220,221,231)
#E7E6ED
(231,230,237)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8495B7 color. Also use rgb(132,149,183) instead hex code.

Text Font Color

.myTextColor { color: #8495B7; }

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

This text font color is #8495B7.

Background Color

.myBgColor { background-color: #8495B7; }

<div style="background-color:#8495B7">Inner text</div>

This div background color is #8495B7.

Border color

.myBorderColor { border: 1px solid #8495B7; }

<div style="border:3px solid #8495B7">Div</div>

This div border color is #8495B7.

Opacity

.myOpacity80 { color: #8495B7; opacity: 0.8; }

<p style="color:#8495B7;opacity:0.8;">80%</p>

Text with #8495B7 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 #8495B7;}

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

This text has shadow with #8495B7 color.


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

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

This text has shadow with #8495B7 primary color and red secondary color.


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

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

This text has shadow with #8495B7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8495B7.

Preview

Color preview on black background

This text has color #8495B7 on black background.


Color preview on white background

This text has color #8495B7 on white background.


Black color preview on #8495B7 background

This text has black color on #8495B7 background.


White color preview on #8495B7 background

This text has white color on #8495B7 background.


Related colors

Complementary color

Complementary color for #hex is #7B6A48.


I love getcolorcode.com

Triadic colors

1 #B78495 and #95B784 with #8495B7 are triadic colors.

2 #B79584 and #9584B7 with #8495B7 are triadic colors.