COLOR #8993A5

HEX: #8993A5
RGB: (137,147,165)

Renk bilgisi

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

RGB renk modeli

#8993A5 color RGB value is (137,147,165).

  • kırmız ton 137;
  • yeşil ton 147;
  • mavi ton 165.
RGB:
(137,147,165)
(54%,58%,65%)

RGB bağlantıları ve doygunluk

R 137 of 255 = 54%
G 147 of 255 = 58%
B 165 of 255 = 65%

137
147
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
137 + 147 + 165 = 449 (100%)
R 137 of 449 ~ 30.51%
G 147 of 449 ~ 32.74%
B 165 of 449 ~ 36.75%

%30.51
%32.74
%36.75

CMYK RENK MODELİ

#8993A5 rengi CMYK tonu (17,11,0,35).

  • camgöbeği tonu 16.97%
  • eflatun tonu 10.91%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(17,11,0,35)
C17M11Y0K35 
(17%,11%,0%,35%)
(0.17/0.11/0.00/0.35)	

CMYK yüzdeleri

%16.97
%10.91
%0
%35.29

Codes

Color #8993A5 in popluar color models

8993A5
RGB137147165
HSL219°13.46%59.22%
HSB/HSV219°16.97%64.71%
CMYK16.97%10.91%0.00%
35.29%

Color #8993A5 in popluar number systems.

HEX8993A5
Decimal137147165
Binary100010011001001110100101
Octal211223245

Shades and tints

Shades of #8993A5

#8993A5
(137,147,165)
#7D8696
(125,134,150)
#717987
(113,121,135)
#656C78
(101,108,120)
#595F69
(89,95,105)
#4D525A
(77,82,90)
#41454B
(65,69,75)
#35383C
(53,56,60)
#292B2D
(41,43,45)
#1D1E1E
(29,30,30)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #8993A5

#8993A5
(137,147,165)
#939CAD
(147,156,173)
#9DA5B5
(157,165,181)
#A7AEBD
(167,174,189)
#B1B7C5
(177,183,197)
#BBC0CD
(187,192,205)
#C5C9D5
(197,201,213)
#CFD2DD
(207,210,221)
#D9DBE5
(217,219,229)
#E3E4ED
(227,228,237)
#EDEDF5
(237,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8993A5 color. Also use rgb(137,147,165) instead hex code.

Text Font Color

.myTextColor { color: #8993A5; }

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

This text font color is #8993A5.


Background Color

.myBgColor { background-color: #8993A5; }

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

This div background color is #8993A5.


Border color

.myBorderColor { border: 1px solid #8993A5; }

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

This div border color is #8993A5.


Opacity

.myOpacity80 { color: #8993A5; opacity: 0.8; }

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

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

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

This text has shadow with #8993A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8993A5 on black background.


Color preview on white background

This text has color #8993A5 on white background.



Black color preview on #8993A5 background

This text has black color on #8993A5 background.


White color preview on #8993A5 background

This text has white color on #8993A5 background.