COLOR #998B7D

HEX: #998B7D
RGB: (153,139,125)

Renk bilgisi

#998B7D contains red, green and blue colors in about the same proportion. #998B7D ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#998B7D color RGB value is (153,139,125).

  • kırmız ton 153;
  • yeşil ton 139;
  • mavi ton 125.
RGB:
(153,139,125)
(60%,55%,49%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 139 of 255 = 55%
B 125 of 255 = 49%

153
139
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 139 + 125 = 417 (100%)
R 153 of 417 ~ 36.69%
G 139 of 417 ~ 33.33%
B 125 of 417 ~ 29.98%

%36.69
%33.33
%29.98

CMYK RENK MODELİ

#998B7D rengi CMYK tonu (0,9,18,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.15%
  • sarı tonu 18.30%
  • ana renk tonu 40.00%
CMYK:
(0,9,18,40)
C0M9Y18K40 
(0%,9%,18%,40%)
(0.00/0.09/0.18/0.40)	

CMYK yüzdeleri

%0
%9.15
%18.3
%40

Codes

Color #998B7D in popluar color models

998B7D
RGB153139125
HSL30°12.07%54.51%
HSB/HSV30°18.30%60.00%
CMYK0.00%9.15%18.30%
40.00%

Color #998B7D in popluar number systems.

HEX998B7D
Decimal153139125
Binary10011001100010111111101
Octal231213175

Shades and tints

Shades of #998B7D

#998B7D
(153,139,125)
#8C7F72
(140,127,114)
#7F7367
(127,115,103)
#72675C
(114,103,92)
#655B51
(101,91,81)
#584F46
(88,79,70)
#4B433B
(75,67,59)
#3E3730
(62,55,48)
#312B25
(49,43,37)
#241F1A
(36,31,26)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #998B7D

#998B7D
(153,139,125)
#A29588
(162,149,136)
#AB9F93
(171,159,147)
#B4A99E
(180,169,158)
#BDB3A9
(189,179,169)
#C6BDB4
(198,189,180)
#CFC7BF
(207,199,191)
#D8D1CA
(216,209,202)
#E1DBD5
(225,219,213)
#EAE5E0
(234,229,224)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998B7D color. Also use rgb(153,139,125) instead hex code.

Text Font Color

.myTextColor { color: #998B7D; }

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

This text font color is #998B7D.


Background Color

.myBgColor { background-color: #998B7D; }

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

This div background color is #998B7D.


Border color

.myBorderColor { border: 1px solid #998B7D; }

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

This div border color is #998B7D.


Opacity

.myOpacity80 { color: #998B7D; opacity: 0.8; }

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

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

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

This text has shadow with #998B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998B7D on black background.


Color preview on white background

This text has color #998B7D on white background.



Black color preview on #998B7D background

This text has black color on #998B7D background.


White color preview on #998B7D background

This text has white color on #998B7D background.