COLOR #987EA0

HEX: #987EA0 RGB: (152,126,160)

Renk bilgisi

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

RGB renk modeli

#987EA0 color RGB value is (152,126,160).

RGB: (152,126,160) (60%, 49%, 63%)

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 126 of 255 = 49%
B 160 of 255 = 63%

152
126
160

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

Yüzdelerle RGB renk parçaları

R + G + B = 152 + 126 + 160 = 438 (100%)
R 152 of 438 ~ 34.7%
G 126 of 438 ~ 28.77%
B 160 of 438 ~ 36.53'%

%34.7
%28.77
%36.53

CMYK RENK MODELİ

#987EA0 rengi CMYK tonu (5,21,0,37).

  • camgöbeği tonu 5.00%
  • eflatun tonu 21.25%
  • sarı tonu 0.00%
  • ana renk tonu 37.25%

CMYK: (5,21,0,37)
C5M21Y0K37 (5%, 21%, 0%, 37%)
(0.05 / 0.21 / 0.00 / 0.37)

CMYK yüzdeleri

%5
%21.25
%0
%37.25

Codes

Color #987EA0 in popluar color models

98 7E A0
RGB 152 126 160
HSL 286° 15.18% 56.08%
HSB/HSV 286° 21.25% 62.75%
CMYK 5.00% 21.25% 0.00%
37.25%

Color #987EA0 in popluar number systems.

HEX 98 7E A0
Decimal 152 126 160
Binary 10011000 1111110 10100000
Octal 230 176 240

Shades and tints

Shades of #987EA0

#987EA0
(152,126,160)
#8B7392
(139,115,146)
#7E6884
(126,104,132)
#715D76
(113,93,118)
#645268
(100,82,104)
#57475A
(87,71,90)
#4A3C4C
(74,60,76)
#3D313E
(61,49,62)
#302630
(48,38,48)
#231B22
(35,27,34)
#161014
(22,16,20)
#000000
(0,0,0)

Tints of #987EA0

#987EA0
(152,126,160)
#A189A8
(161,137,168)
#AA94B0
(170,148,176)
#B39FB8
(179,159,184)
#BCAAC0
(188,170,192)
#C5B5C8
(197,181,200)
#CEC0D0
(206,192,208)
#D7CBD8
(215,203,216)
#E0D6E0
(224,214,224)
#E9E1E8
(233,225,232)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #987EA0; }

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

This text font color is #987EA0.

Background Color

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

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

This div background color is #987EA0.

Border color

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

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

This div border color is #987EA0.

Opacity

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

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

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

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

This text has shadow with #987EA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #987EA0.

Preview

Color preview on black background

This text has color #987EA0 on black background.


Color preview on white background

This text has color #987EA0 on white background.


Black color preview on #987EA0 background

This text has black color on #987EA0 background.


White color preview on #987EA0 background

This text has white color on #987EA0 background.


Related colors

Complementary color

Complementary color for #hex is #67815F.


I love getcolorcode.com

Triadic colors

1 #A0987E and #7EA098 with #987EA0 are triadic colors.

2 #A07E98 and #7E98A0 with #987EA0 are triadic colors.