COLOR #988B71

HEX: #988B71 RGB: (152,139,113)

Renk bilgisi

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

RGB renk modeli

#988B71 color RGB value is (152,139,113).

  • kırmız ton 152;
  • yeşil ton 139;
  • mavi ton 113.
RGB: (152,139,113) (60%,55%,44%)

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 139 of 255 = 55%
B 113 of 255 = 44%

152
139
113

R + G + B ~ 53%. #988B71 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 139 + 113 = 404 (100%)
R 152 of 404 ~ 37.62%
G 139 of 404 ~ 34.41%
B 113 of 404 ~ 27.97%

%37.62
%34.41
%27.97

CMYK RENK MODELİ

#988B71 rengi CMYK tonu (0,9,26,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.55%
  • sarı tonu 25.66%
  • ana renk tonu 40.39%
CMYK: (0,9,26,40) C0M9Y26K40 (0%,9%,26%,40%) (0.00/0.09/0.26/0.40)

CMYK yüzdeleri

%0
%8.55
%25.66
%40.39

Codes

Color #988B71 in popluar color models

988B71
RGB152139113
HSL40°15.92%51.96%
HSB/HSV40°25.66%59.61%
CMYK0.00%8.55%25.66%
40.39%

Color #988B71 in popluar number systems.

HEX988B71
Decimal152139113
Binary10011000100010111110001
Octal230213161

Shades and tints

Shades of #988B71

#988B71
(152,139,113)
#8B7F67
(139,127,103)
#7E735D
(126,115,93)
#716753
(113,103,83)
#645B49
(100,91,73)
#574F3F
(87,79,63)
#4A4335
(74,67,53)
#3D372B
(61,55,43)
#302B21
(48,43,33)
#231F17
(35,31,23)
#16130D
(22,19,13)
#000000
(0,0,0)

Tints of #988B71

#988B71
(152,139,113)
#A1957D
(161,149,125)
#AA9F89
(170,159,137)
#B3A995
(179,169,149)
#BCB3A1
(188,179,161)
#C5BDAD
(197,189,173)
#CEC7B9
(206,199,185)
#D7D1C5
(215,209,197)
#E0DBD1
(224,219,209)
#E9E5DD
(233,229,221)
#F2EFE9
(242,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988B71 color. Also use rgb(152,139,113) instead hex code.

Text Font Color

.myTextColor { color: #988B71; }

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

This text font color is #988B71.


Background Color

.myBgColor { background-color: #988B71; }

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

This div background color is #988B71.


Border color

.myBorderColor { border: 1px solid #988B71; }

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

This div border color is #988B71.


Opacity

.myOpacity80 { color: #988B71; opacity: 0.8; }

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

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

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

This text has shadow with #988B71 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #988B71 on black background.


Color preview on white background

This text has color #988B71 on white background.



Black color preview on #988B71 background

This text has black color on #988B71 background.


White color preview on #988B71 background

This text has white color on #988B71 background.