COLOR #998CC7

HEX: #998CC7
RGB: (153,140,199)

Renk bilgisi

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

RGB renk modeli

#998CC7 color RGB value is (153,140,199).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 140 of 255 = 55%
B 199 of 255 = 78%

153
140
199

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 140 + 199 = 492 (100%)
R 153 of 492 ~ 31.1%
G 140 of 492 ~ 28.46%
B 199 of 492 ~ 40.45%

%31.1
%28.46
%40.45

CMYK RENK MODELİ

#998CC7 rengi CMYK tonu (23,30,0,22).

  • camgöbeği tonu 23.12%
  • eflatun tonu 29.65%
  • sarı tonu 0.00%
  • ana renk tonu 21.96%
CMYK:
(23,30,0,22)
C23M30Y0K22 
(23%,30%,0%,22%)
(0.23/0.30/0.00/0.22)	

CMYK yüzdeleri

%23.12
%29.65
%0
%21.96

Codes

Color #998CC7 in popluar color models

998CC7
RGB153140199
HSL253°34.50%66.47%
HSB/HSV253°29.65%78.04%
CMYK23.12%29.65%0.00%
21.96%

Color #998CC7 in popluar number systems.

HEX998CC7
Decimal153140199
Binary100110011000110011000111
Octal231214307

Shades and tints

Shades of #998CC7

#998CC7
(153,140,199)
#8C80B5
(140,128,181)
#7F74A3
(127,116,163)
#726891
(114,104,145)
#655C7F
(101,92,127)
#58506D
(88,80,109)
#4B445B
(75,68,91)
#3E3849
(62,56,73)
#312C37
(49,44,55)
#242025
(36,32,37)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #998CC7

#998CC7
(153,140,199)
#A296CC
(162,150,204)
#ABA0D1
(171,160,209)
#B4AAD6
(180,170,214)
#BDB4DB
(189,180,219)
#C6BEE0
(198,190,224)
#CFC8E5
(207,200,229)
#D8D2EA
(216,210,234)
#E1DCEF
(225,220,239)
#EAE6F4
(234,230,244)
#F3F0F9
(243,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998CC7; }

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

This text font color is #998CC7.


Background Color

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

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

This div background color is #998CC7.


Border color

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

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

This div border color is #998CC7.


Opacity

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

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

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

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

This text has shadow with #998CC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998CC7 on black background.


Color preview on white background

This text has color #998CC7 on white background.



Black color preview on #998CC7 background

This text has black color on #998CC7 background.


White color preview on #998CC7 background

This text has white color on #998CC7 background.