COLOR #96B2F6

HEX: #96B2F6
RGB: (150,178,246)

Renk bilgisi

#96B2F6 contains mainly blue color. #96B2F6 ‘ nin web güvenlik rengi #9999FF (ya da #99F) dir.

RGB renk modeli

#96B2F6 color RGB value is (150,178,246).

  • kırmız ton 150;
  • yeşil ton 178;
  • mavi ton 246.
RGB:
(150,178,246)
(59%,70%,96%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 178 of 255 = 70%
B 246 of 255 = 96%

150
178
246

R + G + B ~ 75%. #96B2F6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 178 + 246 = 574 (100%)
R 150 of 574 ~ 26.13%
G 178 of 574 ~ 31.01%
B 246 of 574 ~ 42.86%

%26.13
%31.01
%42.86

CMYK RENK MODELİ

#96B2F6 rengi CMYK tonu (39,28,0,4).

  • camgöbeği tonu 39.02%
  • eflatun tonu 27.64%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(39,28,0,4)
C39M28Y0K4 
(39%,28%,0%,4%)
(0.39/0.28/0.00/0.04)	

CMYK yüzdeleri

%39.02
%27.64
%0
%3.53

Codes

Color #96B2F6 in popluar color models

96B2F6
RGB150178246
HSL223°84.21%77.65%
HSB/HSV223°39.02%96.47%
CMYK39.02%27.64%0.00%
3.53%

Color #96B2F6 in popluar number systems.

HEX96B2F6
Decimal150178246
Binary100101101011001011110110
Octal226262366

Shades and tints

Shades of #96B2F6

#96B2F6
(150,178,246)
#89A2E0
(137,162,224)
#7C92CA
(124,146,202)
#6F82B4
(111,130,180)
#62729E
(98,114,158)
#556288
(85,98,136)
#485272
(72,82,114)
#3B425C
(59,66,92)
#2E3246
(46,50,70)
#212230
(33,34,48)
#14121A
(20,18,26)
#000000
(0,0,0)

Tints of #96B2F6

#96B2F6
(150,178,246)
#9FB9F6
(159,185,246)
#A8C0F6
(168,192,246)
#B1C7F6
(177,199,246)
#BACEF6
(186,206,246)
#C3D5F6
(195,213,246)
#CCDCF6
(204,220,246)
#D5E3F6
(213,227,246)
#DEEAF6
(222,234,246)
#E7F1F6
(231,241,246)
#F0F8F6
(240,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B2F6 color. Also use rgb(150,178,246) instead hex code.

Text Font Color

.myTextColor { color: #96B2F6; }

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

This text font color is #96B2F6.


Background Color

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

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

This div background color is #96B2F6.


Border color

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

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

This div border color is #96B2F6.


Opacity

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

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

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

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

This text has shadow with #96B2F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B2F6 on black background.


Color preview on white background

This text has color #96B2F6 on white background.



Black color preview on #96B2F6 background

This text has black color on #96B2F6 background.


White color preview on #96B2F6 background

This text has white color on #96B2F6 background.