COLOR #96B3EF

HEX: #96B3EF
RGB: (150,179,239)

Renk bilgisi

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

RGB renk modeli

#96B3EF color RGB value is (150,179,239).

  • kırmız ton 150;
  • yeşil ton 179;
  • mavi ton 239.
RGB:
(150,179,239)
(59%,70%,94%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 179 of 255 = 70%
B 239 of 255 = 94%

150
179
239

R + G + B ~ 74%. #96B3EF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 179 + 239 = 568 (100%)
R 150 of 568 ~ 26.41%
G 179 of 568 ~ 31.51%
B 239 of 568 ~ 42.08%

%26.41
%31.51
%42.08

CMYK RENK MODELİ

#96B3EF rengi CMYK tonu (37,25,0,6).

  • camgöbeği tonu 37.24%
  • eflatun tonu 25.10%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(37,25,0,6)
C37M25Y0K6 
(37%,25%,0%,6%)
(0.37/0.25/0.00/0.06)	

CMYK yüzdeleri

%37.24
%25.1
%0
%6.27

Codes

Color #96B3EF in popluar color models

96B3EF
RGB150179239
HSL220°73.55%76.27%
HSB/HSV220°37.24%93.73%
CMYK37.24%25.10%0.00%
6.27%

Color #96B3EF in popluar number systems.

HEX96B3EF
Decimal150179239
Binary100101101011001111101111
Octal226263357

Shades and tints

Shades of #96B3EF

#96B3EF
(150,179,239)
#89A3DA
(137,163,218)
#7C93C5
(124,147,197)
#6F83B0
(111,131,176)
#62739B
(98,115,155)
#556386
(85,99,134)
#485371
(72,83,113)
#3B435C
(59,67,92)
#2E3347
(46,51,71)
#212332
(33,35,50)
#14131D
(20,19,29)
#000000
(0,0,0)

Tints of #96B3EF

#96B3EF
(150,179,239)
#9FB9F0
(159,185,240)
#A8BFF1
(168,191,241)
#B1C5F2
(177,197,242)
#BACBF3
(186,203,243)
#C3D1F4
(195,209,244)
#CCD7F5
(204,215,245)
#D5DDF6
(213,221,246)
#DEE3F7
(222,227,247)
#E7E9F8
(231,233,248)
#F0EFF9
(240,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B3EF color. Also use rgb(150,179,239) instead hex code.

Text Font Color

.myTextColor { color: #96B3EF; }

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

This text font color is #96B3EF.


Background Color

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

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

This div background color is #96B3EF.


Border color

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

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

This div border color is #96B3EF.


Opacity

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

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

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

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

This text has shadow with #96B3EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B3EF on black background.


Color preview on white background

This text has color #96B3EF on white background.



Black color preview on #96B3EF background

This text has black color on #96B3EF background.


White color preview on #96B3EF background

This text has white color on #96B3EF background.