COLOR #968090

HEX: #968090
RGB: (150,128,144)

Renk bilgisi

#968090 contains red, green and blue colors in about the same proportion. #968090 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#968090 color RGB value is (150,128,144).

  • kırmız ton 150;
  • yeşil ton 128;
  • mavi ton 144.
RGB:
(150,128,144)
(59%,50%,56%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 128 of 255 = 50%
B 144 of 255 = 56%

150
128
144

R + G + B ~ 55%. #968090 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 128 + 144 = 422 (100%)
R 150 of 422 ~ 35.55%
G 128 of 422 ~ 30.33%
B 144 of 422 ~ 34.12%

%35.55
%30.33
%34.12

CMYK RENK MODELİ

#968090 rengi CMYK tonu (0,15,4,41).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.67%
  • sarı tonu 4.00%
  • ana renk tonu 41.18%
CMYK:
(0,15,4,41)
C0M15Y4K41 
(0%,15%,4%,41%)
(0.00/0.15/0.04/0.41)	

CMYK yüzdeleri

%0
%14.67
%4
%41.18

Codes

Color #968090 in popluar color models

968090
RGB150128144
HSL316°9.48%54.51%
HSB/HSV316°14.67%58.82%
CMYK0.00%14.67%4.00%
41.18%

Color #968090 in popluar number systems.

HEX968090
Decimal150128144
Binary100101101000000010010000
Octal226200220

Shades and tints

Shades of #968090

#968090
(150,128,144)
#897583
(137,117,131)
#7C6A76
(124,106,118)
#6F5F69
(111,95,105)
#62545C
(98,84,92)
#55494F
(85,73,79)
#483E42
(72,62,66)
#3B3335
(59,51,53)
#2E2828
(46,40,40)
#211D1B
(33,29,27)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #968090

#968090
(150,128,144)
#9F8B9A
(159,139,154)
#A896A4
(168,150,164)
#B1A1AE
(177,161,174)
#BAACB8
(186,172,184)
#C3B7C2
(195,183,194)
#CCC2CC
(204,194,204)
#D5CDD6
(213,205,214)
#DED8E0
(222,216,224)
#E7E3EA
(231,227,234)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968090 color. Also use rgb(150,128,144) instead hex code.

Text Font Color

.myTextColor { color: #968090; }

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

This text font color is #968090.


Background Color

.myBgColor { background-color: #968090; }

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

This div background color is #968090.


Border color

.myBorderColor { border: 1px solid #968090; }

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

This div border color is #968090.


Opacity

.myOpacity80 { color: #968090; opacity: 0.8; }

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

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

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

This text has shadow with #968090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968090 on black background.


Color preview on white background

This text has color #968090 on white background.



Black color preview on #968090 background

This text has black color on #968090 background.


White color preview on #968090 background

This text has white color on #968090 background.