COLOR #998FB6

HEX: #998FB6
RGB: (153,143,182)

Renk bilgisi

#998FB6 contains red, green and blue colors in about the same proportion. #998FB6 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#998FB6 color RGB value is (153,143,182).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 143 of 255 = 56%
B 182 of 255 = 71%

153
143
182

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 143 + 182 = 478 (100%)
R 153 of 478 ~ 32.01%
G 143 of 478 ~ 29.92%
B 182 of 478 ~ 38.08%

%32.01
%29.92
%38.08

CMYK RENK MODELİ

#998FB6 rengi CMYK tonu (16,21,0,29).

  • camgöbeği tonu 15.93%
  • eflatun tonu 21.43%
  • sarı tonu 0.00%
  • ana renk tonu 28.63%
CMYK:
(16,21,0,29)
C16M21Y0K29 
(16%,21%,0%,29%)
(0.16/0.21/0.00/0.29)	

CMYK yüzdeleri

%15.93
%21.43
%0
%28.63

Codes

Color #998FB6 in popluar color models

998FB6
RGB153143182
HSL255°21.08%63.73%
HSB/HSV255°21.43%71.37%
CMYK15.93%21.43%0.00%
28.63%

Color #998FB6 in popluar number systems.

HEX998FB6
Decimal153143182
Binary100110011000111110110110
Octal231217266

Shades and tints

Shades of #998FB6

#998FB6
(153,143,182)
#8C82A6
(140,130,166)
#7F7596
(127,117,150)
#726886
(114,104,134)
#655B76
(101,91,118)
#584E66
(88,78,102)
#4B4156
(75,65,86)
#3E3446
(62,52,70)
#312736
(49,39,54)
#241A26
(36,26,38)
#170D16
(23,13,22)
#000000
(0,0,0)

Tints of #998FB6

#998FB6
(153,143,182)
#A299BC
(162,153,188)
#ABA3C2
(171,163,194)
#B4ADC8
(180,173,200)
#BDB7CE
(189,183,206)
#C6C1D4
(198,193,212)
#CFCBDA
(207,203,218)
#D8D5E0
(216,213,224)
#E1DFE6
(225,223,230)
#EAE9EC
(234,233,236)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998FB6; }

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

This text font color is #998FB6.


Background Color

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

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

This div background color is #998FB6.


Border color

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

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

This div border color is #998FB6.


Opacity

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

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

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

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

This text has shadow with #998FB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998FB6 on black background.


Color preview on white background

This text has color #998FB6 on white background.



Black color preview on #998FB6 background

This text has black color on #998FB6 background.


White color preview on #998FB6 background

This text has white color on #998FB6 background.