COLOR #998CE5

HEX: #998CE5
RGB: (153,140,229)

Renk bilgisi

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

RGB renk modeli

#998CE5 color RGB value is (153,140,229).

  • kırmız ton 153;
  • yeşil ton 140;
  • mavi ton 229.
RGB:
(153,140,229)
(60%,55%,90%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 140 of 255 = 55%
B 229 of 255 = 90%

153
140
229

R + G + B ~ 68%. #998CE5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 140 + 229 = 522 (100%)
R 153 of 522 ~ 29.31%
G 140 of 522 ~ 26.82%
B 229 of 522 ~ 43.87%

%29.31
%26.82
%43.87

CMYK RENK MODELİ

#998CE5 rengi CMYK tonu (33,39,0,10).

  • camgöbeği tonu 33.19%
  • eflatun tonu 38.86%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(33,39,0,10)
C33M39Y0K10 
(33%,39%,0%,10%)
(0.33/0.39/0.00/0.10)	

CMYK yüzdeleri

%33.19
%38.86
%0
%10.2

Codes

Color #998CE5 in popluar color models

998CE5
RGB153140229
HSL249°63.12%72.35%
HSB/HSV249°38.86%89.80%
CMYK33.19%38.86%0.00%
10.20%

Color #998CE5 in popluar number systems.

HEX998CE5
Decimal153140229
Binary100110011000110011100101
Octal231214345

Shades and tints

Shades of #998CE5

#998CE5
(153,140,229)
#8C80D1
(140,128,209)
#7F74BD
(127,116,189)
#7268A9
(114,104,169)
#655C95
(101,92,149)
#585081
(88,80,129)
#4B446D
(75,68,109)
#3E3859
(62,56,89)
#312C45
(49,44,69)
#242031
(36,32,49)
#17141D
(23,20,29)
#000000
(0,0,0)

Tints of #998CE5

#998CE5
(153,140,229)
#A296E7
(162,150,231)
#ABA0E9
(171,160,233)
#B4AAEB
(180,170,235)
#BDB4ED
(189,180,237)
#C6BEEF
(198,190,239)
#CFC8F1
(207,200,241)
#D8D2F3
(216,210,243)
#E1DCF5
(225,220,245)
#EAE6F7
(234,230,247)
#F3F0F9
(243,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998CE5 color. Also use rgb(153,140,229) instead hex code.

Text Font Color

.myTextColor { color: #998CE5; }

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

This text font color is #998CE5.


Background Color

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

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

This div background color is #998CE5.


Border color

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

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

This div border color is #998CE5.


Opacity

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

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

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

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

This text has shadow with #998CE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998CE5 on black background.


Color preview on white background

This text has color #998CE5 on white background.



Black color preview on #998CE5 background

This text has black color on #998CE5 background.


White color preview on #998CE5 background

This text has white color on #998CE5 background.