COLOR #8496B0

HEX: #8496B0
RGB: (132,150,176)

Renk bilgisi

#8496B0 contains red, green and blue colors in about the same proportion. #8496B0 ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#8496B0 color RGB value is (132,150,176).

  • kırmız ton 132;
  • yeşil ton 150;
  • mavi ton 176.
RGB:
(132,150,176)
(52%,59%,69%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 150 of 255 = 59%
B 176 of 255 = 69%

132
150
176

R + G + B ~ 60%. #8496B0 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 150 + 176 = 458 (100%)
R 132 of 458 ~ 28.82%
G 150 of 458 ~ 32.75%
B 176 of 458 ~ 38.43%

%28.82
%32.75
%38.43

CMYK RENK MODELİ

#8496B0 rengi CMYK tonu (25,15,0,31).

  • camgöbeği tonu 25.00%
  • eflatun tonu 14.77%
  • sarı tonu 0.00%
  • ana renk tonu 30.98%
CMYK:
(25,15,0,31)
C25M15Y0K31 
(25%,15%,0%,31%)
(0.25/0.15/0.00/0.31)	

CMYK yüzdeleri

%25
%14.77
%0
%30.98

Codes

Color #8496B0 in popluar color models

8496B0
RGB132150176
HSL215°21.78%60.39%
HSB/HSV215°25.00%69.02%
CMYK25.00%14.77%0.00%
30.98%

Color #8496B0 in popluar number systems.

HEX8496B0
Decimal132150176
Binary100001001001011010110000
Octal204226260

Shades and tints

Shades of #8496B0

#8496B0
(132,150,176)
#7889A0
(120,137,160)
#6C7C90
(108,124,144)
#606F80
(96,111,128)
#546270
(84,98,112)
#485560
(72,85,96)
#3C4850
(60,72,80)
#303B40
(48,59,64)
#242E30
(36,46,48)
#182120
(24,33,32)
#0C1410
(12,20,16)
#000000
(0,0,0)

Tints of #8496B0

#8496B0
(132,150,176)
#8F9FB7
(143,159,183)
#9AA8BE
(154,168,190)
#A5B1C5
(165,177,197)
#B0BACC
(176,186,204)
#BBC3D3
(187,195,211)
#C6CCDA
(198,204,218)
#D1D5E1
(209,213,225)
#DCDEE8
(220,222,232)
#E7E7EF
(231,231,239)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8496B0 color. Also use rgb(132,150,176) instead hex code.

Text Font Color

.myTextColor { color: #8496B0; }

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

This text font color is #8496B0.


Background Color

.myBgColor { background-color: #8496B0; }

<div style="background-color:#8496B0">Inner text</div>

This div background color is #8496B0.


Border color

.myBorderColor { border: 1px solid #8496B0; }

<div style="border:3px solid #8496B0">Div</div>

This div border color is #8496B0.


Opacity

.myOpacity80 { color: #8496B0; opacity: 0.8; }

<p style="color:#8496B0;opacity:0.8;">80%</p>

Text with #8496B0 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 #8496B0;}

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

This text has shadow with #8496B0 color.

.textShadow {text-shadow: 3px 3px 1px #8496B0, 3px 3px 1px red;}

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

This text has shadow with #8496B0 primary color and red secondary color.


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

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

This text has shadow with #8496B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8496B0 on black background.


Color preview on white background

This text has color #8496B0 on white background.



Black color preview on #8496B0 background

This text has black color on #8496B0 background.


White color preview on #8496B0 background

This text has white color on #8496B0 background.