COLOR #998CBB

HEX: #998CBB
RGB: (153,140,187)

Renk bilgisi

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

RGB renk modeli

#998CBB color RGB value is (153,140,187).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 140 of 255 = 55%
B 187 of 255 = 73%

153
140
187

R + G + B ~ 63%. #998CBB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 140 + 187 = 480 (100%)
R 153 of 480 ~ 31.88%
G 140 of 480 ~ 29.17%
B 187 of 480 ~ 38.96%

%31.88
%29.17
%38.96

CMYK RENK MODELİ

#998CBB rengi CMYK tonu (18,25,0,27).

  • camgöbeği tonu 18.18%
  • eflatun tonu 25.13%
  • sarı tonu 0.00%
  • ana renk tonu 26.67%
CMYK:
(18,25,0,27)
C18M25Y0K27 
(18%,25%,0%,27%)
(0.18/0.25/0.00/0.27)	

CMYK yüzdeleri

%18.18
%25.13
%0
%26.67

Codes

Color #998CBB in popluar color models

998CBB
RGB153140187
HSL257°25.68%64.12%
HSB/HSV257°25.13%73.33%
CMYK18.18%25.13%0.00%
26.67%

Color #998CBB in popluar number systems.

HEX998CBB
Decimal153140187
Binary100110011000110010111011
Octal231214273

Shades and tints

Shades of #998CBB

#998CBB
(153,140,187)
#8C80AA
(140,128,170)
#7F7499
(127,116,153)
#726888
(114,104,136)
#655C77
(101,92,119)
#585066
(88,80,102)
#4B4455
(75,68,85)
#3E3844
(62,56,68)
#312C33
(49,44,51)
#242022
(36,32,34)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #998CBB

#998CBB
(153,140,187)
#A296C1
(162,150,193)
#ABA0C7
(171,160,199)
#B4AACD
(180,170,205)
#BDB4D3
(189,180,211)
#C6BED9
(198,190,217)
#CFC8DF
(207,200,223)
#D8D2E5
(216,210,229)
#E1DCEB
(225,220,235)
#EAE6F1
(234,230,241)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998CBB; }

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

This text font color is #998CBB.


Background Color

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

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

This div background color is #998CBB.


Border color

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

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

This div border color is #998CBB.


Opacity

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

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

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

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

This text has shadow with #998CBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998CBB on black background.


Color preview on white background

This text has color #998CBB on white background.



Black color preview on #998CBB background

This text has black color on #998CBB background.


White color preview on #998CBB background

This text has white color on #998CBB background.