COLOR #987DB8

HEX: #987DB8
RGB: (152,125,184)

Renk bilgisi

#987DB8 contains red, green and blue colors in about the same proportion. #987DB8 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#987DB8 color RGB value is (152,125,184).

  • kırmız ton 152;
  • yeşil ton 125;
  • mavi ton 184.
RGB:
(152,125,184)
(60%,49%,72%)

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 125 of 255 = 49%
B 184 of 255 = 72%

152
125
184

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

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 125 + 184 = 461 (100%)
R 152 of 461 ~ 32.97%
G 125 of 461 ~ 27.11%
B 184 of 461 ~ 39.91%

%32.97
%27.11
%39.91

CMYK RENK MODELİ

#987DB8 rengi CMYK tonu (17,32,0,28).

  • camgöbeği tonu 17.39%
  • eflatun tonu 32.07%
  • sarı tonu 0.00%
  • ana renk tonu 27.84%
CMYK:
(17,32,0,28)
C17M32Y0K28 
(17%,32%,0%,28%)
(0.17/0.32/0.00/0.28)	

CMYK yüzdeleri

%17.39
%32.07
%0
%27.84

Codes

Color #987DB8 in popluar color models

987DB8
RGB152125184
HSL267°29.35%60.59%
HSB/HSV267°32.07%72.16%
CMYK17.39%32.07%0.00%
27.84%

Color #987DB8 in popluar number systems.

HEX987DB8
Decimal152125184
Binary10011000111110110111000
Octal230175270

Shades and tints

Shades of #987DB8

#987DB8
(152,125,184)
#8B72A8
(139,114,168)
#7E6798
(126,103,152)
#715C88
(113,92,136)
#645178
(100,81,120)
#574668
(87,70,104)
#4A3B58
(74,59,88)
#3D3048
(61,48,72)
#302538
(48,37,56)
#231A28
(35,26,40)
#160F18
(22,15,24)
#000000
(0,0,0)

Tints of #987DB8

#987DB8
(152,125,184)
#A188BE
(161,136,190)
#AA93C4
(170,147,196)
#B39ECA
(179,158,202)
#BCA9D0
(188,169,208)
#C5B4D6
(197,180,214)
#CEBFDC
(206,191,220)
#D7CAE2
(215,202,226)
#E0D5E8
(224,213,232)
#E9E0EE
(233,224,238)
#F2EBF4
(242,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987DB8 color. Also use rgb(152,125,184) instead hex code.

Text Font Color

.myTextColor { color: #987DB8; }

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

This text font color is #987DB8.


Background Color

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

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

This div background color is #987DB8.


Border color

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

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

This div border color is #987DB8.


Opacity

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

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

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

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

This text has shadow with #987DB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987DB8 on black background.


Color preview on white background

This text has color #987DB8 on white background.



Black color preview on #987DB8 background

This text has black color on #987DB8 background.


White color preview on #987DB8 background

This text has white color on #987DB8 background.