COLOR #987DB3

HEX: #987DB3 RGB: (152,125,179)

Renk bilgisi

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

RGB renk modeli

#987DB3 color RGB value is (152,125,179).

RGB: (152,125,179) (60%, 49%, 70%)

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 125 of 255 = 49%
B 179 of 255 = 70%

152
125
179

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

Yüzdelerle RGB renk parçaları

R + G + B = 152 + 125 + 179 = 456 (100%)
R 152 of 456 ~ 33.33%
G 125 of 456 ~ 27.41%
B 179 of 456 ~ 39.25'%

%33.33
%27.41
%39.25

CMYK RENK MODELİ

#987DB3 rengi CMYK tonu (15,30,0,30).

  • camgöbeği tonu 15.08%
  • eflatun tonu 30.17%
  • sarı tonu 0.00%
  • ana renk tonu 29.80%

CMYK: (15,30,0,30)
C15M30Y0K30 (15%, 30%, 0%, 30%)
(0.15 / 0.30 / 0.00 / 0.30)

CMYK yüzdeleri

%15.08
%30.17
%0
%29.8

Codes

Color #987DB3 in popluar color models

98 7D B3
RGB 152 125 179
HSL 270° 26.21% 59.61%
HSB/HSV 270° 30.17% 70.20%
CMYK 15.08% 30.17% 0.00%
29.80%

Color #987DB3 in popluar number systems.

HEX 98 7D B3
Decimal 152 125 179
Binary 10011000 1111101 10110011
Octal 230 175 263

Shades and tints

Shades of #987DB3

#987DB3
(152,125,179)
#8B72A3
(139,114,163)
#7E6793
(126,103,147)
#715C83
(113,92,131)
#645173
(100,81,115)
#574663
(87,70,99)
#4A3B53
(74,59,83)
#3D3043
(61,48,67)
#302533
(48,37,51)
#231A23
(35,26,35)
#160F13
(22,15,19)
#000000
(0,0,0)

Tints of #987DB3

#987DB3
(152,125,179)
#A188B9
(161,136,185)
#AA93BF
(170,147,191)
#B39EC5
(179,158,197)
#BCA9CB
(188,169,203)
#C5B4D1
(197,180,209)
#CEBFD7
(206,191,215)
#D7CADD
(215,202,221)
#E0D5E3
(224,213,227)
#E9E0E9
(233,224,233)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #987DB3; }

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

This text font color is #987DB3.

Background Color

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

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

This div background color is #987DB3.

Border color

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

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

This div border color is #987DB3.

Opacity

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

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

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

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

This text has shadow with #987DB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #987DB3.

Preview

Color preview on black background

This text has color #987DB3 on black background.


Color preview on white background

This text has color #987DB3 on white background.


Black color preview on #987DB3 background

This text has black color on #987DB3 background.


White color preview on #987DB3 background

This text has white color on #987DB3 background.


Related colors

Complementary color

Complementary color for #hex is #67824C.


I love getcolorcode.com

Triadic colors

1 #B3987D and #7DB398 with #987DB3 are triadic colors.

2 #B37D98 and #7D98B3 with #987DB3 are triadic colors.