COLOR #96D9E6

HEX: #96D9E6
RGB: (150,217,230)

Renk bilgisi

#96D9E6 contains mainly green and blue colors. #96D9E6 ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#96D9E6 color RGB value is (150,217,230).

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

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 217 of 255 = 85%
B 230 of 255 = 90%

150
217
230

R + G + B ~ 78%. #96D9E6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 217 + 230 = 597 (100%)
R 150 of 597 ~ 25.13%
G 217 of 597 ~ 36.35%
B 230 of 597 ~ 38.53%

%25.13
%36.35
%38.53

CMYK RENK MODELİ

#96D9E6 rengi CMYK tonu (35,6,0,10).

  • camgöbeği tonu 34.78%
  • eflatun tonu 5.65%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(35,6,0,10)
C35M6Y0K10 
(35%,6%,0%,10%)
(0.35/0.06/0.00/0.10)	

CMYK yüzdeleri

%34.78
%5.65
%0
%9.8

Codes

Color #96D9E6 in popluar color models

96D9E6
RGB150217230
HSL190°61.54%74.51%
HSB/HSV190°34.78%90.20%
CMYK34.78%5.65%0.00%
9.80%

Color #96D9E6 in popluar number systems.

HEX96D9E6
Decimal150217230
Binary100101101101100111100110
Octal226331346

Shades and tints

Shades of #96D9E6

#96D9E6
(150,217,230)
#89C6D2
(137,198,210)
#7CB3BE
(124,179,190)
#6FA0AA
(111,160,170)
#628D96
(98,141,150)
#557A82
(85,122,130)
#48676E
(72,103,110)
#3B545A
(59,84,90)
#2E4146
(46,65,70)
#212E32
(33,46,50)
#141B1E
(20,27,30)
#000000
(0,0,0)

Tints of #96D9E6

#96D9E6
(150,217,230)
#9FDCE8
(159,220,232)
#A8DFEA
(168,223,234)
#B1E2EC
(177,226,236)
#BAE5EE
(186,229,238)
#C3E8F0
(195,232,240)
#CCEBF2
(204,235,242)
#D5EEF4
(213,238,244)
#DEF1F6
(222,241,246)
#E7F4F8
(231,244,248)
#F0F7FA
(240,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96D9E6; }

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

This text font color is #96D9E6.


Background Color

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

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

This div background color is #96D9E6.


Border color

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

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

This div border color is #96D9E6.


Opacity

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

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

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

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

This text has shadow with #96D9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D9E6 on black background.


Color preview on white background

This text has color #96D9E6 on white background.



Black color preview on #96D9E6 background

This text has black color on #96D9E6 background.


White color preview on #96D9E6 background

This text has white color on #96D9E6 background.