COLOR #96B0DD

HEX: #96B0DD
RGB: (150,176,221)

Renk bilgisi

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

RGB renk modeli

#96B0DD color RGB value is (150,176,221).

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

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 176 of 255 = 69%
B 221 of 255 = 87%

150
176
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 176 + 221 = 547 (100%)
R 150 of 547 ~ 27.42%
G 176 of 547 ~ 32.18%
B 221 of 547 ~ 40.4%

%27.42
%32.18
%40.4

CMYK RENK MODELİ

#96B0DD rengi CMYK tonu (32,20,0,13).

  • camgöbeği tonu 32.13%
  • eflatun tonu 20.36%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(32,20,0,13)
C32M20Y0K13 
(32%,20%,0%,13%)
(0.32/0.20/0.00/0.13)	

CMYK yüzdeleri

%32.13
%20.36
%0
%13.33

Codes

Color #96B0DD in popluar color models

96B0DD
RGB150176221
HSL218°51.08%72.75%
HSB/HSV218°32.13%86.67%
CMYK32.13%20.36%0.00%
13.33%

Color #96B0DD in popluar number systems.

HEX96B0DD
Decimal150176221
Binary100101101011000011011101
Octal226260335

Shades and tints

Shades of #96B0DD

#96B0DD
(150,176,221)
#89A0C9
(137,160,201)
#7C90B5
(124,144,181)
#6F80A1
(111,128,161)
#62708D
(98,112,141)
#556079
(85,96,121)
#485065
(72,80,101)
#3B4051
(59,64,81)
#2E303D
(46,48,61)
#212029
(33,32,41)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #96B0DD

#96B0DD
(150,176,221)
#9FB7E0
(159,183,224)
#A8BEE3
(168,190,227)
#B1C5E6
(177,197,230)
#BACCE9
(186,204,233)
#C3D3EC
(195,211,236)
#CCDAEF
(204,218,239)
#D5E1F2
(213,225,242)
#DEE8F5
(222,232,245)
#E7EFF8
(231,239,248)
#F0F6FB
(240,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B0DD; }

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

This text font color is #96B0DD.


Background Color

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

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

This div background color is #96B0DD.


Border color

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

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

This div border color is #96B0DD.


Opacity

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

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

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

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

This text has shadow with #96B0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B0DD on black background.


Color preview on white background

This text has color #96B0DD on white background.



Black color preview on #96B0DD background

This text has black color on #96B0DD background.


White color preview on #96B0DD background

This text has white color on #96B0DD background.