COLOR #8387A6

HEX: #8387A6
RGB: (131,135,166)

Renk bilgisi

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

RGB renk modeli

#8387A6 color RGB value is (131,135,166).

  • kırmız ton 131;
  • yeşil ton 135;
  • mavi ton 166.
RGB:
(131,135,166)
(51%,53%,65%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 135 of 255 = 53%
B 166 of 255 = 65%

131
135
166

R + G + B ~ 56%. #8387A6 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 135 + 166 = 432 (100%)
R 131 of 432 ~ 30.32%
G 135 of 432 ~ 31.25%
B 166 of 432 ~ 38.43%

%30.32
%31.25
%38.43

CMYK RENK MODELİ

#8387A6 rengi CMYK tonu (21,19,0,35).

  • camgöbeği tonu 21.08%
  • eflatun tonu 18.67%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(21,19,0,35)
C21M19Y0K35 
(21%,19%,0%,35%)
(0.21/0.19/0.00/0.35)	

CMYK yüzdeleri

%21.08
%18.67
%0
%34.9

Codes

Color #8387A6 in popluar color models

8387A6
RGB131135166
HSL233°16.43%58.24%
HSB/HSV233°21.08%65.10%
CMYK21.08%18.67%0.00%
34.90%

Color #8387A6 in popluar number systems.

HEX8387A6
Decimal131135166
Binary100000111000011110100110
Octal203207246

Shades and tints

Shades of #8387A6

#8387A6
(131,135,166)
#787B97
(120,123,151)
#6D6F88
(109,111,136)
#626379
(98,99,121)
#57576A
(87,87,106)
#4C4B5B
(76,75,91)
#413F4C
(65,63,76)
#36333D
(54,51,61)
#2B272E
(43,39,46)
#201B1F
(32,27,31)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #8387A6

#8387A6
(131,135,166)
#8E91AE
(142,145,174)
#999BB6
(153,155,182)
#A4A5BE
(164,165,190)
#AFAFC6
(175,175,198)
#BAB9CE
(186,185,206)
#C5C3D6
(197,195,214)
#D0CDDE
(208,205,222)
#DBD7E6
(219,215,230)
#E6E1EE
(230,225,238)
#F1EBF6
(241,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8387A6 color. Also use rgb(131,135,166) instead hex code.

Text Font Color

.myTextColor { color: #8387A6; }

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

This text font color is #8387A6.


Background Color

.myBgColor { background-color: #8387A6; }

<div style="background-color:#8387A6">Inner text</div>

This div background color is #8387A6.


Border color

.myBorderColor { border: 1px solid #8387A6; }

<div style="border:3px solid #8387A6">Div</div>

This div border color is #8387A6.


Opacity

.myOpacity80 { color: #8387A6; opacity: 0.8; }

<p style="color:#8387A6;opacity:0.8;">80%</p>

Text with #8387A6 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 #8387A6;}

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

This text has shadow with #8387A6 color.

.textShadow {text-shadow: 3px 3px 1px #8387A6, 3px 3px 1px red;}

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

This text has shadow with #8387A6 primary color and red secondary color.


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

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

This text has shadow with #8387A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8387A6 on black background.


Color preview on white background

This text has color #8387A6 on white background.



Black color preview on #8387A6 background

This text has black color on #8387A6 background.


White color preview on #8387A6 background

This text has white color on #8387A6 background.