COLOR #959CB8

HEX: #959CB8
RGB: (149,156,184)

Renk bilgisi

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

RGB renk modeli

#959CB8 color RGB value is (149,156,184).

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

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 156 of 255 = 61%
B 184 of 255 = 72%

149
156
184

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 156 + 184 = 489 (100%)
R 149 of 489 ~ 30.47%
G 156 of 489 ~ 31.9%
B 184 of 489 ~ 37.63%

%30.47
%31.9
%37.63

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%19.02
%15.22
%0
%27.84

Codes

Color #959CB8 in popluar color models

959CB8
RGB149156184
HSL228°19.77%65.29%
HSB/HSV228°19.02%72.16%
CMYK19.02%15.22%0.00%
27.84%

Color #959CB8 in popluar number systems.

HEX959CB8
Decimal149156184
Binary100101011001110010111000
Octal225234270

Shades and tints

Shades of #959CB8

#959CB8
(149,156,184)
#888EA8
(136,142,168)
#7B8098
(123,128,152)
#6E7288
(110,114,136)
#616478
(97,100,120)
#545668
(84,86,104)
#474858
(71,72,88)
#3A3A48
(58,58,72)
#2D2C38
(45,44,56)
#201E28
(32,30,40)
#131018
(19,16,24)
#000000
(0,0,0)

Tints of #959CB8

#959CB8
(149,156,184)
#9EA5BE
(158,165,190)
#A7AEC4
(167,174,196)
#B0B7CA
(176,183,202)
#B9C0D0
(185,192,208)
#C2C9D6
(194,201,214)
#CBD2DC
(203,210,220)
#D4DBE2
(212,219,226)
#DDE4E8
(221,228,232)
#E6EDEE
(230,237,238)
#EFF6F4
(239,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959CB8; }

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

This text font color is #959CB8.


Background Color

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

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

This div background color is #959CB8.


Border color

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

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

This div border color is #959CB8.


Opacity

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

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

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

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

This text has shadow with #959CB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959CB8 on black background.


Color preview on white background

This text has color #959CB8 on white background.



Black color preview on #959CB8 background

This text has black color on #959CB8 background.


White color preview on #959CB8 background

This text has white color on #959CB8 background.