COLOR #96ADE6

HEX: #96ADE6
RGB: (150,173,230)

Renk bilgisi

#96ADE6 contains mainly green and blue colors. #96ADE6 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#96ADE6 color RGB value is (150,173,230).

  • kırmız ton 150;
  • yeşil ton 173;
  • mavi ton 230.
RGB:
(150,173,230)
(59%,68%,90%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 173 of 255 = 68%
B 230 of 255 = 90%

150
173
230

R + G + B ~ 72%. #96ADE6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 173 + 230 = 553 (100%)
R 150 of 553 ~ 27.12%
G 173 of 553 ~ 31.28%
B 230 of 553 ~ 41.59%

%27.12
%31.28
%41.59

CMYK RENK MODELİ

#96ADE6 rengi CMYK tonu (35,25,0,10).

  • camgöbeği tonu 34.78%
  • eflatun tonu 24.78%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(35,25,0,10)
C35M25Y0K10 
(35%,25%,0%,10%)
(0.35/0.25/0.00/0.10)	

CMYK yüzdeleri

%34.78
%24.78
%0
%9.8

Codes

Color #96ADE6 in popluar color models

96ADE6
RGB150173230
HSL223°61.54%74.51%
HSB/HSV223°34.78%90.20%
CMYK34.78%24.78%0.00%
9.80%

Color #96ADE6 in popluar number systems.

HEX96ADE6
Decimal150173230
Binary100101101010110111100110
Octal226255346

Shades and tints

Shades of #96ADE6

#96ADE6
(150,173,230)
#899ED2
(137,158,210)
#7C8FBE
(124,143,190)
#6F80AA
(111,128,170)
#627196
(98,113,150)
#556282
(85,98,130)
#48536E
(72,83,110)
#3B445A
(59,68,90)
#2E3546
(46,53,70)
#212632
(33,38,50)
#14171E
(20,23,30)
#000000
(0,0,0)

Tints of #96ADE6

#96ADE6
(150,173,230)
#9FB4E8
(159,180,232)
#A8BBEA
(168,187,234)
#B1C2EC
(177,194,236)
#BAC9EE
(186,201,238)
#C3D0F0
(195,208,240)
#CCD7F2
(204,215,242)
#D5DEF4
(213,222,244)
#DEE5F6
(222,229,246)
#E7ECF8
(231,236,248)
#F0F3FA
(240,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96ADE6 color. Also use rgb(150,173,230) instead hex code.

Text Font Color

.myTextColor { color: #96ADE6; }

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

This text font color is #96ADE6.


Background Color

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

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

This div background color is #96ADE6.


Border color

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

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

This div border color is #96ADE6.


Opacity

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

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

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

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

This text has shadow with #96ADE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96ADE6 on black background.


Color preview on white background

This text has color #96ADE6 on white background.



Black color preview on #96ADE6 background

This text has black color on #96ADE6 background.


White color preview on #96ADE6 background

This text has white color on #96ADE6 background.