COLOR #959AB4

HEX: #959AB4
RGB: (149,154,180)

Renk bilgisi

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

RGB renk modeli

#959AB4 color RGB value is (149,154,180).

  • kırmız ton 149;
  • yeşil ton 154;
  • mavi ton 180.
RGB:
(149,154,180)
(58%,60%,71%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 154 of 255 = 60%
B 180 of 255 = 71%

149
154
180

R + G + B ~ 63%. #959AB4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 154 + 180 = 483 (100%)
R 149 of 483 ~ 30.85%
G 154 of 483 ~ 31.88%
B 180 of 483 ~ 37.27%

%30.85
%31.88
%37.27

CMYK RENK MODELİ

#959AB4 rengi CMYK tonu (17,14,0,29).

  • camgöbeği tonu 17.22%
  • eflatun tonu 14.44%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(17,14,0,29)
C17M14Y0K29 
(17%,14%,0%,29%)
(0.17/0.14/0.00/0.29)	

CMYK yüzdeleri

%17.22
%14.44
%0
%29.41

Codes

Color #959AB4 in popluar color models

959AB4
RGB149154180
HSL230°17.13%64.51%
HSB/HSV230°17.22%70.59%
CMYK17.22%14.44%0.00%
29.41%

Color #959AB4 in popluar number systems.

HEX959AB4
Decimal149154180
Binary100101011001101010110100
Octal225232264

Shades and tints

Shades of #959AB4

#959AB4
(149,154,180)
#888CA4
(136,140,164)
#7B7E94
(123,126,148)
#6E7084
(110,112,132)
#616274
(97,98,116)
#545464
(84,84,100)
#474654
(71,70,84)
#3A3844
(58,56,68)
#2D2A34
(45,42,52)
#201C24
(32,28,36)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #959AB4

#959AB4
(149,154,180)
#9EA3BA
(158,163,186)
#A7ACC0
(167,172,192)
#B0B5C6
(176,181,198)
#B9BECC
(185,190,204)
#C2C7D2
(194,199,210)
#CBD0D8
(203,208,216)
#D4D9DE
(212,217,222)
#DDE2E4
(221,226,228)
#E6EBEA
(230,235,234)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959AB4 color. Also use rgb(149,154,180) instead hex code.

Text Font Color

.myTextColor { color: #959AB4; }

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

This text font color is #959AB4.


Background Color

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

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

This div background color is #959AB4.


Border color

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

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

This div border color is #959AB4.


Opacity

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

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

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

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

This text has shadow with #959AB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959AB4 on black background.


Color preview on white background

This text has color #959AB4 on white background.



Black color preview on #959AB4 background

This text has black color on #959AB4 background.


White color preview on #959AB4 background

This text has white color on #959AB4 background.