COLOR #96B2D6

HEX: #96B2D6
RGB: (150,178,214)

Renk bilgisi

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

RGB renk modeli

#96B2D6 color RGB value is (150,178,214).

  • kırmız ton 150;
  • yeşil ton 178;
  • mavi ton 214.
RGB:
(150,178,214)
(59%,70%,84%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 178 of 255 = 70%
B 214 of 255 = 84%

150
178
214

R + G + B ~ 71%. #96B2D6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 178 + 214 = 542 (100%)
R 150 of 542 ~ 27.68%
G 178 of 542 ~ 32.84%
B 214 of 542 ~ 39.48%

%27.68
%32.84
%39.48

CMYK RENK MODELİ

#96B2D6 rengi CMYK tonu (30,17,0,16).

  • camgöbeği tonu 29.91%
  • eflatun tonu 16.82%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(30,17,0,16)
C30M17Y0K16 
(30%,17%,0%,16%)
(0.30/0.17/0.00/0.16)	

CMYK yüzdeleri

%29.91
%16.82
%0
%16.08

Codes

Color #96B2D6 in popluar color models

96B2D6
RGB150178214
HSL214°43.84%71.37%
HSB/HSV214°29.91%83.92%
CMYK29.91%16.82%0.00%
16.08%

Color #96B2D6 in popluar number systems.

HEX96B2D6
Decimal150178214
Binary100101101011001011010110
Octal226262326

Shades and tints

Shades of #96B2D6

#96B2D6
(150,178,214)
#89A2C3
(137,162,195)
#7C92B0
(124,146,176)
#6F829D
(111,130,157)
#62728A
(98,114,138)
#556277
(85,98,119)
#485264
(72,82,100)
#3B4251
(59,66,81)
#2E323E
(46,50,62)
#21222B
(33,34,43)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #96B2D6

#96B2D6
(150,178,214)
#9FB9D9
(159,185,217)
#A8C0DC
(168,192,220)
#B1C7DF
(177,199,223)
#BACEE2
(186,206,226)
#C3D5E5
(195,213,229)
#CCDCE8
(204,220,232)
#D5E3EB
(213,227,235)
#DEEAEE
(222,234,238)
#E7F1F1
(231,241,241)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B2D6 color. Also use rgb(150,178,214) instead hex code.

Text Font Color

.myTextColor { color: #96B2D6; }

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

This text font color is #96B2D6.


Background Color

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

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

This div background color is #96B2D6.


Border color

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

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

This div border color is #96B2D6.


Opacity

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

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

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

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

This text has shadow with #96B2D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B2D6 on black background.


Color preview on white background

This text has color #96B2D6 on white background.



Black color preview on #96B2D6 background

This text has black color on #96B2D6 background.


White color preview on #96B2D6 background

This text has white color on #96B2D6 background.