COLOR #818988

HEX: #818988
RGB: (129,137,136)

Renk bilgisi

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

RGB renk modeli

#818988 color RGB value is (129,137,136).

  • kırmız ton 129;
  • yeşil ton 137;
  • mavi ton 136.
RGB:
(129,137,136)
(51%,54%,53%)

RGB bağlantıları ve doygunluk

R 129 of 255 = 51%
G 137 of 255 = 54%
B 136 of 255 = 53%

129
137
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
129 + 137 + 136 = 402 (100%)
R 129 of 402 ~ 32.09%
G 137 of 402 ~ 34.08%
B 136 of 402 ~ 33.83%

%32.09
%34.08
%33.83

CMYK RENK MODELİ

#818988 rengi CMYK tonu (6,0,1,46).

  • camgöbeği tonu 5.84%
  • eflatun tonu 0.00%
  • sarı tonu 0.73%
  • ana renk tonu 46.27%
CMYK:
(6,0,1,46)
C6M0Y1K46 
(6%,0%,1%,46%)
(0.06/0.00/0.01/0.46)	

CMYK yüzdeleri

%5.84
%0
%0.73
%46.27

Codes

Color #818988 in popluar color models

818988
RGB129137136
HSL173°3.28%52.16%
HSB/HSV173°5.84%53.73%
CMYK5.84%0.00%0.73%
46.27%

Color #818988 in popluar number systems.

HEX818988
Decimal129137136
Binary100000011000100110001000
Octal201211210

Shades and tints

Shades of #818988

#818988
(129,137,136)
#767D7C
(118,125,124)
#6B7170
(107,113,112)
#606564
(96,101,100)
#555958
(85,89,88)
#4A4D4C
(74,77,76)
#3F4140
(63,65,64)
#343534
(52,53,52)
#292928
(41,41,40)
#1E1D1C
(30,29,28)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #818988

#818988
(129,137,136)
#8C9392
(140,147,146)
#979D9C
(151,157,156)
#A2A7A6
(162,167,166)
#ADB1B0
(173,177,176)
#B8BBBA
(184,187,186)
#C3C5C4
(195,197,196)
#CECFCE
(206,207,206)
#D9D9D8
(217,217,216)
#E4E3E2
(228,227,226)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818988 color. Also use rgb(129,137,136) instead hex code.

Text Font Color

.myTextColor { color: #818988; }

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

This text font color is #818988.


Background Color

.myBgColor { background-color: #818988; }

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

This div background color is #818988.


Border color

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

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

This div border color is #818988.


Opacity

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

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

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

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

This text has shadow with #818988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818988 on black background.


Color preview on white background

This text has color #818988 on white background.



Black color preview on #818988 background

This text has black color on #818988 background.


White color preview on #818988 background

This text has white color on #818988 background.