COLOR #96C9EC

HEX: #96C9EC
RGB: (150,201,236)

Renk bilgisi

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

RGB renk modeli

#96C9EC color RGB value is (150,201,236).

  • kırmız ton 150;
  • yeşil ton 201;
  • mavi ton 236.
RGB:
(150,201,236)
(59%,79%,93%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 201 of 255 = 79%
B 236 of 255 = 93%

150
201
236

R + G + B ~ 77%. #96C9EC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 201 + 236 = 587 (100%)
R 150 of 587 ~ 25.55%
G 201 of 587 ~ 34.24%
B 236 of 587 ~ 40.2%

%25.55
%34.24
%40.2

CMYK RENK MODELİ

#96C9EC rengi CMYK tonu (36,15,0,7).

  • camgöbeği tonu 36.44%
  • eflatun tonu 14.83%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(36,15,0,7)
C36M15Y0K7 
(36%,15%,0%,7%)
(0.36/0.15/0.00/0.07)	

CMYK yüzdeleri

%36.44
%14.83
%0
%7.45

Codes

Color #96C9EC in popluar color models

96C9EC
RGB150201236
HSL204°69.35%75.69%
HSB/HSV204°36.44%92.55%
CMYK36.44%14.83%0.00%
7.45%

Color #96C9EC in popluar number systems.

HEX96C9EC
Decimal150201236
Binary100101101100100111101100
Octal226311354

Shades and tints

Shades of #96C9EC

#96C9EC
(150,201,236)
#89B7D7
(137,183,215)
#7CA5C2
(124,165,194)
#6F93AD
(111,147,173)
#628198
(98,129,152)
#556F83
(85,111,131)
#485D6E
(72,93,110)
#3B4B59
(59,75,89)
#2E3944
(46,57,68)
#21272F
(33,39,47)
#14151A
(20,21,26)
#000000
(0,0,0)

Tints of #96C9EC

#96C9EC
(150,201,236)
#9FCDED
(159,205,237)
#A8D1EE
(168,209,238)
#B1D5EF
(177,213,239)
#BAD9F0
(186,217,240)
#C3DDF1
(195,221,241)
#CCE1F2
(204,225,242)
#D5E5F3
(213,229,243)
#DEE9F4
(222,233,244)
#E7EDF5
(231,237,245)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C9EC color. Also use rgb(150,201,236) instead hex code.

Text Font Color

.myTextColor { color: #96C9EC; }

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

This text font color is #96C9EC.


Background Color

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

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

This div background color is #96C9EC.


Border color

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

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

This div border color is #96C9EC.


Opacity

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

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

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

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

This text has shadow with #96C9EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C9EC on black background.


Color preview on white background

This text has color #96C9EC on white background.



Black color preview on #96C9EC background

This text has black color on #96C9EC background.


White color preview on #96C9EC background

This text has white color on #96C9EC background.