COLOR #96B6F2

HEX: #96B6F2
RGB: (150,182,242)

Renk bilgisi

#96B6F2 contains mainly blue color. #96B6F2 ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#96B6F2 color RGB value is (150,182,242).

  • kırmız ton 150;
  • yeşil ton 182;
  • mavi ton 242.
RGB:
(150,182,242)
(59%,71%,95%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 182 of 255 = 71%
B 242 of 255 = 95%

150
182
242

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

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 182 + 242 = 574 (100%)
R 150 of 574 ~ 26.13%
G 182 of 574 ~ 31.71%
B 242 of 574 ~ 42.16%

%26.13
%31.71
%42.16

CMYK RENK MODELİ

#96B6F2 rengi CMYK tonu (38,25,0,5).

  • camgöbeği tonu 38.02%
  • eflatun tonu 24.79%
  • sarı tonu 0.00%
  • ana renk tonu 5.10%
CMYK:
(38,25,0,5)
C38M25Y0K5 
(38%,25%,0%,5%)
(0.38/0.25/0.00/0.05)	

CMYK yüzdeleri

%38.02
%24.79
%0
%5.1

Codes

Color #96B6F2 in popluar color models

96B6F2
RGB150182242
HSL219°77.97%76.86%
HSB/HSV219°38.02%94.90%
CMYK38.02%24.79%0.00%
5.10%

Color #96B6F2 in popluar number systems.

HEX96B6F2
Decimal150182242
Binary100101101011011011110010
Octal226266362

Shades and tints

Shades of #96B6F2

#96B6F2
(150,182,242)
#89A6DC
(137,166,220)
#7C96C6
(124,150,198)
#6F86B0
(111,134,176)
#62769A
(98,118,154)
#556684
(85,102,132)
#48566E
(72,86,110)
#3B4658
(59,70,88)
#2E3642
(46,54,66)
#21262C
(33,38,44)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #96B6F2

#96B6F2
(150,182,242)
#9FBCF3
(159,188,243)
#A8C2F4
(168,194,244)
#B1C8F5
(177,200,245)
#BACEF6
(186,206,246)
#C3D4F7
(195,212,247)
#CCDAF8
(204,218,248)
#D5E0F9
(213,224,249)
#DEE6FA
(222,230,250)
#E7ECFB
(231,236,251)
#F0F2FC
(240,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B6F2 color. Also use rgb(150,182,242) instead hex code.

Text Font Color

.myTextColor { color: #96B6F2; }

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

This text font color is #96B6F2.


Background Color

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

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

This div background color is #96B6F2.


Border color

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

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

This div border color is #96B6F2.


Opacity

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

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

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

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

This text has shadow with #96B6F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B6F2 on black background.


Color preview on white background

This text has color #96B6F2 on white background.



Black color preview on #96B6F2 background

This text has black color on #96B6F2 background.


White color preview on #96B6F2 background

This text has white color on #96B6F2 background.