COLOR #8495D1

HEX: #8495D1
RGB: (132,149,209)

Color info

#8495D1 contains mainly blue color. Web safe color of #8495D1 is #9999CC (or #99C).

RGB color model

#8495D1 color RGB value is (132,149,209).

  • red value is 132;
  • green value is 149;
  • blue value is 209.
RGB:
(132,149,209)
(52%,58%,82%)

RGB channels and saturation

R 132 of 255 = 52%
G 149 of 255 = 58%
B 209 of 255 = 82%

132
149
209

R + G + B ~ 64%. #8495D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 149 + 209 = 490 (100%)
R 132 of 490 ~ 26.94%
G 149 of 490 ~ 30.41%
B 209 of 490 ~ 42.65%

%26.94
%30.41
%42.65

CMYK color model

#8495D1 color CMYK value is (37,29,0,18).

  • cyan value is 36.84%
  • magenta value is 28.71%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(37,29,0,18)
C37M29Y0K18 
(37%,29%,0%,18%)
(0.37/0.29/0.00/0.18)	

CMYK percentages

%36.84
%28.71
%0
%18.04

Codes

Color #8495D1 in popluar color models

8495D1
RGB132149209
HSL227°45.56%66.86%
HSB/HSV227°36.84%81.96%
CMYK36.84%28.71%0.00%
18.04%

Color #8495D1 in popluar number systems.

HEX8495D1
Decimal132149209
Binary100001001001010111010001
Octal204225321

Shades and tints

Shades of #8495D1

#8495D1
(132,149,209)
#7888BE
(120,136,190)
#6C7BAB
(108,123,171)
#606E98
(96,110,152)
#546185
(84,97,133)
#485472
(72,84,114)
#3C475F
(60,71,95)
#303A4C
(48,58,76)
#242D39
(36,45,57)
#182026
(24,32,38)
#0C1313
(12,19,19)
#000000
(0,0,0)

Tints of #8495D1

#8495D1
(132,149,209)
#8F9ED5
(143,158,213)
#9AA7D9
(154,167,217)
#A5B0DD
(165,176,221)
#B0B9E1
(176,185,225)
#BBC2E5
(187,194,229)
#C6CBE9
(198,203,233)
#D1D4ED
(209,212,237)
#DCDDF1
(220,221,241)
#E7E6F5
(231,230,245)
#F2EFF9
(242,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8495D1; }

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

This text font color is #8495D1.


Background Color

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

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

This div background color is #8495D1.


Border color

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

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

This div border color is #8495D1.


Opacity

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

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

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

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

This text has shadow with #8495D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8495D1 on black background.


Color preview on white background

This text has color #8495D1 on white background.



Black color preview on #8495D1 background

This text has black color on #8495D1 background.


White color preview on #8495D1 background

This text has white color on #8495D1 background.