COLOR #96D8EB

HEX: #96D8EB
RGB: (150,216,235)

Renk bilgisi

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

RGB renk modeli

#96D8EB color RGB value is (150,216,235).

  • kırmız ton 150;
  • yeşil ton 216;
  • mavi ton 235.
RGB:
(150,216,235)
(59%,85%,92%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 216 of 255 = 85%
B 235 of 255 = 92%

150
216
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 216 + 235 = 601 (100%)
R 150 of 601 ~ 24.96%
G 216 of 601 ~ 35.94%
B 235 of 601 ~ 39.1%

%24.96
%35.94
%39.1

CMYK RENK MODELİ

#96D8EB rengi CMYK tonu (36,8,0,8).

  • camgöbeği tonu 36.17%
  • eflatun tonu 8.09%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(36,8,0,8)
C36M8Y0K8 
(36%,8%,0%,8%)
(0.36/0.08/0.00/0.08)	

CMYK yüzdeleri

%36.17
%8.09
%0
%7.84

Codes

Color #96D8EB in popluar color models

96D8EB
RGB150216235
HSL193°68.00%75.49%
HSB/HSV193°36.17%92.16%
CMYK36.17%8.09%0.00%
7.84%

Color #96D8EB in popluar number systems.

HEX96D8EB
Decimal150216235
Binary100101101101100011101011
Octal226330353

Shades and tints

Shades of #96D8EB

#96D8EB
(150,216,235)
#89C5D6
(137,197,214)
#7CB2C1
(124,178,193)
#6F9FAC
(111,159,172)
#628C97
(98,140,151)
#557982
(85,121,130)
#48666D
(72,102,109)
#3B5358
(59,83,88)
#2E4043
(46,64,67)
#212D2E
(33,45,46)
#141A19
(20,26,25)
#000000
(0,0,0)

Tints of #96D8EB

#96D8EB
(150,216,235)
#9FDBEC
(159,219,236)
#A8DEED
(168,222,237)
#B1E1EE
(177,225,238)
#BAE4EF
(186,228,239)
#C3E7F0
(195,231,240)
#CCEAF1
(204,234,241)
#D5EDF2
(213,237,242)
#DEF0F3
(222,240,243)
#E7F3F4
(231,243,244)
#F0F6F5
(240,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96D8EB color. Also use rgb(150,216,235) instead hex code.

Text Font Color

.myTextColor { color: #96D8EB; }

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

This text font color is #96D8EB.


Background Color

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

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

This div background color is #96D8EB.


Border color

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

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

This div border color is #96D8EB.


Opacity

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

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

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

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

This text has shadow with #96D8EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D8EB on black background.


Color preview on white background

This text has color #96D8EB on white background.



Black color preview on #96D8EB background

This text has black color on #96D8EB background.


White color preview on #96D8EB background

This text has white color on #96D8EB background.