COLOR #998FC0

HEX: #998FC0
RGB: (153,143,192)

Renk bilgisi

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

RGB renk modeli

#998FC0 color RGB value is (153,143,192).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 143 of 255 = 56%
B 192 of 255 = 75%

153
143
192

R + G + B ~ 64%. #998FC0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 143 + 192 = 488 (100%)
R 153 of 488 ~ 31.35%
G 143 of 488 ~ 29.3%
B 192 of 488 ~ 39.34%

%31.35
%29.3
%39.34

CMYK RENK MODELİ

#998FC0 rengi CMYK tonu (20,26,0,25).

  • camgöbeği tonu 20.31%
  • eflatun tonu 25.52%
  • sarı tonu 0.00%
  • ana renk tonu 24.71%
CMYK:
(20,26,0,25)
C20M26Y0K25 
(20%,26%,0%,25%)
(0.20/0.26/0.00/0.25)	

CMYK yüzdeleri

%20.31
%25.52
%0
%24.71

Codes

Color #998FC0 in popluar color models

998FC0
RGB153143192
HSL252°28.00%65.69%
HSB/HSV252°25.52%75.29%
CMYK20.31%25.52%0.00%
24.71%

Color #998FC0 in popluar number systems.

HEX998FC0
Decimal153143192
Binary100110011000111111000000
Octal231217300

Shades and tints

Shades of #998FC0

#998FC0
(153,143,192)
#8C82AF
(140,130,175)
#7F759E
(127,117,158)
#72688D
(114,104,141)
#655B7C
(101,91,124)
#584E6B
(88,78,107)
#4B415A
(75,65,90)
#3E3449
(62,52,73)
#312738
(49,39,56)
#241A27
(36,26,39)
#170D16
(23,13,22)
#000000
(0,0,0)

Tints of #998FC0

#998FC0
(153,143,192)
#A299C5
(162,153,197)
#ABA3CA
(171,163,202)
#B4ADCF
(180,173,207)
#BDB7D4
(189,183,212)
#C6C1D9
(198,193,217)
#CFCBDE
(207,203,222)
#D8D5E3
(216,213,227)
#E1DFE8
(225,223,232)
#EAE9ED
(234,233,237)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998FC0; }

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

This text font color is #998FC0.


Background Color

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

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

This div background color is #998FC0.


Border color

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

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

This div border color is #998FC0.


Opacity

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

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

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

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

This text has shadow with #998FC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998FC0 on black background.


Color preview on white background

This text has color #998FC0 on white background.



Black color preview on #998FC0 background

This text has black color on #998FC0 background.


White color preview on #998FC0 background

This text has white color on #998FC0 background.