COLOR #968688

HEX: #968688
RGB: (150,134,136)

Renk bilgisi

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

RGB renk modeli

#968688 color RGB value is (150,134,136).

  • kırmız ton 150;
  • yeşil ton 134;
  • mavi ton 136.
RGB:
(150,134,136)
(59%,53%,53%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 134 of 255 = 53%
B 136 of 255 = 53%

150
134
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 134 + 136 = 420 (100%)
R 150 of 420 ~ 35.71%
G 134 of 420 ~ 31.9%
B 136 of 420 ~ 32.38%

%35.71
%31.9
%32.38

CMYK RENK MODELİ

#968688 rengi CMYK tonu (0,11,9,41).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.67%
  • sarı tonu 9.33%
  • ana renk tonu 41.18%
CMYK:
(0,11,9,41)
C0M11Y9K41 
(0%,11%,9%,41%)
(0.00/0.11/0.09/0.41)	

CMYK yüzdeleri

%0
%10.67
%9.33
%41.18

Codes

Color #968688 in popluar color models

968688
RGB150134136
HSL353°7.08%55.69%
HSB/HSV353°10.67%58.82%
CMYK0.00%10.67%9.33%
41.18%

Color #968688 in popluar number systems.

HEX968688
Decimal150134136
Binary100101101000011010001000
Octal226206210

Shades and tints

Shades of #968688

#968688
(150,134,136)
#897A7C
(137,122,124)
#7C6E70
(124,110,112)
#6F6264
(111,98,100)
#625658
(98,86,88)
#554A4C
(85,74,76)
#483E40
(72,62,64)
#3B3234
(59,50,52)
#2E2628
(46,38,40)
#211A1C
(33,26,28)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #968688

#968688
(150,134,136)
#9F9192
(159,145,146)
#A89C9C
(168,156,156)
#B1A7A6
(177,167,166)
#BAB2B0
(186,178,176)
#C3BDBA
(195,189,186)
#CCC8C4
(204,200,196)
#D5D3CE
(213,211,206)
#DEDED8
(222,222,216)
#E7E9E2
(231,233,226)
#F0F4EC
(240,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968688 color. Also use rgb(150,134,136) instead hex code.

Text Font Color

.myTextColor { color: #968688; }

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

This text font color is #968688.


Background Color

.myBgColor { background-color: #968688; }

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

This div background color is #968688.


Border color

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

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

This div border color is #968688.


Opacity

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

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

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

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

This text has shadow with #968688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968688 on black background.


Color preview on white background

This text has color #968688 on white background.



Black color preview on #968688 background

This text has black color on #968688 background.


White color preview on #968688 background

This text has white color on #968688 background.