COLOR #96A5DD

HEX: #96A5DD
RGB: (150,165,221)

Renk bilgisi

#96A5DD contains mainly green and blue colors. #96A5DD ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#96A5DD color RGB value is (150,165,221).

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

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 165 of 255 = 65%
B 221 of 255 = 87%

150
165
221

R + G + B ~ 70%. #96A5DD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 165 + 221 = 536 (100%)
R 150 of 536 ~ 27.99%
G 165 of 536 ~ 30.78%
B 221 of 536 ~ 41.23%

%27.99
%30.78
%41.23

CMYK RENK MODELİ

#96A5DD rengi CMYK tonu (32,25,0,13).

  • camgöbeği tonu 32.13%
  • eflatun tonu 25.34%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(32,25,0,13)
C32M25Y0K13 
(32%,25%,0%,13%)
(0.32/0.25/0.00/0.13)	

CMYK yüzdeleri

%32.13
%25.34
%0
%13.33

Codes

Color #96A5DD in popluar color models

96A5DD
RGB150165221
HSL227°51.08%72.75%
HSB/HSV227°32.13%86.67%
CMYK32.13%25.34%0.00%
13.33%

Color #96A5DD in popluar number systems.

HEX96A5DD
Decimal150165221
Binary100101101010010111011101
Octal226245335

Shades and tints

Shades of #96A5DD

#96A5DD
(150,165,221)
#8996C9
(137,150,201)
#7C87B5
(124,135,181)
#6F78A1
(111,120,161)
#62698D
(98,105,141)
#555A79
(85,90,121)
#484B65
(72,75,101)
#3B3C51
(59,60,81)
#2E2D3D
(46,45,61)
#211E29
(33,30,41)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #96A5DD

#96A5DD
(150,165,221)
#9FADE0
(159,173,224)
#A8B5E3
(168,181,227)
#B1BDE6
(177,189,230)
#BAC5E9
(186,197,233)
#C3CDEC
(195,205,236)
#CCD5EF
(204,213,239)
#D5DDF2
(213,221,242)
#DEE5F5
(222,229,245)
#E7EDF8
(231,237,248)
#F0F5FB
(240,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96A5DD; }

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

This text font color is #96A5DD.


Background Color

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

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

This div background color is #96A5DD.


Border color

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

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

This div border color is #96A5DD.


Opacity

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

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

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

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

This text has shadow with #96A5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96A5DD on black background.


Color preview on white background

This text has color #96A5DD on white background.



Black color preview on #96A5DD background

This text has black color on #96A5DD background.


White color preview on #96A5DD background

This text has white color on #96A5DD background.