COLOR #987D8A

HEX: #987D8A
RGB: (152,125,138)

Renk bilgisi

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

RGB renk modeli

#987D8A color RGB value is (152,125,138).

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

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 125 of 255 = 49%
B 138 of 255 = 54%

152
125
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 125 + 138 = 415 (100%)
R 152 of 415 ~ 36.63%
G 125 of 415 ~ 30.12%
B 138 of 415 ~ 33.25%

%36.63
%30.12
%33.25

CMYK RENK MODELİ

#987D8A rengi CMYK tonu (0,18,9,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.76%
  • sarı tonu 9.21%
  • ana renk tonu 40.39%
CMYK:
(0,18,9,40)
C0M18Y9K40 
(0%,18%,9%,40%)
(0.00/0.18/0.09/0.40)	

CMYK yüzdeleri

%0
%17.76
%9.21
%40.39

Codes

Color #987D8A in popluar color models

987D8A
RGB152125138
HSL331°11.59%54.31%
HSB/HSV331°17.76%59.61%
CMYK0.00%17.76%9.21%
40.39%

Color #987D8A in popluar number systems.

HEX987D8A
Decimal152125138
Binary10011000111110110001010
Octal230175212

Shades and tints

Shades of #987D8A

#987D8A
(152,125,138)
#8B727E
(139,114,126)
#7E6772
(126,103,114)
#715C66
(113,92,102)
#64515A
(100,81,90)
#57464E
(87,70,78)
#4A3B42
(74,59,66)
#3D3036
(61,48,54)
#30252A
(48,37,42)
#231A1E
(35,26,30)
#160F12
(22,15,18)
#000000
(0,0,0)

Tints of #987D8A

#987D8A
(152,125,138)
#A18894
(161,136,148)
#AA939E
(170,147,158)
#B39EA8
(179,158,168)
#BCA9B2
(188,169,178)
#C5B4BC
(197,180,188)
#CEBFC6
(206,191,198)
#D7CAD0
(215,202,208)
#E0D5DA
(224,213,218)
#E9E0E4
(233,224,228)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #987D8A; }

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

This text font color is #987D8A.


Background Color

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

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

This div background color is #987D8A.


Border color

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

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

This div border color is #987D8A.


Opacity

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

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

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

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

This text has shadow with #987D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987D8A on black background.


Color preview on white background

This text has color #987D8A on white background.



Black color preview on #987D8A background

This text has black color on #987D8A background.


White color preview on #987D8A background

This text has white color on #987D8A background.