COLOR #898EA4

HEX: #898EA4
RGB: (137,142,164)

Renk bilgisi

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

RGB renk modeli

#898EA4 color RGB value is (137,142,164).

  • kırmız ton 137;
  • yeşil ton 142;
  • mavi ton 164.
RGB:
(137,142,164)
(54%,56%,64%)

RGB bağlantıları ve doygunluk

R 137 of 255 = 54%
G 142 of 255 = 56%
B 164 of 255 = 64%

137
142
164

R + G + B ~ 58%. #898EA4 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
137 + 142 + 164 = 443 (100%)
R 137 of 443 ~ 30.93%
G 142 of 443 ~ 32.05%
B 164 of 443 ~ 37.02%

%30.93
%32.05
%37.02

CMYK RENK MODELİ

#898EA4 rengi CMYK tonu (16,13,0,36).

  • camgöbeği tonu 16.46%
  • eflatun tonu 13.41%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%
CMYK:
(16,13,0,36)
C16M13Y0K36 
(16%,13%,0%,36%)
(0.16/0.13/0.00/0.36)	

CMYK yüzdeleri

%16.46
%13.41
%0
%35.69

Codes

Color #898EA4 in popluar color models

898EA4
RGB137142164
HSL229°12.92%59.02%
HSB/HSV229°16.46%64.31%
CMYK16.46%13.41%0.00%
35.69%

Color #898EA4 in popluar number systems.

HEX898EA4
Decimal137142164
Binary100010011000111010100100
Octal211216244

Shades and tints

Shades of #898EA4

#898EA4
(137,142,164)
#7D8296
(125,130,150)
#717688
(113,118,136)
#656A7A
(101,106,122)
#595E6C
(89,94,108)
#4D525E
(77,82,94)
#414650
(65,70,80)
#353A42
(53,58,66)
#292E34
(41,46,52)
#1D2226
(29,34,38)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #898EA4

#898EA4
(137,142,164)
#9398AC
(147,152,172)
#9DA2B4
(157,162,180)
#A7ACBC
(167,172,188)
#B1B6C4
(177,182,196)
#BBC0CC
(187,192,204)
#C5CAD4
(197,202,212)
#CFD4DC
(207,212,220)
#D9DEE4
(217,222,228)
#E3E8EC
(227,232,236)
#EDF2F4
(237,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898EA4 color. Also use rgb(137,142,164) instead hex code.

Text Font Color

.myTextColor { color: #898EA4; }

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

This text font color is #898EA4.


Background Color

.myBgColor { background-color: #898EA4; }

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

This div background color is #898EA4.


Border color

.myBorderColor { border: 1px solid #898EA4; }

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

This div border color is #898EA4.


Opacity

.myOpacity80 { color: #898EA4; opacity: 0.8; }

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

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

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

This text has shadow with #898EA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898EA4 on black background.


Color preview on white background

This text has color #898EA4 on white background.



Black color preview on #898EA4 background

This text has black color on #898EA4 background.


White color preview on #898EA4 background

This text has white color on #898EA4 background.