COLOR #96B8D6

HEX: #96B8D6
RGB: (150,184,214)

Renk bilgisi

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

RGB renk modeli

#96B8D6 color RGB value is (150,184,214).

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

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 184 of 255 = 72%
B 214 of 255 = 84%

150
184
214

R + G + B ~ 72%. #96B8D6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 184 + 214 = 548 (100%)
R 150 of 548 ~ 27.37%
G 184 of 548 ~ 33.58%
B 214 of 548 ~ 39.05%

%27.37
%33.58
%39.05

CMYK RENK MODELİ

#96B8D6 rengi CMYK tonu (30,14,0,16).

  • camgöbeği tonu 29.91%
  • eflatun tonu 14.02%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(30,14,0,16)
C30M14Y0K16 
(30%,14%,0%,16%)
(0.30/0.14/0.00/0.16)	

CMYK yüzdeleri

%29.91
%14.02
%0
%16.08

Codes

Color #96B8D6 in popluar color models

96B8D6
RGB150184214
HSL208°43.84%71.37%
HSB/HSV208°29.91%83.92%
CMYK29.91%14.02%0.00%
16.08%

Color #96B8D6 in popluar number systems.

HEX96B8D6
Decimal150184214
Binary100101101011100011010110
Octal226270326

Shades and tints

Shades of #96B8D6

#96B8D6
(150,184,214)
#89A8C3
(137,168,195)
#7C98B0
(124,152,176)
#6F889D
(111,136,157)
#62788A
(98,120,138)
#556877
(85,104,119)
#485864
(72,88,100)
#3B4851
(59,72,81)
#2E383E
(46,56,62)
#21282B
(33,40,43)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #96B8D6

#96B8D6
(150,184,214)
#9FBED9
(159,190,217)
#A8C4DC
(168,196,220)
#B1CADF
(177,202,223)
#BAD0E2
(186,208,226)
#C3D6E5
(195,214,229)
#CCDCE8
(204,220,232)
#D5E2EB
(213,226,235)
#DEE8EE
(222,232,238)
#E7EEF1
(231,238,241)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B8D6; }

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

This text font color is #96B8D6.


Background Color

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

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

This div background color is #96B8D6.


Border color

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

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

This div border color is #96B8D6.


Opacity

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

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

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

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

This text has shadow with #96B8D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B8D6 on black background.


Color preview on white background

This text has color #96B8D6 on white background.



Black color preview on #96B8D6 background

This text has black color on #96B8D6 background.


White color preview on #96B8D6 background

This text has white color on #96B8D6 background.