COLOR #8997A7

HEX: #8997A7
RGB: (137,151,167)

Renk bilgisi

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

RGB renk modeli

#8997A7 color RGB value is (137,151,167).

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

RGB bağlantıları ve doygunluk

R 137 of 255 = 54%
G 151 of 255 = 59%
B 167 of 255 = 65%

137
151
167

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

Yüzdelerle RGB renk parçaları

R + G + B =
137 + 151 + 167 = 455 (100%)
R 137 of 455 ~ 30.11%
G 151 of 455 ~ 33.19%
B 167 of 455 ~ 36.7%

%30.11
%33.19
%36.7

CMYK RENK MODELİ

#8997A7 rengi CMYK tonu (18,10,0,35).

  • camgöbeği tonu 17.96%
  • eflatun tonu 9.58%
  • sarı tonu 0.00%
  • ana renk tonu 34.51%
CMYK:
(18,10,0,35)
C18M10Y0K35 
(18%,10%,0%,35%)
(0.18/0.10/0.00/0.35)	

CMYK yüzdeleri

%17.96
%9.58
%0
%34.51

Codes

Color #8997A7 in popluar color models

8997A7
RGB137151167
HSL212°14.56%59.61%
HSB/HSV212°17.96%65.49%
CMYK17.96%9.58%0.00%
34.51%

Color #8997A7 in popluar number systems.

HEX8997A7
Decimal137151167
Binary100010011001011110100111
Octal211227247

Shades and tints

Shades of #8997A7

#8997A7
(137,151,167)
#7D8A98
(125,138,152)
#717D89
(113,125,137)
#65707A
(101,112,122)
#59636B
(89,99,107)
#4D565C
(77,86,92)
#41494D
(65,73,77)
#353C3E
(53,60,62)
#292F2F
(41,47,47)
#1D2220
(29,34,32)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #8997A7

#8997A7
(137,151,167)
#93A0AF
(147,160,175)
#9DA9B7
(157,169,183)
#A7B2BF
(167,178,191)
#B1BBC7
(177,187,199)
#BBC4CF
(187,196,207)
#C5CDD7
(197,205,215)
#CFD6DF
(207,214,223)
#D9DFE7
(217,223,231)
#E3E8EF
(227,232,239)
#EDF1F7
(237,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8997A7; }

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

This text font color is #8997A7.


Background Color

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

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

This div background color is #8997A7.


Border color

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

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

This div border color is #8997A7.


Opacity

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

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

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

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

This text has shadow with #8997A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8997A7 on black background.


Color preview on white background

This text has color #8997A7 on white background.



Black color preview on #8997A7 background

This text has black color on #8997A7 background.


White color preview on #8997A7 background

This text has white color on #8997A7 background.