COLOR #96A5C6

HEX: #96A5C6
RGB: (150,165,198)

Renk bilgisi

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

RGB renk modeli

#96A5C6 color RGB value is (150,165,198).

  • kırmız ton 150;
  • yeşil ton 165;
  • mavi ton 198.
RGB:
(150,165,198)
(59%,65%,78%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 165 of 255 = 65%
B 198 of 255 = 78%

150
165
198

R + G + B ~ 67%. #96A5C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 165 + 198 = 513 (100%)
R 150 of 513 ~ 29.24%
G 165 of 513 ~ 32.16%
B 198 of 513 ~ 38.6%

%29.24
%32.16
%38.6

CMYK RENK MODELİ

#96A5C6 rengi CMYK tonu (24,17,0,22).

  • camgöbeği tonu 24.24%
  • eflatun tonu 16.67%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(24,17,0,22)
C24M17Y0K22 
(24%,17%,0%,22%)
(0.24/0.17/0.00/0.22)	

CMYK yüzdeleri

%24.24
%16.67
%0
%22.35

Codes

Color #96A5C6 in popluar color models

96A5C6
RGB150165198
HSL221°29.63%68.24%
HSB/HSV221°24.24%77.65%
CMYK24.24%16.67%0.00%
22.35%

Color #96A5C6 in popluar number systems.

HEX96A5C6
Decimal150165198
Binary100101101010010111000110
Octal226245306

Shades and tints

Shades of #96A5C6

#96A5C6
(150,165,198)
#8996B4
(137,150,180)
#7C87A2
(124,135,162)
#6F7890
(111,120,144)
#62697E
(98,105,126)
#555A6C
(85,90,108)
#484B5A
(72,75,90)
#3B3C48
(59,60,72)
#2E2D36
(46,45,54)
#211E24
(33,30,36)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #96A5C6

#96A5C6
(150,165,198)
#9FADCB
(159,173,203)
#A8B5D0
(168,181,208)
#B1BDD5
(177,189,213)
#BAC5DA
(186,197,218)
#C3CDDF
(195,205,223)
#CCD5E4
(204,213,228)
#D5DDE9
(213,221,233)
#DEE5EE
(222,229,238)
#E7EDF3
(231,237,243)
#F0F5F8
(240,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A5C6 color. Also use rgb(150,165,198) instead hex code.

Text Font Color

.myTextColor { color: #96A5C6; }

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

This text font color is #96A5C6.


Background Color

.myBgColor { background-color: #96A5C6; }

<div style="background-color:#96A5C6">Inner text</div>

This div background color is #96A5C6.


Border color

.myBorderColor { border: 1px solid #96A5C6; }

<div style="border:3px solid #96A5C6">Div</div>

This div border color is #96A5C6.


Opacity

.myOpacity80 { color: #96A5C6; opacity: 0.8; }

<p style="color:#96A5C6;opacity:0.8;">80%</p>

Text with #96A5C6 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 #96A5C6;}

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

This text has shadow with #96A5C6 color.

.textShadow {text-shadow: 3px 3px 1px #96A5C6, 3px 3px 1px red;}

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

This text has shadow with #96A5C6 primary color and red secondary color.


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

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

This text has shadow with #96A5C6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A5C6 on black background.


Color preview on white background

This text has color #96A5C6 on white background.



Black color preview on #96A5C6 background

This text has black color on #96A5C6 background.


White color preview on #96A5C6 background

This text has white color on #96A5C6 background.