COLOR #959BA4

HEX: #959BA4
RGB: (149,155,164)

Renk bilgisi

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

RGB renk modeli

#959BA4 color RGB value is (149,155,164).

  • kırmız ton 149;
  • yeşil ton 155;
  • mavi ton 164.
RGB:
(149,155,164)
(58%,61%,64%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 155 of 255 = 61%
B 164 of 255 = 64%

149
155
164

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 155 + 164 = 468 (100%)
R 149 of 468 ~ 31.84%
G 155 of 468 ~ 33.12%
B 164 of 468 ~ 35.04%

%31.84
%33.12
%35.04

CMYK RENK MODELİ

#959BA4 rengi CMYK tonu (9,5,0,36).

  • camgöbeği tonu 9.15%
  • eflatun tonu 5.49%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%
CMYK:
(9,5,0,36)
C9M5Y0K36 
(9%,5%,0%,36%)
(0.09/0.05/0.00/0.36)	

CMYK yüzdeleri

%9.15
%5.49
%0
%35.69

Codes

Color #959BA4 in popluar color models

959BA4
RGB149155164
HSL216°7.61%61.37%
HSB/HSV216°9.15%64.31%
CMYK9.15%5.49%0.00%
35.69%

Color #959BA4 in popluar number systems.

HEX959BA4
Decimal149155164
Binary100101011001101110100100
Octal225233244

Shades and tints

Shades of #959BA4

#959BA4
(149,155,164)
#888D96
(136,141,150)
#7B7F88
(123,127,136)
#6E717A
(110,113,122)
#61636C
(97,99,108)
#54555E
(84,85,94)
#474750
(71,71,80)
#3A3942
(58,57,66)
#2D2B34
(45,43,52)
#201D26
(32,29,38)
#130F18
(19,15,24)
#000000
(0,0,0)

Tints of #959BA4

#959BA4
(149,155,164)
#9EA4AC
(158,164,172)
#A7ADB4
(167,173,180)
#B0B6BC
(176,182,188)
#B9BFC4
(185,191,196)
#C2C8CC
(194,200,204)
#CBD1D4
(203,209,212)
#D4DADC
(212,218,220)
#DDE3E4
(221,227,228)
#E6ECEC
(230,236,236)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959BA4 color. Also use rgb(149,155,164) instead hex code.

Text Font Color

.myTextColor { color: #959BA4; }

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

This text font color is #959BA4.


Background Color

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

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

This div background color is #959BA4.


Border color

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

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

This div border color is #959BA4.


Opacity

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

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

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

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

This text has shadow with #959BA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959BA4 on black background.


Color preview on white background

This text has color #959BA4 on white background.



Black color preview on #959BA4 background

This text has black color on #959BA4 background.


White color preview on #959BA4 background

This text has white color on #959BA4 background.