COLOR #96D9EE

HEX: #96D9EE
RGB: (150,217,238)

Renk bilgisi

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

RGB renk modeli

#96D9EE color RGB value is (150,217,238).

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

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 217 of 255 = 85%
B 238 of 255 = 93%

150
217
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 217 + 238 = 605 (100%)
R 150 of 605 ~ 24.79%
G 217 of 605 ~ 35.87%
B 238 of 605 ~ 39.34%

%24.79
%35.87
%39.34

CMYK RENK MODELİ

#96D9EE rengi CMYK tonu (37,9,0,7).

  • camgöbeği tonu 36.97%
  • eflatun tonu 8.82%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(37,9,0,7)
C37M9Y0K7 
(37%,9%,0%,7%)
(0.37/0.09/0.00/0.07)	

CMYK yüzdeleri

%36.97
%8.82
%0
%6.67

Codes

Color #96D9EE in popluar color models

96D9EE
RGB150217238
HSL194°72.13%76.08%
HSB/HSV194°36.97%93.33%
CMYK36.97%8.82%0.00%
6.67%

Color #96D9EE in popluar number systems.

HEX96D9EE
Decimal150217238
Binary100101101101100111101110
Octal226331356

Shades and tints

Shades of #96D9EE

#96D9EE
(150,217,238)
#89C6D9
(137,198,217)
#7CB3C4
(124,179,196)
#6FA0AF
(111,160,175)
#628D9A
(98,141,154)
#557A85
(85,122,133)
#486770
(72,103,112)
#3B545B
(59,84,91)
#2E4146
(46,65,70)
#212E31
(33,46,49)
#141B1C
(20,27,28)
#000000
(0,0,0)

Tints of #96D9EE

#96D9EE
(150,217,238)
#9FDCEF
(159,220,239)
#A8DFF0
(168,223,240)
#B1E2F1
(177,226,241)
#BAE5F2
(186,229,242)
#C3E8F3
(195,232,243)
#CCEBF4
(204,235,244)
#D5EEF5
(213,238,245)
#DEF1F6
(222,241,246)
#E7F4F7
(231,244,247)
#F0F7F8
(240,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96D9EE; }

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

This text font color is #96D9EE.


Background Color

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

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

This div background color is #96D9EE.


Border color

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

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

This div border color is #96D9EE.


Opacity

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

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

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

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

This text has shadow with #96D9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D9EE on black background.


Color preview on white background

This text has color #96D9EE on white background.



Black color preview on #96D9EE background

This text has black color on #96D9EE background.


White color preview on #96D9EE background

This text has white color on #96D9EE background.