COLOR #998CA4

HEX: #998CA4
RGB: (153,140,164)

Renk bilgisi

#998CA4 contains red, green and blue colors in about the same proportion. #998CA4 ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#998CA4 color RGB value is (153,140,164).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 140 of 255 = 55%
B 164 of 255 = 64%

153
140
164

R + G + B ~ 60%. #998CA4 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 140 + 164 = 457 (100%)
R 153 of 457 ~ 33.48%
G 140 of 457 ~ 30.63%
B 164 of 457 ~ 35.89%

%33.48
%30.63
%35.89

CMYK RENK MODELİ

#998CA4 rengi CMYK tonu (7,15,0,36).

  • camgöbeği tonu 6.71%
  • eflatun tonu 14.63%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%
CMYK:
(7,15,0,36)
C7M15Y0K36 
(7%,15%,0%,36%)
(0.07/0.15/0.00/0.36)	

CMYK yüzdeleri

%6.71
%14.63
%0
%35.69

Codes

Color #998CA4 in popluar color models

998CA4
RGB153140164
HSL273°11.65%59.61%
HSB/HSV273°14.63%64.31%
CMYK6.71%14.63%0.00%
35.69%

Color #998CA4 in popluar number systems.

HEX998CA4
Decimal153140164
Binary100110011000110010100100
Octal231214244

Shades and tints

Shades of #998CA4

#998CA4
(153,140,164)
#8C8096
(140,128,150)
#7F7488
(127,116,136)
#72687A
(114,104,122)
#655C6C
(101,92,108)
#58505E
(88,80,94)
#4B4450
(75,68,80)
#3E3842
(62,56,66)
#312C34
(49,44,52)
#242026
(36,32,38)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #998CA4

#998CA4
(153,140,164)
#A296AC
(162,150,172)
#ABA0B4
(171,160,180)
#B4AABC
(180,170,188)
#BDB4C4
(189,180,196)
#C6BECC
(198,190,204)
#CFC8D4
(207,200,212)
#D8D2DC
(216,210,220)
#E1DCE4
(225,220,228)
#EAE6EC
(234,230,236)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998CA4; }

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

This text font color is #998CA4.


Background Color

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

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

This div background color is #998CA4.


Border color

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

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

This div border color is #998CA4.


Opacity

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

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

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

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

This text has shadow with #998CA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998CA4 on black background.


Color preview on white background

This text has color #998CA4 on white background.



Black color preview on #998CA4 background

This text has black color on #998CA4 background.


White color preview on #998CA4 background

This text has white color on #998CA4 background.