COLOR #987AA4

HEX: #987AA4
RGB: (152,122,164)

Renk bilgisi

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

RGB renk modeli

#987AA4 color RGB value is (152,122,164).

  • kırmız ton 152;
  • yeşil ton 122;
  • mavi ton 164.
RGB:
(152,122,164)
(60%,48%,64%)

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 122 of 255 = 48%
B 164 of 255 = 64%

152
122
164

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

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 122 + 164 = 438 (100%)
R 152 of 438 ~ 34.7%
G 122 of 438 ~ 27.85%
B 164 of 438 ~ 37.44%

%34.7
%27.85
%37.44

CMYK RENK MODELİ

#987AA4 rengi CMYK tonu (7,26,0,36).

  • camgöbeği tonu 7.32%
  • eflatun tonu 25.61%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%
CMYK:
(7,26,0,36)
C7M26Y0K36 
(7%,26%,0%,36%)
(0.07/0.26/0.00/0.36)	

CMYK yüzdeleri

%7.32
%25.61
%0
%35.69

Codes

Color #987AA4 in popluar color models

987AA4
RGB152122164
HSL283°18.75%56.08%
HSB/HSV283°25.61%64.31%
CMYK7.32%25.61%0.00%
35.69%

Color #987AA4 in popluar number systems.

HEX987AA4
Decimal152122164
Binary10011000111101010100100
Octal230172244

Shades and tints

Shades of #987AA4

#987AA4
(152,122,164)
#8B6F96
(139,111,150)
#7E6488
(126,100,136)
#71597A
(113,89,122)
#644E6C
(100,78,108)
#57435E
(87,67,94)
#4A3850
(74,56,80)
#3D2D42
(61,45,66)
#302234
(48,34,52)
#231726
(35,23,38)
#160C18
(22,12,24)
#000000
(0,0,0)

Tints of #987AA4

#987AA4
(152,122,164)
#A186AC
(161,134,172)
#AA92B4
(170,146,180)
#B39EBC
(179,158,188)
#BCAAC4
(188,170,196)
#C5B6CC
(197,182,204)
#CEC2D4
(206,194,212)
#D7CEDC
(215,206,220)
#E0DAE4
(224,218,228)
#E9E6EC
(233,230,236)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #987AA4; }

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

This text font color is #987AA4.


Background Color

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

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

This div background color is #987AA4.


Border color

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

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

This div border color is #987AA4.


Opacity

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

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

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

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

This text has shadow with #987AA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987AA4 on black background.


Color preview on white background

This text has color #987AA4 on white background.



Black color preview on #987AA4 background

This text has black color on #987AA4 background.


White color preview on #987AA4 background

This text has white color on #987AA4 background.