COLOR #998FAA

HEX: #998FAA
RGB: (153,143,170)

Renk bilgisi

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

RGB renk modeli

#998FAA color RGB value is (153,143,170).

  • kırmız ton 153;
  • yeşil ton 143;
  • mavi ton 170.
RGB:
(153,143,170)
(60%,56%,67%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 143 of 255 = 56%
B 170 of 255 = 67%

153
143
170

R + G + B ~ 61%. #998FAA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 143 + 170 = 466 (100%)
R 153 of 466 ~ 32.83%
G 143 of 466 ~ 30.69%
B 170 of 466 ~ 36.48%

%32.83
%30.69
%36.48

CMYK RENK MODELİ

#998FAA rengi CMYK tonu (10,16,0,33).

  • camgöbeği tonu 10.00%
  • eflatun tonu 15.88%
  • sarı tonu 0.00%
  • ana renk tonu 33.33%
CMYK:
(10,16,0,33)
C10M16Y0K33 
(10%,16%,0%,33%)
(0.10/0.16/0.00/0.33)	

CMYK yüzdeleri

%10
%15.88
%0
%33.33

Codes

Color #998FAA in popluar color models

998FAA
RGB153143170
HSL262°13.71%61.37%
HSB/HSV262°15.88%66.67%
CMYK10.00%15.88%0.00%
33.33%

Color #998FAA in popluar number systems.

HEX998FAA
Decimal153143170
Binary100110011000111110101010
Octal231217252

Shades and tints

Shades of #998FAA

#998FAA
(153,143,170)
#8C829B
(140,130,155)
#7F758C
(127,117,140)
#72687D
(114,104,125)
#655B6E
(101,91,110)
#584E5F
(88,78,95)
#4B4150
(75,65,80)
#3E3441
(62,52,65)
#312732
(49,39,50)
#241A23
(36,26,35)
#170D14
(23,13,20)
#000000
(0,0,0)

Tints of #998FAA

#998FAA
(153,143,170)
#A299B1
(162,153,177)
#ABA3B8
(171,163,184)
#B4ADBF
(180,173,191)
#BDB7C6
(189,183,198)
#C6C1CD
(198,193,205)
#CFCBD4
(207,203,212)
#D8D5DB
(216,213,219)
#E1DFE2
(225,223,226)
#EAE9E9
(234,233,233)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998FAA color. Also use rgb(153,143,170) instead hex code.

Text Font Color

.myTextColor { color: #998FAA; }

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

This text font color is #998FAA.


Background Color

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

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

This div background color is #998FAA.


Border color

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

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

This div border color is #998FAA.


Opacity

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

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

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

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

This text has shadow with #998FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998FAA on black background.


Color preview on white background

This text has color #998FAA on white background.



Black color preview on #998FAA background

This text has black color on #998FAA background.


White color preview on #998FAA background

This text has white color on #998FAA background.