COLOR #96CEFA

HEX: #96CEFA
RGB: (150,206,250)

Renk bilgisi

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

RGB renk modeli

#96CEFA color RGB value is (150,206,250).

  • kırmız ton 150;
  • yeşil ton 206;
  • mavi ton 250.
RGB:
(150,206,250)
(59%,81%,98%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 206 of 255 = 81%
B 250 of 255 = 98%

150
206
250

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

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 206 + 250 = 606 (100%)
R 150 of 606 ~ 24.75%
G 206 of 606 ~ 33.99%
B 250 of 606 ~ 41.25%

%24.75
%33.99
%41.25

CMYK RENK MODELİ

#96CEFA rengi CMYK tonu (40,18,0,2).

  • camgöbeği tonu 40.00%
  • eflatun tonu 17.60%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(40,18,0,2)
C40M18Y0K2 
(40%,18%,0%,2%)
(0.40/0.18/0.00/0.02)	

CMYK yüzdeleri

%40
%17.6
%0
%1.96

Codes

Color #96CEFA in popluar color models

96CEFA
RGB150206250
HSL206°90.91%78.43%
HSB/HSV206°40.00%98.04%
CMYK40.00%17.60%0.00%
1.96%

Color #96CEFA in popluar number systems.

HEX96CEFA
Decimal150206250
Binary100101101100111011111010
Octal226316372

Shades and tints

Shades of #96CEFA

#96CEFA
(150,206,250)
#89BCE4
(137,188,228)
#7CAACE
(124,170,206)
#6F98B8
(111,152,184)
#6286A2
(98,134,162)
#55748C
(85,116,140)
#486276
(72,98,118)
#3B5060
(59,80,96)
#2E3E4A
(46,62,74)
#212C34
(33,44,52)
#141A1E
(20,26,30)
#000000
(0,0,0)

Tints of #96CEFA

#96CEFA
(150,206,250)
#9FD2FA
(159,210,250)
#A8D6FA
(168,214,250)
#B1DAFA
(177,218,250)
#BADEFA
(186,222,250)
#C3E2FA
(195,226,250)
#CCE6FA
(204,230,250)
#D5EAFA
(213,234,250)
#DEEEFA
(222,238,250)
#E7F2FA
(231,242,250)
#F0F6FA
(240,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96CEFA color. Also use rgb(150,206,250) instead hex code.

Text Font Color

.myTextColor { color: #96CEFA; }

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

This text font color is #96CEFA.


Background Color

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

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

This div background color is #96CEFA.


Border color

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

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

This div border color is #96CEFA.


Opacity

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

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

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

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

This text has shadow with #96CEFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CEFA on black background.


Color preview on white background

This text has color #96CEFA on white background.



Black color preview on #96CEFA background

This text has black color on #96CEFA background.


White color preview on #96CEFA background

This text has white color on #96CEFA background.