COLOR #988B75

HEX: #988B75
RGB: (152,139,117)

Renk bilgisi

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

RGB renk modeli

#988B75 color RGB value is (152,139,117).

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

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 139 of 255 = 55%
B 117 of 255 = 46%

152
139
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 139 + 117 = 408 (100%)
R 152 of 408 ~ 37.25%
G 139 of 408 ~ 34.07%
B 117 of 408 ~ 28.68%

%37.25
%34.07
%28.68

CMYK RENK MODELİ

#988B75 rengi CMYK tonu (0,9,23,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.55%
  • sarı tonu 23.03%
  • ana renk tonu 40.39%
CMYK:
(0,9,23,40)
C0M9Y23K40 
(0%,9%,23%,40%)
(0.00/0.09/0.23/0.40)	

CMYK yüzdeleri

%0
%8.55
%23.03
%40.39

Codes

Color #988B75 in popluar color models

988B75
RGB152139117
HSL38°14.52%52.75%
HSB/HSV38°23.03%59.61%
CMYK0.00%8.55%23.03%
40.39%

Color #988B75 in popluar number systems.

HEX988B75
Decimal152139117
Binary10011000100010111110101
Octal230213165

Shades and tints

Shades of #988B75

#988B75
(152,139,117)
#8B7F6B
(139,127,107)
#7E7361
(126,115,97)
#716757
(113,103,87)
#645B4D
(100,91,77)
#574F43
(87,79,67)
#4A4339
(74,67,57)
#3D372F
(61,55,47)
#302B25
(48,43,37)
#231F1B
(35,31,27)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #988B75

#988B75
(152,139,117)
#A19581
(161,149,129)
#AA9F8D
(170,159,141)
#B3A999
(179,169,153)
#BCB3A5
(188,179,165)
#C5BDB1
(197,189,177)
#CEC7BD
(206,199,189)
#D7D1C9
(215,209,201)
#E0DBD5
(224,219,213)
#E9E5E1
(233,229,225)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #988B75; }

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

This text font color is #988B75.


Background Color

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

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

This div background color is #988B75.


Border color

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

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

This div border color is #988B75.


Opacity

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

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

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

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

This text has shadow with #988B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988B75 on black background.


Color preview on white background

This text has color #988B75 on white background.



Black color preview on #988B75 background

This text has black color on #988B75 background.


White color preview on #988B75 background

This text has white color on #988B75 background.