COLOR #987E7A

HEX: #987E7A
RGB: (152,126,122)

Renk bilgisi

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

RGB renk modeli

#987E7A color RGB value is (152,126,122).

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

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 126 of 255 = 49%
B 122 of 255 = 48%

152
126
122

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

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 126 + 122 = 400 (100%)
R 152 of 400 ~ 38%
G 126 of 400 ~ 31.5%
B 122 of 400 ~ 30.5%

%38
%31.5
%30.5

CMYK RENK MODELİ

#987E7A rengi CMYK tonu (0,17,20,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.11%
  • sarı tonu 19.74%
  • ana renk tonu 40.39%
CMYK:
(0,17,20,40)
C0M17Y20K40 
(0%,17%,20%,40%)
(0.00/0.17/0.20/0.40)	

CMYK yüzdeleri

%0
%17.11
%19.74
%40.39

Codes

Color #987E7A in popluar color models

987E7A
RGB152126122
HSL12.71%53.73%
HSB/HSV19.74%59.61%
CMYK0.00%17.11%19.74%
40.39%

Color #987E7A in popluar number systems.

HEX987E7A
Decimal152126122
Binary1001100011111101111010
Octal230176172

Shades and tints

Shades of #987E7A

#987E7A
(152,126,122)
#8B736F
(139,115,111)
#7E6864
(126,104,100)
#715D59
(113,93,89)
#64524E
(100,82,78)
#574743
(87,71,67)
#4A3C38
(74,60,56)
#3D312D
(61,49,45)
#302622
(48,38,34)
#231B17
(35,27,23)
#16100C
(22,16,12)
#000000
(0,0,0)

Tints of #987E7A

#987E7A
(152,126,122)
#A18986
(161,137,134)
#AA9492
(170,148,146)
#B39F9E
(179,159,158)
#BCAAAA
(188,170,170)
#C5B5B6
(197,181,182)
#CEC0C2
(206,192,194)
#D7CBCE
(215,203,206)
#E0D6DA
(224,214,218)
#E9E1E6
(233,225,230)
#F2ECF2
(242,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #987E7A; }

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

This text font color is #987E7A.


Background Color

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

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

This div background color is #987E7A.


Border color

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

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

This div border color is #987E7A.


Opacity

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

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

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

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

This text has shadow with #987E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987E7A on black background.


Color preview on white background

This text has color #987E7A on white background.



Black color preview on #987E7A background

This text has black color on #987E7A background.


White color preview on #987E7A background

This text has white color on #987E7A background.