COLOR #959BD6

HEX: #959BD6
RGB: (149,155,214)

Renk bilgisi

#959BD6 contains mainly green and blue colors. #959BD6 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#959BD6 color RGB value is (149,155,214).

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

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 155 of 255 = 61%
B 214 of 255 = 84%

149
155
214

R + G + B ~ 68%. #959BD6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 155 + 214 = 518 (100%)
R 149 of 518 ~ 28.76%
G 155 of 518 ~ 29.92%
B 214 of 518 ~ 41.31%

%28.76
%29.92
%41.31

CMYK RENK MODELİ

#959BD6 rengi CMYK tonu (30,28,0,16).

  • camgöbeği tonu 30.37%
  • eflatun tonu 27.57%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(30,28,0,16)
C30M28Y0K16 
(30%,28%,0%,16%)
(0.30/0.28/0.00/0.16)	

CMYK yüzdeleri

%30.37
%27.57
%0
%16.08

Codes

Color #959BD6 in popluar color models

959BD6
RGB149155214
HSL234°44.22%71.18%
HSB/HSV234°30.37%83.92%
CMYK30.37%27.57%0.00%
16.08%

Color #959BD6 in popluar number systems.

HEX959BD6
Decimal149155214
Binary100101011001101111010110
Octal225233326

Shades and tints

Shades of #959BD6

#959BD6
(149,155,214)
#888DC3
(136,141,195)
#7B7FB0
(123,127,176)
#6E719D
(110,113,157)
#61638A
(97,99,138)
#545577
(84,85,119)
#474764
(71,71,100)
#3A3951
(58,57,81)
#2D2B3E
(45,43,62)
#201D2B
(32,29,43)
#130F18
(19,15,24)
#000000
(0,0,0)

Tints of #959BD6

#959BD6
(149,155,214)
#9EA4D9
(158,164,217)
#A7ADDC
(167,173,220)
#B0B6DF
(176,182,223)
#B9BFE2
(185,191,226)
#C2C8E5
(194,200,229)
#CBD1E8
(203,209,232)
#D4DAEB
(212,218,235)
#DDE3EE
(221,227,238)
#E6ECF1
(230,236,241)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959BD6; }

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

This text font color is #959BD6.


Background Color

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

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

This div background color is #959BD6.


Border color

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

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

This div border color is #959BD6.


Opacity

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

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

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

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

This text has shadow with #959BD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959BD6 on black background.


Color preview on white background

This text has color #959BD6 on white background.



Black color preview on #959BD6 background

This text has black color on #959BD6 background.


White color preview on #959BD6 background

This text has white color on #959BD6 background.