COLOR #8998A7

HEX: #8998A7
RGB: (137,152,167)

Renk bilgisi

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

RGB renk modeli

#8998A7 color RGB value is (137,152,167).

  • kırmız ton 137;
  • yeşil ton 152;
  • mavi ton 167.
RGB:
(137,152,167)
(54%,60%,65%)

RGB bağlantıları ve doygunluk

R 137 of 255 = 54%
G 152 of 255 = 60%
B 167 of 255 = 65%

137
152
167

R + G + B ~ 60%. #8998A7 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
137 + 152 + 167 = 456 (100%)
R 137 of 456 ~ 30.04%
G 152 of 456 ~ 33.33%
B 167 of 456 ~ 36.62%

%30.04
%33.33
%36.62

CMYK RENK MODELİ

#8998A7 rengi CMYK tonu (18,9,0,35).

  • camgöbeği tonu 17.96%
  • eflatun tonu 8.98%
  • sarı tonu 0.00%
  • ana renk tonu 34.51%
CMYK:
(18,9,0,35)
C18M9Y0K35 
(18%,9%,0%,35%)
(0.18/0.09/0.00/0.35)	

CMYK yüzdeleri

%17.96
%8.98
%0
%34.51

Codes

Color #8998A7 in popluar color models

8998A7
RGB137152167
HSL210°14.56%59.61%
HSB/HSV210°17.96%65.49%
CMYK17.96%8.98%0.00%
34.51%

Color #8998A7 in popluar number systems.

HEX8998A7
Decimal137152167
Binary100010011001100010100111
Octal211230247

Shades and tints

Shades of #8998A7

#8998A7
(137,152,167)
#7D8B98
(125,139,152)
#717E89
(113,126,137)
#65717A
(101,113,122)
#59646B
(89,100,107)
#4D575C
(77,87,92)
#414A4D
(65,74,77)
#353D3E
(53,61,62)
#29302F
(41,48,47)
#1D2320
(29,35,32)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #8998A7

#8998A7
(137,152,167)
#93A1AF
(147,161,175)
#9DAAB7
(157,170,183)
#A7B3BF
(167,179,191)
#B1BCC7
(177,188,199)
#BBC5CF
(187,197,207)
#C5CED7
(197,206,215)
#CFD7DF
(207,215,223)
#D9E0E7
(217,224,231)
#E3E9EF
(227,233,239)
#EDF2F7
(237,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8998A7 color. Also use rgb(137,152,167) instead hex code.

Text Font Color

.myTextColor { color: #8998A7; }

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

This text font color is #8998A7.


Background Color

.myBgColor { background-color: #8998A7; }

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

This div background color is #8998A7.


Border color

.myBorderColor { border: 1px solid #8998A7; }

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

This div border color is #8998A7.


Opacity

.myOpacity80 { color: #8998A7; opacity: 0.8; }

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

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

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

This text has shadow with #8998A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8998A7 on black background.


Color preview on white background

This text has color #8998A7 on white background.



Black color preview on #8998A7 background

This text has black color on #8998A7 background.


White color preview on #8998A7 background

This text has white color on #8998A7 background.