COLOR #96B5D6

HEX: #96B5D6
RGB: (150,181,214)

Renk bilgisi

#96B5D6 contains mainly green and blue colors. #96B5D6 ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#96B5D6 color RGB value is (150,181,214).

  • kırmız ton 150;
  • yeşil ton 181;
  • mavi ton 214.
RGB:
(150,181,214)
(59%,71%,84%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 181 of 255 = 71%
B 214 of 255 = 84%

150
181
214

R + G + B ~ 71%. #96B5D6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 181 + 214 = 545 (100%)
R 150 of 545 ~ 27.52%
G 181 of 545 ~ 33.21%
B 214 of 545 ~ 39.27%

%27.52
%33.21
%39.27

CMYK RENK MODELİ

#96B5D6 rengi CMYK tonu (30,15,0,16).

  • camgöbeği tonu 29.91%
  • eflatun tonu 15.42%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(30,15,0,16)
C30M15Y0K16 
(30%,15%,0%,16%)
(0.30/0.15/0.00/0.16)	

CMYK yüzdeleri

%29.91
%15.42
%0
%16.08

Codes

Color #96B5D6 in popluar color models

96B5D6
RGB150181214
HSL211°43.84%71.37%
HSB/HSV211°29.91%83.92%
CMYK29.91%15.42%0.00%
16.08%

Color #96B5D6 in popluar number systems.

HEX96B5D6
Decimal150181214
Binary100101101011010111010110
Octal226265326

Shades and tints

Shades of #96B5D6

#96B5D6
(150,181,214)
#89A5C3
(137,165,195)
#7C95B0
(124,149,176)
#6F859D
(111,133,157)
#62758A
(98,117,138)
#556577
(85,101,119)
#485564
(72,85,100)
#3B4551
(59,69,81)
#2E353E
(46,53,62)
#21252B
(33,37,43)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #96B5D6

#96B5D6
(150,181,214)
#9FBBD9
(159,187,217)
#A8C1DC
(168,193,220)
#B1C7DF
(177,199,223)
#BACDE2
(186,205,226)
#C3D3E5
(195,211,229)
#CCD9E8
(204,217,232)
#D5DFEB
(213,223,235)
#DEE5EE
(222,229,238)
#E7EBF1
(231,235,241)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B5D6 color. Also use rgb(150,181,214) instead hex code.

Text Font Color

.myTextColor { color: #96B5D6; }

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

This text font color is #96B5D6.


Background Color

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

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

This div background color is #96B5D6.


Border color

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

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

This div border color is #96B5D6.


Opacity

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

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

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

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

This text has shadow with #96B5D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B5D6 on black background.


Color preview on white background

This text has color #96B5D6 on white background.



Black color preview on #96B5D6 background

This text has black color on #96B5D6 background.


White color preview on #96B5D6 background

This text has white color on #96B5D6 background.