COLOR #987FA4

HEX: #987FA4 RGB: (152,127,164)

Renk bilgisi

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

RGB renk modeli

#987FA4 color RGB value is (152,127,164).

RGB: (152,127,164) (60%, 50%, 64%)

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 127 of 255 = 50%
B 164 of 255 = 64%

152
127
164

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

Yüzdelerle RGB renk parçaları

R + G + B = 152 + 127 + 164 = 443 (100%)
R 152 of 443 ~ 34.31%
G 127 of 443 ~ 28.67%
B 164 of 443 ~ 37.02'%

%34.31
%28.67
%37.02

CMYK RENK MODELİ

#987FA4 rengi CMYK tonu (7,23,0,36).

  • camgöbeği tonu 7.32%
  • eflatun tonu 22.56%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%

CMYK: (7,23,0,36)
C7M23Y0K36 (7%, 23%, 0%, 36%)
(0.07 / 0.23 / 0.00 / 0.36)

CMYK yüzdeleri

%7.32
%22.56
%0
%35.69

Codes

Color #987FA4 in popluar color models

98 7F A4
RGB 152 127 164
HSL 281° 16.89% 57.06%
HSB/HSV 281° 22.56% 64.31%
CMYK 7.32% 22.56% 0.00%
35.69%

Color #987FA4 in popluar number systems.

HEX 98 7F A4
Decimal 152 127 164
Binary 10011000 1111111 10100100
Octal 230 177 244

Shades and tints

Shades of #987FA4

#987FA4
(152,127,164)
#8B7496
(139,116,150)
#7E6988
(126,105,136)
#715E7A
(113,94,122)
#64536C
(100,83,108)
#57485E
(87,72,94)
#4A3D50
(74,61,80)
#3D3242
(61,50,66)
#302734
(48,39,52)
#231C26
(35,28,38)
#161118
(22,17,24)
#000000
(0,0,0)

Tints of #987FA4

#987FA4
(152,127,164)
#A18AAC
(161,138,172)
#AA95B4
(170,149,180)
#B3A0BC
(179,160,188)
#BCABC4
(188,171,196)
#C5B6CC
(197,182,204)
#CEC1D4
(206,193,212)
#D7CCDC
(215,204,220)
#E0D7E4
(224,215,228)
#E9E2EC
(233,226,236)
#F2EDF4
(242,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987FA4 color. Also use rgb(152,127,164) instead hex code.

Text Font Color

.myTextColor { color: #987FA4; }

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

This text font color is #987FA4.

Background Color

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

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

This div background color is #987FA4.

Border color

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

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

This div border color is #987FA4.

Opacity

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

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

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

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

This text has shadow with #987FA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #987FA4.

Preview

Color preview on black background

This text has color #987FA4 on black background.


Color preview on white background

This text has color #987FA4 on white background.


Black color preview on #987FA4 background

This text has black color on #987FA4 background.


White color preview on #987FA4 background

This text has white color on #987FA4 background.


Related colors

Complementary color

Complementary color for #hex is #67805B.


I love getcolorcode.com

Triadic colors

1 #A4987F and #7FA498 with #987FA4 are triadic colors.

2 #A47F98 and #7F98A4 with #987FA4 are triadic colors.