COLOR #96D6F0

HEX: #96D6F0
RGB: (150,214,240)

Renk bilgisi

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

RGB renk modeli

#96D6F0 color RGB value is (150,214,240).

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

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 214 of 255 = 84%
B 240 of 255 = 94%

150
214
240

R + G + B ~ 79%. #96D6F0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 214 + 240 = 604 (100%)
R 150 of 604 ~ 24.83%
G 214 of 604 ~ 35.43%
B 240 of 604 ~ 39.74%

%24.83
%35.43
%39.74

CMYK RENK MODELİ

#96D6F0 rengi CMYK tonu (38,11,0,6).

  • camgöbeği tonu 37.50%
  • eflatun tonu 10.83%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%
CMYK:
(38,11,0,6)
C38M11Y0K6 
(38%,11%,0%,6%)
(0.38/0.11/0.00/0.06)	

CMYK yüzdeleri

%37.5
%10.83
%0
%5.88

Codes

Color #96D6F0 in popluar color models

96D6F0
RGB150214240
HSL197°75.00%76.47%
HSB/HSV197°37.50%94.12%
CMYK37.50%10.83%0.00%
5.88%

Color #96D6F0 in popluar number systems.

HEX96D6F0
Decimal150214240
Binary100101101101011011110000
Octal226326360

Shades and tints

Shades of #96D6F0

#96D6F0
(150,214,240)
#89C3DB
(137,195,219)
#7CB0C6
(124,176,198)
#6F9DB1
(111,157,177)
#628A9C
(98,138,156)
#557787
(85,119,135)
#486472
(72,100,114)
#3B515D
(59,81,93)
#2E3E48
(46,62,72)
#212B33
(33,43,51)
#14181E
(20,24,30)
#000000
(0,0,0)

Tints of #96D6F0

#96D6F0
(150,214,240)
#9FD9F1
(159,217,241)
#A8DCF2
(168,220,242)
#B1DFF3
(177,223,243)
#BAE2F4
(186,226,244)
#C3E5F5
(195,229,245)
#CCE8F6
(204,232,246)
#D5EBF7
(213,235,247)
#DEEEF8
(222,238,248)
#E7F1F9
(231,241,249)
#F0F4FA
(240,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96D6F0; }

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

This text font color is #96D6F0.


Background Color

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

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

This div background color is #96D6F0.


Border color

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

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

This div border color is #96D6F0.


Opacity

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

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

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

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

This text has shadow with #96D6F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D6F0 on black background.


Color preview on white background

This text has color #96D6F0 on white background.



Black color preview on #96D6F0 background

This text has black color on #96D6F0 background.


White color preview on #96D6F0 background

This text has white color on #96D6F0 background.