COLOR #998887

HEX: #998887
RGB: (153,136,135)

Renk bilgisi

#998887 contains red, green and blue colors in about the same proportion. #998887 ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#998887 color RGB value is (153,136,135).

  • kırmız ton 153;
  • yeşil ton 136;
  • mavi ton 135.
RGB:
(153,136,135)
(60%,53%,53%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 136 of 255 = 53%
B 135 of 255 = 53%

153
136
135

R + G + B ~ 55%. #998887 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 136 + 135 = 424 (100%)
R 153 of 424 ~ 36.08%
G 136 of 424 ~ 32.08%
B 135 of 424 ~ 31.84%

%36.08
%32.08
%31.84

CMYK RENK MODELİ

#998887 rengi CMYK tonu (0,11,12,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.11%
  • sarı tonu 11.76%
  • ana renk tonu 40.00%
CMYK:
(0,11,12,40)
C0M11Y12K40 
(0%,11%,12%,40%)
(0.00/0.11/0.12/0.40)	

CMYK yüzdeleri

%0
%11.11
%11.76
%40

Codes

Color #998887 in popluar color models

998887
RGB153136135
HSL8.11%56.47%
HSB/HSV11.76%60.00%
CMYK0.00%11.11%11.76%
40.00%

Color #998887 in popluar number systems.

HEX998887
Decimal153136135
Binary100110011000100010000111
Octal231210207

Shades and tints

Shades of #998887

#998887
(153,136,135)
#8C7C7B
(140,124,123)
#7F706F
(127,112,111)
#726463
(114,100,99)
#655857
(101,88,87)
#584C4B
(88,76,75)
#4B403F
(75,64,63)
#3E3433
(62,52,51)
#312827
(49,40,39)
#241C1B
(36,28,27)
#17100F
(23,16,15)
#000000
(0,0,0)

Tints of #998887

#998887
(153,136,135)
#A29291
(162,146,145)
#AB9C9B
(171,156,155)
#B4A6A5
(180,166,165)
#BDB0AF
(189,176,175)
#C6BAB9
(198,186,185)
#CFC4C3
(207,196,195)
#D8CECD
(216,206,205)
#E1D8D7
(225,216,215)
#EAE2E1
(234,226,225)
#F3ECEB
(243,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998887 color. Also use rgb(153,136,135) instead hex code.

Text Font Color

.myTextColor { color: #998887; }

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

This text font color is #998887.


Background Color

.myBgColor { background-color: #998887; }

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

This div background color is #998887.


Border color

.myBorderColor { border: 1px solid #998887; }

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

This div border color is #998887.


Opacity

.myOpacity80 { color: #998887; opacity: 0.8; }

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

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

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

This text has shadow with #998887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998887 on black background.


Color preview on white background

This text has color #998887 on white background.



Black color preview on #998887 background

This text has black color on #998887 background.


White color preview on #998887 background

This text has white color on #998887 background.