COLOR #959DA9

HEX: #959DA9
RGB: (149,157,169)

Renk bilgisi

#959DA9 contains red, green and blue colors in about the same proportion. #959DA9 ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#959DA9 color RGB value is (149,157,169).

  • kırmız ton 149;
  • yeşil ton 157;
  • mavi ton 169.
RGB:
(149,157,169)
(58%,62%,66%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 157 of 255 = 62%
B 169 of 255 = 66%

149
157
169

R + G + B ~ 62%. #959DA9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 157 + 169 = 475 (100%)
R 149 of 475 ~ 31.37%
G 157 of 475 ~ 33.05%
B 169 of 475 ~ 35.58%

%31.37
%33.05
%35.58

CMYK RENK MODELİ

#959DA9 rengi CMYK tonu (12,7,0,34).

  • camgöbeği tonu 11.83%
  • eflatun tonu 7.10%
  • sarı tonu 0.00%
  • ana renk tonu 33.73%
CMYK:
(12,7,0,34)
C12M7Y0K34 
(12%,7%,0%,34%)
(0.12/0.07/0.00/0.34)	

CMYK yüzdeleri

%11.83
%7.1
%0
%33.73

Codes

Color #959DA9 in popluar color models

959DA9
RGB149157169
HSL216°10.42%62.35%
HSB/HSV216°11.83%66.27%
CMYK11.83%7.10%0.00%
33.73%

Color #959DA9 in popluar number systems.

HEX959DA9
Decimal149157169
Binary100101011001110110101001
Octal225235251

Shades and tints

Shades of #959DA9

#959DA9
(149,157,169)
#888F9A
(136,143,154)
#7B818B
(123,129,139)
#6E737C
(110,115,124)
#61656D
(97,101,109)
#54575E
(84,87,94)
#47494F
(71,73,79)
#3A3B40
(58,59,64)
#2D2D31
(45,45,49)
#201F22
(32,31,34)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #959DA9

#959DA9
(149,157,169)
#9EA5B0
(158,165,176)
#A7ADB7
(167,173,183)
#B0B5BE
(176,181,190)
#B9BDC5
(185,189,197)
#C2C5CC
(194,197,204)
#CBCDD3
(203,205,211)
#D4D5DA
(212,213,218)
#DDDDE1
(221,221,225)
#E6E5E8
(230,229,232)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959DA9 color. Also use rgb(149,157,169) instead hex code.

Text Font Color

.myTextColor { color: #959DA9; }

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

This text font color is #959DA9.


Background Color

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

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

This div background color is #959DA9.


Border color

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

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

This div border color is #959DA9.


Opacity

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

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

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

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

This text has shadow with #959DA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959DA9 on black background.


Color preview on white background

This text has color #959DA9 on white background.



Black color preview on #959DA9 background

This text has black color on #959DA9 background.


White color preview on #959DA9 background

This text has white color on #959DA9 background.