COLOR #998EAF

HEX: #998EAF
RGB: (153,142,175)

Renk bilgisi

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

RGB renk modeli

#998EAF color RGB value is (153,142,175).

  • kırmız ton 153;
  • yeşil ton 142;
  • mavi ton 175.
RGB:
(153,142,175)
(60%,56%,69%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 142 of 255 = 56%
B 175 of 255 = 69%

153
142
175

R + G + B ~ 62%. #998EAF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 142 + 175 = 470 (100%)
R 153 of 470 ~ 32.55%
G 142 of 470 ~ 30.21%
B 175 of 470 ~ 37.23%

%32.55
%30.21
%37.23

CMYK RENK MODELİ

#998EAF rengi CMYK tonu (13,19,0,31).

  • camgöbeği tonu 12.57%
  • eflatun tonu 18.86%
  • sarı tonu 0.00%
  • ana renk tonu 31.37%
CMYK:
(13,19,0,31)
C13M19Y0K31 
(13%,19%,0%,31%)
(0.13/0.19/0.00/0.31)	

CMYK yüzdeleri

%12.57
%18.86
%0
%31.37

Codes

Color #998EAF in popluar color models

998EAF
RGB153142175
HSL260°17.10%62.16%
HSB/HSV260°18.86%68.63%
CMYK12.57%18.86%0.00%
31.37%

Color #998EAF in popluar number systems.

HEX998EAF
Decimal153142175
Binary100110011000111010101111
Octal231216257

Shades and tints

Shades of #998EAF

#998EAF
(153,142,175)
#8C82A0
(140,130,160)
#7F7691
(127,118,145)
#726A82
(114,106,130)
#655E73
(101,94,115)
#585264
(88,82,100)
#4B4655
(75,70,85)
#3E3A46
(62,58,70)
#312E37
(49,46,55)
#242228
(36,34,40)
#171619
(23,22,25)
#000000
(0,0,0)

Tints of #998EAF

#998EAF
(153,142,175)
#A298B6
(162,152,182)
#ABA2BD
(171,162,189)
#B4ACC4
(180,172,196)
#BDB6CB
(189,182,203)
#C6C0D2
(198,192,210)
#CFCAD9
(207,202,217)
#D8D4E0
(216,212,224)
#E1DEE7
(225,222,231)
#EAE8EE
(234,232,238)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998EAF color. Also use rgb(153,142,175) instead hex code.

Text Font Color

.myTextColor { color: #998EAF; }

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

This text font color is #998EAF.


Background Color

.myBgColor { background-color: #998EAF; }

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

This div background color is #998EAF.


Border color

.myBorderColor { border: 1px solid #998EAF; }

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

This div border color is #998EAF.


Opacity

.myOpacity80 { color: #998EAF; opacity: 0.8; }

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

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

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

This text has shadow with #998EAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998EAF on black background.


Color preview on white background

This text has color #998EAF on white background.



Black color preview on #998EAF background

This text has black color on #998EAF background.


White color preview on #998EAF background

This text has white color on #998EAF background.