COLOR #987DC9

HEX: #987DC9
RGB: (152,125,201)

Renk bilgisi

#987DC9 contains mainly red and blue colors. #987DC9 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#987DC9 color RGB value is (152,125,201).

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

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 125 of 255 = 49%
B 201 of 255 = 79%

152
125
201

R + G + B ~ 63%. #987DC9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 125 + 201 = 478 (100%)
R 152 of 478 ~ 31.8%
G 125 of 478 ~ 26.15%
B 201 of 478 ~ 42.05%

%31.8
%26.15
%42.05

CMYK RENK MODELİ

#987DC9 rengi CMYK tonu (24,38,0,21).

  • camgöbeği tonu 24.38%
  • eflatun tonu 37.81%
  • sarı tonu 0.00%
  • ana renk tonu 21.18%
CMYK:
(24,38,0,21)
C24M38Y0K21 
(24%,38%,0%,21%)
(0.24/0.38/0.00/0.21)	

CMYK yüzdeleri

%24.38
%37.81
%0
%21.18

Codes

Color #987DC9 in popluar color models

987DC9
RGB152125201
HSL261°41.30%63.92%
HSB/HSV261°37.81%78.82%
CMYK24.38%37.81%0.00%
21.18%

Color #987DC9 in popluar number systems.

HEX987DC9
Decimal152125201
Binary10011000111110111001001
Octal230175311

Shades and tints

Shades of #987DC9

#987DC9
(152,125,201)
#8B72B7
(139,114,183)
#7E67A5
(126,103,165)
#715C93
(113,92,147)
#645181
(100,81,129)
#57466F
(87,70,111)
#4A3B5D
(74,59,93)
#3D304B
(61,48,75)
#302539
(48,37,57)
#231A27
(35,26,39)
#160F15
(22,15,21)
#000000
(0,0,0)

Tints of #987DC9

#987DC9
(152,125,201)
#A188CD
(161,136,205)
#AA93D1
(170,147,209)
#B39ED5
(179,158,213)
#BCA9D9
(188,169,217)
#C5B4DD
(197,180,221)
#CEBFE1
(206,191,225)
#D7CAE5
(215,202,229)
#E0D5E9
(224,213,233)
#E9E0ED
(233,224,237)
#F2EBF1
(242,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #987DC9; }

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

This text font color is #987DC9.


Background Color

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

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

This div background color is #987DC9.


Border color

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

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

This div border color is #987DC9.


Opacity

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

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

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

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

This text has shadow with #987DC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987DC9 on black background.


Color preview on white background

This text has color #987DC9 on white background.



Black color preview on #987DC9 background

This text has black color on #987DC9 background.


White color preview on #987DC9 background

This text has white color on #987DC9 background.