COLOR #987EB3

HEX: #987EB3
RGB: (152,126,179)

Renk bilgisi

#987EB3 contains red, green and blue colors in about the same proportion. #987EB3 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#987EB3 color RGB value is (152,126,179).

  • kırmız ton 152;
  • yeşil ton 126;
  • mavi ton 179.
RGB:
(152,126,179)
(60%,49%,70%)

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 126 of 255 = 49%
B 179 of 255 = 70%

152
126
179

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

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 126 + 179 = 457 (100%)
R 152 of 457 ~ 33.26%
G 126 of 457 ~ 27.57%
B 179 of 457 ~ 39.17%

%33.26
%27.57
%39.17

CMYK RENK MODELİ

#987EB3 rengi CMYK tonu (15,30,0,30).

  • camgöbeği tonu 15.08%
  • eflatun tonu 29.61%
  • sarı tonu 0.00%
  • ana renk tonu 29.80%
CMYK:
(15,30,0,30)
C15M30Y0K30 
(15%,30%,0%,30%)
(0.15/0.30/0.00/0.30)	

CMYK yüzdeleri

%15.08
%29.61
%0
%29.8

Codes

Color #987EB3 in popluar color models

987EB3
RGB152126179
HSL269°25.85%59.80%
HSB/HSV269°29.61%70.20%
CMYK15.08%29.61%0.00%
29.80%

Color #987EB3 in popluar number systems.

HEX987EB3
Decimal152126179
Binary10011000111111010110011
Octal230176263

Shades and tints

Shades of #987EB3

#987EB3
(152,126,179)
#8B73A3
(139,115,163)
#7E6893
(126,104,147)
#715D83
(113,93,131)
#645273
(100,82,115)
#574763
(87,71,99)
#4A3C53
(74,60,83)
#3D3143
(61,49,67)
#302633
(48,38,51)
#231B23
(35,27,35)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #987EB3

#987EB3
(152,126,179)
#A189B9
(161,137,185)
#AA94BF
(170,148,191)
#B39FC5
(179,159,197)
#BCAACB
(188,170,203)
#C5B5D1
(197,181,209)
#CEC0D7
(206,192,215)
#D7CBDD
(215,203,221)
#E0D6E3
(224,214,227)
#E9E1E9
(233,225,233)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987EB3 color. Also use rgb(152,126,179) instead hex code.

Text Font Color

.myTextColor { color: #987EB3; }

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

This text font color is #987EB3.


Background Color

.myBgColor { background-color: #987EB3; }

<div style="background-color:#987EB3">Inner text</div>

This div background color is #987EB3.


Border color

.myBorderColor { border: 1px solid #987EB3; }

<div style="border:3px solid #987EB3">Div</div>

This div border color is #987EB3.


Opacity

.myOpacity80 { color: #987EB3; opacity: 0.8; }

<p style="color:#987EB3;opacity:0.8;">80%</p>

Text with #987EB3 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 #987EB3;}

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

This text has shadow with #987EB3 color.

.textShadow {text-shadow: 3px 3px 1px #987EB3, 3px 3px 1px red;}

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

This text has shadow with #987EB3 primary color and red secondary color.


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

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

This text has shadow with #987EB3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987EB3 on black background.


Color preview on white background

This text has color #987EB3 on white background.



Black color preview on #987EB3 background

This text has black color on #987EB3 background.


White color preview on #987EB3 background

This text has white color on #987EB3 background.