COLOR #959BC6

HEX: #959BC6
RGB: (149,155,198)

Renk bilgisi

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

RGB renk modeli

#959BC6 color RGB value is (149,155,198).

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

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 155 of 255 = 61%
B 198 of 255 = 78%

149
155
198

R + G + B ~ 66%. #959BC6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 155 + 198 = 502 (100%)
R 149 of 502 ~ 29.68%
G 155 of 502 ~ 30.88%
B 198 of 502 ~ 39.44%

%29.68
%30.88
%39.44

CMYK RENK MODELİ

#959BC6 rengi CMYK tonu (25,22,0,22).

  • camgöbeği tonu 24.75%
  • eflatun tonu 21.72%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(25,22,0,22)
C25M22Y0K22 
(25%,22%,0%,22%)
(0.25/0.22/0.00/0.22)	

CMYK yüzdeleri

%24.75
%21.72
%0
%22.35

Codes

Color #959BC6 in popluar color models

959BC6
RGB149155198
HSL233°30.06%68.04%
HSB/HSV233°24.75%77.65%
CMYK24.75%21.72%0.00%
22.35%

Color #959BC6 in popluar number systems.

HEX959BC6
Decimal149155198
Binary100101011001101111000110
Octal225233306

Shades and tints

Shades of #959BC6

#959BC6
(149,155,198)
#888DB4
(136,141,180)
#7B7FA2
(123,127,162)
#6E7190
(110,113,144)
#61637E
(97,99,126)
#54556C
(84,85,108)
#47475A
(71,71,90)
#3A3948
(58,57,72)
#2D2B36
(45,43,54)
#201D24
(32,29,36)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #959BC6

#959BC6
(149,155,198)
#9EA4CB
(158,164,203)
#A7ADD0
(167,173,208)
#B0B6D5
(176,182,213)
#B9BFDA
(185,191,218)
#C2C8DF
(194,200,223)
#CBD1E4
(203,209,228)
#D4DAE9
(212,218,233)
#DDE3EE
(221,227,238)
#E6ECF3
(230,236,243)
#EFF5F8
(239,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959BC6; }

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

This text font color is #959BC6.


Background Color

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

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

This div background color is #959BC6.


Border color

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

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

This div border color is #959BC6.


Opacity

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

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

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

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

This text has shadow with #959BC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959BC6 on black background.


Color preview on white background

This text has color #959BC6 on white background.



Black color preview on #959BC6 background

This text has black color on #959BC6 background.


White color preview on #959BC6 background

This text has white color on #959BC6 background.