COLOR #998AD6

HEX: #998AD6
RGB: (153,138,214)

Renk bilgisi

#998AD6 contains mainly blue color. #998AD6 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#998AD6 color RGB value is (153,138,214).

  • kırmız ton 153;
  • yeşil ton 138;
  • mavi ton 214.
RGB:
(153,138,214)
(60%,54%,84%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 138 of 255 = 54%
B 214 of 255 = 84%

153
138
214

R + G + B ~ 66%. #998AD6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 138 + 214 = 505 (100%)
R 153 of 505 ~ 30.3%
G 138 of 505 ~ 27.33%
B 214 of 505 ~ 42.38%

%30.3
%27.33
%42.38

CMYK RENK MODELİ

#998AD6 rengi CMYK tonu (29,36,0,16).

  • camgöbeği tonu 28.50%
  • eflatun tonu 35.51%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(29,36,0,16)
C29M36Y0K16 
(29%,36%,0%,16%)
(0.29/0.36/0.00/0.16)	

CMYK yüzdeleri

%28.5
%35.51
%0
%16.08

Codes

Color #998AD6 in popluar color models

998AD6
RGB153138214
HSL252°48.10%69.02%
HSB/HSV252°35.51%83.92%
CMYK28.50%35.51%0.00%
16.08%

Color #998AD6 in popluar number systems.

HEX998AD6
Decimal153138214
Binary100110011000101011010110
Octal231212326

Shades and tints

Shades of #998AD6

#998AD6
(153,138,214)
#8C7EC3
(140,126,195)
#7F72B0
(127,114,176)
#72669D
(114,102,157)
#655A8A
(101,90,138)
#584E77
(88,78,119)
#4B4264
(75,66,100)
#3E3651
(62,54,81)
#312A3E
(49,42,62)
#241E2B
(36,30,43)
#171218
(23,18,24)
#000000
(0,0,0)

Tints of #998AD6

#998AD6
(153,138,214)
#A294D9
(162,148,217)
#AB9EDC
(171,158,220)
#B4A8DF
(180,168,223)
#BDB2E2
(189,178,226)
#C6BCE5
(198,188,229)
#CFC6E8
(207,198,232)
#D8D0EB
(216,208,235)
#E1DAEE
(225,218,238)
#EAE4F1
(234,228,241)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998AD6 color. Also use rgb(153,138,214) instead hex code.

Text Font Color

.myTextColor { color: #998AD6; }

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

This text font color is #998AD6.


Background Color

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

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

This div background color is #998AD6.


Border color

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

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

This div border color is #998AD6.


Opacity

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

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

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

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

This text has shadow with #998AD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998AD6 on black background.


Color preview on white background

This text has color #998AD6 on white background.



Black color preview on #998AD6 background

This text has black color on #998AD6 background.


White color preview on #998AD6 background

This text has white color on #998AD6 background.