COLOR #959BB7

HEX: #959BB7
RGB: (149,155,183)

Renk bilgisi

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

RGB renk modeli

#959BB7 color RGB value is (149,155,183).

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

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 155 of 255 = 61%
B 183 of 255 = 72%

149
155
183

R + G + B ~ 64%. #959BB7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 155 + 183 = 487 (100%)
R 149 of 487 ~ 30.6%
G 155 of 487 ~ 31.83%
B 183 of 487 ~ 37.58%

%30.6
%31.83
%37.58

CMYK RENK MODELİ

#959BB7 rengi CMYK tonu (19,15,0,28).

  • camgöbeği tonu 18.58%
  • eflatun tonu 15.30%
  • sarı tonu 0.00%
  • ana renk tonu 28.24%
CMYK:
(19,15,0,28)
C19M15Y0K28 
(19%,15%,0%,28%)
(0.19/0.15/0.00/0.28)	

CMYK yüzdeleri

%18.58
%15.3
%0
%28.24

Codes

Color #959BB7 in popluar color models

959BB7
RGB149155183
HSL229°19.10%65.10%
HSB/HSV229°18.58%71.76%
CMYK18.58%15.30%0.00%
28.24%

Color #959BB7 in popluar number systems.

HEX959BB7
Decimal149155183
Binary100101011001101110110111
Octal225233267

Shades and tints

Shades of #959BB7

#959BB7
(149,155,183)
#888DA7
(136,141,167)
#7B7F97
(123,127,151)
#6E7187
(110,113,135)
#616377
(97,99,119)
#545567
(84,85,103)
#474757
(71,71,87)
#3A3947
(58,57,71)
#2D2B37
(45,43,55)
#201D27
(32,29,39)
#130F17
(19,15,23)
#000000
(0,0,0)

Tints of #959BB7

#959BB7
(149,155,183)
#9EA4BD
(158,164,189)
#A7ADC3
(167,173,195)
#B0B6C9
(176,182,201)
#B9BFCF
(185,191,207)
#C2C8D5
(194,200,213)
#CBD1DB
(203,209,219)
#D4DAE1
(212,218,225)
#DDE3E7
(221,227,231)
#E6ECED
(230,236,237)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959BB7; }

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

This text font color is #959BB7.


Background Color

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

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

This div background color is #959BB7.


Border color

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

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

This div border color is #959BB7.


Opacity

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

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

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

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

This text has shadow with #959BB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959BB7 on black background.


Color preview on white background

This text has color #959BB7 on white background.



Black color preview on #959BB7 background

This text has black color on #959BB7 background.


White color preview on #959BB7 background

This text has white color on #959BB7 background.