COLOR #988A7D

HEX: #988A7D
RGB: (152,138,125)

Renk bilgisi

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

RGB renk modeli

#988A7D color RGB value is (152,138,125).

  • kırmız ton 152;
  • yeşil ton 138;
  • mavi ton 125.
RGB:
(152,138,125)
(60%,54%,49%)

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 138 of 255 = 54%
B 125 of 255 = 49%

152
138
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 138 + 125 = 415 (100%)
R 152 of 415 ~ 36.63%
G 138 of 415 ~ 33.25%
B 125 of 415 ~ 30.12%

%36.63
%33.25
%30.12

CMYK RENK MODELİ

#988A7D rengi CMYK tonu (0,9,18,40).

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

CMYK yüzdeleri

%0
%9.21
%17.76
%40.39

Codes

Color #988A7D in popluar color models

988A7D
RGB152138125
HSL29°11.59%54.31%
HSB/HSV29°17.76%59.61%
CMYK0.00%9.21%17.76%
40.39%

Color #988A7D in popluar number systems.

HEX988A7D
Decimal152138125
Binary10011000100010101111101
Octal230212175

Shades and tints

Shades of #988A7D

#988A7D
(152,138,125)
#8B7E72
(139,126,114)
#7E7267
(126,114,103)
#71665C
(113,102,92)
#645A51
(100,90,81)
#574E46
(87,78,70)
#4A423B
(74,66,59)
#3D3630
(61,54,48)
#302A25
(48,42,37)
#231E1A
(35,30,26)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #988A7D

#988A7D
(152,138,125)
#A19488
(161,148,136)
#AA9E93
(170,158,147)
#B3A89E
(179,168,158)
#BCB2A9
(188,178,169)
#C5BCB4
(197,188,180)
#CEC6BF
(206,198,191)
#D7D0CA
(215,208,202)
#E0DAD5
(224,218,213)
#E9E4E0
(233,228,224)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988A7D color. Also use rgb(152,138,125) instead hex code.

Text Font Color

.myTextColor { color: #988A7D; }

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

This text font color is #988A7D.


Background Color

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

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

This div background color is #988A7D.


Border color

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

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

This div border color is #988A7D.


Opacity

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

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

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

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

This text has shadow with #988A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988A7D on black background.


Color preview on white background

This text has color #988A7D on white background.



Black color preview on #988A7D background

This text has black color on #988A7D background.


White color preview on #988A7D background

This text has white color on #988A7D background.