COLOR #96C5EE

HEX: #96C5EE
RGB: (150,197,238)

Renk bilgisi

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

RGB renk modeli

#96C5EE color RGB value is (150,197,238).

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

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 197 of 255 = 77%
B 238 of 255 = 93%

150
197
238

R + G + B ~ 76%. #96C5EE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 197 + 238 = 585 (100%)
R 150 of 585 ~ 25.64%
G 197 of 585 ~ 33.68%
B 238 of 585 ~ 40.68%

%25.64
%33.68
%40.68

CMYK RENK MODELİ

#96C5EE rengi CMYK tonu (37,17,0,7).

  • camgöbeği tonu 36.97%
  • eflatun tonu 17.23%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(37,17,0,7)
C37M17Y0K7 
(37%,17%,0%,7%)
(0.37/0.17/0.00/0.07)	

CMYK yüzdeleri

%36.97
%17.23
%0
%6.67

Codes

Color #96C5EE in popluar color models

96C5EE
RGB150197238
HSL208°72.13%76.08%
HSB/HSV208°36.97%93.33%
CMYK36.97%17.23%0.00%
6.67%

Color #96C5EE in popluar number systems.

HEX96C5EE
Decimal150197238
Binary100101101100010111101110
Octal226305356

Shades and tints

Shades of #96C5EE

#96C5EE
(150,197,238)
#89B4D9
(137,180,217)
#7CA3C4
(124,163,196)
#6F92AF
(111,146,175)
#62819A
(98,129,154)
#557085
(85,112,133)
#485F70
(72,95,112)
#3B4E5B
(59,78,91)
#2E3D46
(46,61,70)
#212C31
(33,44,49)
#141B1C
(20,27,28)
#000000
(0,0,0)

Tints of #96C5EE

#96C5EE
(150,197,238)
#9FCAEF
(159,202,239)
#A8CFF0
(168,207,240)
#B1D4F1
(177,212,241)
#BAD9F2
(186,217,242)
#C3DEF3
(195,222,243)
#CCE3F4
(204,227,244)
#D5E8F5
(213,232,245)
#DEEDF6
(222,237,246)
#E7F2F7
(231,242,247)
#F0F7F8
(240,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96C5EE; }

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

This text font color is #96C5EE.


Background Color

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

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

This div background color is #96C5EE.


Border color

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

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

This div border color is #96C5EE.


Opacity

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

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

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

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

This text has shadow with #96C5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C5EE on black background.


Color preview on white background

This text has color #96C5EE on white background.



Black color preview on #96C5EE background

This text has black color on #96C5EE background.


White color preview on #96C5EE background

This text has white color on #96C5EE background.