COLOR #96A5EA

HEX: #96A5EA
RGB: (150,165,234)

Renk bilgisi

#96A5EA contains mainly blue color. #96A5EA ‘ nin web güvenlik rengi #9999FF (ya da #99F) dir.

RGB renk modeli

#96A5EA color RGB value is (150,165,234).

  • kırmız ton 150;
  • yeşil ton 165;
  • mavi ton 234.
RGB:
(150,165,234)
(59%,65%,92%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 165 of 255 = 65%
B 234 of 255 = 92%

150
165
234

R + G + B ~ 72%. #96A5EA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 165 + 234 = 549 (100%)
R 150 of 549 ~ 27.32%
G 165 of 549 ~ 30.05%
B 234 of 549 ~ 42.62%

%27.32
%30.05
%42.62

CMYK RENK MODELİ

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

  • camgöbeği tonu 35.90%
  • eflatun tonu 29.49%
  • sarı tonu 0.00%
  • ana renk tonu 8.24%
CMYK:
(36,29,0,8)
C36M29Y0K8 
(36%,29%,0%,8%)
(0.36/0.29/0.00/0.08)	

CMYK yüzdeleri

%35.9
%29.49
%0
%8.24

Codes

Color #96A5EA in popluar color models

96A5EA
RGB150165234
HSL229°66.67%75.29%
HSB/HSV229°35.90%91.76%
CMYK35.90%29.49%0.00%
8.24%

Color #96A5EA in popluar number systems.

HEX96A5EA
Decimal150165234
Binary100101101010010111101010
Octal226245352

Shades and tints

Shades of #96A5EA

#96A5EA
(150,165,234)
#8996D5
(137,150,213)
#7C87C0
(124,135,192)
#6F78AB
(111,120,171)
#626996
(98,105,150)
#555A81
(85,90,129)
#484B6C
(72,75,108)
#3B3C57
(59,60,87)
#2E2D42
(46,45,66)
#211E2D
(33,30,45)
#140F18
(20,15,24)
#000000
(0,0,0)

Tints of #96A5EA

#96A5EA
(150,165,234)
#9FADEB
(159,173,235)
#A8B5EC
(168,181,236)
#B1BDED
(177,189,237)
#BAC5EE
(186,197,238)
#C3CDEF
(195,205,239)
#CCD5F0
(204,213,240)
#D5DDF1
(213,221,241)
#DEE5F2
(222,229,242)
#E7EDF3
(231,237,243)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96A5EA color. Also use rgb(150,165,234) instead hex code.

Text Font Color

.myTextColor { color: #96A5EA; }

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

This text font color is #96A5EA.


Background Color

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

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

This div background color is #96A5EA.


Border color

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

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

This div border color is #96A5EA.


Opacity

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

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

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

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

This text has shadow with #96A5EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A5EA on black background.


Color preview on white background

This text has color #96A5EA on white background.



Black color preview on #96A5EA background

This text has black color on #96A5EA background.


White color preview on #96A5EA background

This text has white color on #96A5EA background.