COLOR #959CA6

HEX: #959CA6
RGB: (149,156,166)

Renk bilgisi

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

RGB renk modeli

#959CA6 color RGB value is (149,156,166).

  • kırmız ton 149;
  • yeşil ton 156;
  • mavi ton 166.
RGB:
(149,156,166)
(58%,61%,65%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 156 of 255 = 61%
B 166 of 255 = 65%

149
156
166

R + G + B ~ 61%. #959CA6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 156 + 166 = 471 (100%)
R 149 of 471 ~ 31.63%
G 156 of 471 ~ 33.12%
B 166 of 471 ~ 35.24%

%31.63
%33.12
%35.24

CMYK RENK MODELİ

#959CA6 rengi CMYK tonu (10,6,0,35).

  • camgöbeği tonu 10.24%
  • eflatun tonu 6.02%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(10,6,0,35)
C10M6Y0K35 
(10%,6%,0%,35%)
(0.10/0.06/0.00/0.35)	

CMYK yüzdeleri

%10.24
%6.02
%0
%34.9

Codes

Color #959CA6 in popluar color models

959CA6
RGB149156166
HSL215°8.72%61.76%
HSB/HSV215°10.24%65.10%
CMYK10.24%6.02%0.00%
34.90%

Color #959CA6 in popluar number systems.

HEX959CA6
Decimal149156166
Binary100101011001110010100110
Octal225234246

Shades and tints

Shades of #959CA6

#959CA6
(149,156,166)
#888E97
(136,142,151)
#7B8088
(123,128,136)
#6E7279
(110,114,121)
#61646A
(97,100,106)
#54565B
(84,86,91)
#47484C
(71,72,76)
#3A3A3D
(58,58,61)
#2D2C2E
(45,44,46)
#201E1F
(32,30,31)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #959CA6

#959CA6
(149,156,166)
#9EA5AE
(158,165,174)
#A7AEB6
(167,174,182)
#B0B7BE
(176,183,190)
#B9C0C6
(185,192,198)
#C2C9CE
(194,201,206)
#CBD2D6
(203,210,214)
#D4DBDE
(212,219,222)
#DDE4E6
(221,228,230)
#E6EDEE
(230,237,238)
#EFF6F6
(239,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959CA6 color. Also use rgb(149,156,166) instead hex code.

Text Font Color

.myTextColor { color: #959CA6; }

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

This text font color is #959CA6.


Background Color

.myBgColor { background-color: #959CA6; }

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

This div background color is #959CA6.


Border color

.myBorderColor { border: 1px solid #959CA6; }

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

This div border color is #959CA6.


Opacity

.myOpacity80 { color: #959CA6; opacity: 0.8; }

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

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

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

This text has shadow with #959CA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959CA6 on black background.


Color preview on white background

This text has color #959CA6 on white background.



Black color preview on #959CA6 background

This text has black color on #959CA6 background.


White color preview on #959CA6 background

This text has white color on #959CA6 background.