COLOR #96B9E5

HEX: #96B9E5
RGB: (150,185,229)

Renk bilgisi

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

RGB renk modeli

#96B9E5 color RGB value is (150,185,229).

  • kırmız ton 150;
  • yeşil ton 185;
  • mavi ton 229.
RGB:
(150,185,229)
(59%,73%,90%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 185 of 255 = 73%
B 229 of 255 = 90%

150
185
229

R + G + B ~ 74%. #96B9E5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 185 + 229 = 564 (100%)
R 150 of 564 ~ 26.6%
G 185 of 564 ~ 32.8%
B 229 of 564 ~ 40.6%

%26.6
%32.8
%40.6

CMYK RENK MODELİ

#96B9E5 rengi CMYK tonu (34,19,0,10).

  • camgöbeği tonu 34.50%
  • eflatun tonu 19.21%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(34,19,0,10)
C34M19Y0K10 
(34%,19%,0%,10%)
(0.34/0.19/0.00/0.10)	

CMYK yüzdeleri

%34.5
%19.21
%0
%10.2

Codes

Color #96B9E5 in popluar color models

96B9E5
RGB150185229
HSL213°60.31%74.31%
HSB/HSV213°34.50%89.80%
CMYK34.50%19.21%0.00%
10.20%

Color #96B9E5 in popluar number systems.

HEX96B9E5
Decimal150185229
Binary100101101011100111100101
Octal226271345

Shades and tints

Shades of #96B9E5

#96B9E5
(150,185,229)
#89A9D1
(137,169,209)
#7C99BD
(124,153,189)
#6F89A9
(111,137,169)
#627995
(98,121,149)
#556981
(85,105,129)
#48596D
(72,89,109)
#3B4959
(59,73,89)
#2E3945
(46,57,69)
#212931
(33,41,49)
#14191D
(20,25,29)
#000000
(0,0,0)

Tints of #96B9E5

#96B9E5
(150,185,229)
#9FBFE7
(159,191,231)
#A8C5E9
(168,197,233)
#B1CBEB
(177,203,235)
#BAD1ED
(186,209,237)
#C3D7EF
(195,215,239)
#CCDDF1
(204,221,241)
#D5E3F3
(213,227,243)
#DEE9F5
(222,233,245)
#E7EFF7
(231,239,247)
#F0F5F9
(240,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B9E5 color. Also use rgb(150,185,229) instead hex code.

Text Font Color

.myTextColor { color: #96B9E5; }

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

This text font color is #96B9E5.


Background Color

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

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

This div background color is #96B9E5.


Border color

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

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

This div border color is #96B9E5.


Opacity

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

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

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

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

This text has shadow with #96B9E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B9E5 on black background.


Color preview on white background

This text has color #96B9E5 on white background.



Black color preview on #96B9E5 background

This text has black color on #96B9E5 background.


White color preview on #96B9E5 background

This text has white color on #96B9E5 background.