COLOR #8387B3

HEX: #8387B3
RGB: (131,135,179)

Renk bilgisi

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

RGB renk modeli

#8387B3 color RGB value is (131,135,179).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 135 of 255 = 53%
B 179 of 255 = 70%

131
135
179

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 135 + 179 = 445 (100%)
R 131 of 445 ~ 29.44%
G 135 of 445 ~ 30.34%
B 179 of 445 ~ 40.22%

%29.44
%30.34
%40.22

CMYK RENK MODELİ

#8387B3 rengi CMYK tonu (27,25,0,30).

  • camgöbeği tonu 26.82%
  • eflatun tonu 24.58%
  • sarı tonu 0.00%
  • ana renk tonu 29.80%
CMYK:
(27,25,0,30)
C27M25Y0K30 
(27%,25%,0%,30%)
(0.27/0.25/0.00/0.30)	

CMYK yüzdeleri

%26.82
%24.58
%0
%29.8

Codes

Color #8387B3 in popluar color models

8387B3
RGB131135179
HSL235°24.00%60.78%
HSB/HSV235°26.82%70.20%
CMYK26.82%24.58%0.00%
29.80%

Color #8387B3 in popluar number systems.

HEX8387B3
Decimal131135179
Binary100000111000011110110011
Octal203207263

Shades and tints

Shades of #8387B3

#8387B3
(131,135,179)
#787BA3
(120,123,163)
#6D6F93
(109,111,147)
#626383
(98,99,131)
#575773
(87,87,115)
#4C4B63
(76,75,99)
#413F53
(65,63,83)
#363343
(54,51,67)
#2B2733
(43,39,51)
#201B23
(32,27,35)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #8387B3

#8387B3
(131,135,179)
#8E91B9
(142,145,185)
#999BBF
(153,155,191)
#A4A5C5
(164,165,197)
#AFAFCB
(175,175,203)
#BAB9D1
(186,185,209)
#C5C3D7
(197,195,215)
#D0CDDD
(208,205,221)
#DBD7E3
(219,215,227)
#E6E1E9
(230,225,233)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8387B3; }

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

This text font color is #8387B3.


Background Color

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

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

This div background color is #8387B3.


Border color

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

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

This div border color is #8387B3.


Opacity

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

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

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

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

This text has shadow with #8387B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8387B3 on black background.


Color preview on white background

This text has color #8387B3 on white background.



Black color preview on #8387B3 background

This text has black color on #8387B3 background.


White color preview on #8387B3 background

This text has white color on #8387B3 background.