COLOR #987D9A

HEX: #987D9A
RGB: (152,125,154)

Renk bilgisi

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

RGB renk modeli

#987D9A color RGB value is (152,125,154).

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

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 125 of 255 = 49%
B 154 of 255 = 60%

152
125
154

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

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 125 + 154 = 431 (100%)
R 152 of 431 ~ 35.27%
G 125 of 431 ~ 29%
B 154 of 431 ~ 35.73%

%35.27
%29
%35.73

CMYK RENK MODELİ

#987D9A rengi CMYK tonu (1,19,0,40).

  • camgöbeği tonu 1.30%
  • eflatun tonu 18.83%
  • sarı tonu 0.00%
  • ana renk tonu 39.61%
CMYK:
(1,19,0,40)
C1M19Y0K40 
(1%,19%,0%,40%)
(0.01/0.19/0.00/0.40)	

CMYK yüzdeleri

%1.3
%18.83
%0
%39.61

Codes

Color #987D9A in popluar color models

987D9A
RGB152125154
HSL296°12.55%54.71%
HSB/HSV296°18.83%60.39%
CMYK1.30%18.83%0.00%
39.61%

Color #987D9A in popluar number systems.

HEX987D9A
Decimal152125154
Binary10011000111110110011010
Octal230175232

Shades and tints

Shades of #987D9A

#987D9A
(152,125,154)
#8B728C
(139,114,140)
#7E677E
(126,103,126)
#715C70
(113,92,112)
#645162
(100,81,98)
#574654
(87,70,84)
#4A3B46
(74,59,70)
#3D3038
(61,48,56)
#30252A
(48,37,42)
#231A1C
(35,26,28)
#160F0E
(22,15,14)
#000000
(0,0,0)

Tints of #987D9A

#987D9A
(152,125,154)
#A188A3
(161,136,163)
#AA93AC
(170,147,172)
#B39EB5
(179,158,181)
#BCA9BE
(188,169,190)
#C5B4C7
(197,180,199)
#CEBFD0
(206,191,208)
#D7CAD9
(215,202,217)
#E0D5E2
(224,213,226)
#E9E0EB
(233,224,235)
#F2EBF4
(242,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #987D9A; }

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

This text font color is #987D9A.


Background Color

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

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

This div background color is #987D9A.


Border color

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

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

This div border color is #987D9A.


Opacity

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

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

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

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

This text has shadow with #987D9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987D9A on black background.


Color preview on white background

This text has color #987D9A on white background.



Black color preview on #987D9A background

This text has black color on #987D9A background.


White color preview on #987D9A background

This text has white color on #987D9A background.