COLOR #959DAA

HEX: #959DAA
RGB: (149,157,170)

Renk bilgisi

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

RGB renk modeli

#959DAA color RGB value is (149,157,170).

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

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 157 of 255 = 62%
B 170 of 255 = 67%

149
157
170

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 157 + 170 = 476 (100%)
R 149 of 476 ~ 31.3%
G 157 of 476 ~ 32.98%
B 170 of 476 ~ 35.71%

%31.3
%32.98
%35.71

CMYK RENK MODELİ

#959DAA rengi CMYK tonu (12,8,0,33).

  • camgöbeği tonu 12.35%
  • eflatun tonu 7.65%
  • sarı tonu 0.00%
  • ana renk tonu 33.33%
CMYK:
(12,8,0,33)
C12M8Y0K33 
(12%,8%,0%,33%)
(0.12/0.08/0.00/0.33)	

CMYK yüzdeleri

%12.35
%7.65
%0
%33.33

Codes

Color #959DAA in popluar color models

959DAA
RGB149157170
HSL217°10.99%62.55%
HSB/HSV217°12.35%66.67%
CMYK12.35%7.65%0.00%
33.33%

Color #959DAA in popluar number systems.

HEX959DAA
Decimal149157170
Binary100101011001110110101010
Octal225235252

Shades and tints

Shades of #959DAA

#959DAA
(149,157,170)
#888F9B
(136,143,155)
#7B818C
(123,129,140)
#6E737D
(110,115,125)
#61656E
(97,101,110)
#54575F
(84,87,95)
#474950
(71,73,80)
#3A3B41
(58,59,65)
#2D2D32
(45,45,50)
#201F23
(32,31,35)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #959DAA

#959DAA
(149,157,170)
#9EA5B1
(158,165,177)
#A7ADB8
(167,173,184)
#B0B5BF
(176,181,191)
#B9BDC6
(185,189,198)
#C2C5CD
(194,197,205)
#CBCDD4
(203,205,212)
#D4D5DB
(212,213,219)
#DDDDE2
(221,221,226)
#E6E5E9
(230,229,233)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959DAA; }

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

This text font color is #959DAA.


Background Color

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

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

This div background color is #959DAA.


Border color

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

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

This div border color is #959DAA.


Opacity

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

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

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

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

This text has shadow with #959DAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959DAA on black background.


Color preview on white background

This text has color #959DAA on white background.



Black color preview on #959DAA background

This text has black color on #959DAA background.


White color preview on #959DAA background

This text has white color on #959DAA background.