COLOR #96BEF0

HEX: #96BEF0
RGB: (150,190,240)

Renk bilgisi

#96BEF0 contains mainly green and blue colors. #96BEF0 ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#96BEF0 color RGB value is (150,190,240).

  • kırmız ton 150;
  • yeşil ton 190;
  • mavi ton 240.
RGB:
(150,190,240)
(59%,75%,94%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 190 of 255 = 75%
B 240 of 255 = 94%

150
190
240

R + G + B ~ 76%. #96BEF0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 190 + 240 = 580 (100%)
R 150 of 580 ~ 25.86%
G 190 of 580 ~ 32.76%
B 240 of 580 ~ 41.38%

%25.86
%32.76
%41.38

CMYK RENK MODELİ

#96BEF0 rengi CMYK tonu (38,21,0,6).

  • camgöbeği tonu 37.50%
  • eflatun tonu 20.83%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%
CMYK:
(38,21,0,6)
C38M21Y0K6 
(38%,21%,0%,6%)
(0.38/0.21/0.00/0.06)	

CMYK yüzdeleri

%37.5
%20.83
%0
%5.88

Codes

Color #96BEF0 in popluar color models

96BEF0
RGB150190240
HSL213°75.00%76.47%
HSB/HSV213°37.50%94.12%
CMYK37.50%20.83%0.00%
5.88%

Color #96BEF0 in popluar number systems.

HEX96BEF0
Decimal150190240
Binary100101101011111011110000
Octal226276360

Shades and tints

Shades of #96BEF0

#96BEF0
(150,190,240)
#89ADDB
(137,173,219)
#7C9CC6
(124,156,198)
#6F8BB1
(111,139,177)
#627A9C
(98,122,156)
#556987
(85,105,135)
#485872
(72,88,114)
#3B475D
(59,71,93)
#2E3648
(46,54,72)
#212533
(33,37,51)
#14141E
(20,20,30)
#000000
(0,0,0)

Tints of #96BEF0

#96BEF0
(150,190,240)
#9FC3F1
(159,195,241)
#A8C8F2
(168,200,242)
#B1CDF3
(177,205,243)
#BAD2F4
(186,210,244)
#C3D7F5
(195,215,245)
#CCDCF6
(204,220,246)
#D5E1F7
(213,225,247)
#DEE6F8
(222,230,248)
#E7EBF9
(231,235,249)
#F0F0FA
(240,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96BEF0 color. Also use rgb(150,190,240) instead hex code.

Text Font Color

.myTextColor { color: #96BEF0; }

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

This text font color is #96BEF0.


Background Color

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

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

This div background color is #96BEF0.


Border color

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

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

This div border color is #96BEF0.


Opacity

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

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

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

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

This text has shadow with #96BEF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BEF0 on black background.


Color preview on white background

This text has color #96BEF0 on white background.



Black color preview on #96BEF0 background

This text has black color on #96BEF0 background.


White color preview on #96BEF0 background

This text has white color on #96BEF0 background.