COLOR #96B2EB

HEX: #96B2EB
RGB: (150,178,235)

Renk bilgisi

#96B2EB contains mainly green and blue colors. #96B2EB ‘ nin web güvenlik rengi #9999FF (ya da #99F) dir.

RGB renk modeli

#96B2EB color RGB value is (150,178,235).

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

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 178 of 255 = 70%
B 235 of 255 = 92%

150
178
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 178 + 235 = 563 (100%)
R 150 of 563 ~ 26.64%
G 178 of 563 ~ 31.62%
B 235 of 563 ~ 41.74%

%26.64
%31.62
%41.74

CMYK RENK MODELİ

#96B2EB rengi CMYK tonu (36,24,0,8).

  • camgöbeği tonu 36.17%
  • eflatun tonu 24.26%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(36,24,0,8)
C36M24Y0K8 
(36%,24%,0%,8%)
(0.36/0.24/0.00/0.08)	

CMYK yüzdeleri

%36.17
%24.26
%0
%7.84

Codes

Color #96B2EB in popluar color models

96B2EB
RGB150178235
HSL220°68.00%75.49%
HSB/HSV220°36.17%92.16%
CMYK36.17%24.26%0.00%
7.84%

Color #96B2EB in popluar number systems.

HEX96B2EB
Decimal150178235
Binary100101101011001011101011
Octal226262353

Shades and tints

Shades of #96B2EB

#96B2EB
(150,178,235)
#89A2D6
(137,162,214)
#7C92C1
(124,146,193)
#6F82AC
(111,130,172)
#627297
(98,114,151)
#556282
(85,98,130)
#48526D
(72,82,109)
#3B4258
(59,66,88)
#2E3243
(46,50,67)
#21222E
(33,34,46)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #96B2EB

#96B2EB
(150,178,235)
#9FB9EC
(159,185,236)
#A8C0ED
(168,192,237)
#B1C7EE
(177,199,238)
#BACEEF
(186,206,239)
#C3D5F0
(195,213,240)
#CCDCF1
(204,220,241)
#D5E3F2
(213,227,242)
#DEEAF3
(222,234,243)
#E7F1F4
(231,241,244)
#F0F8F5
(240,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96B2EB; }

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

This text font color is #96B2EB.


Background Color

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

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

This div background color is #96B2EB.


Border color

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

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

This div border color is #96B2EB.


Opacity

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

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

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

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

This text has shadow with #96B2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B2EB on black background.


Color preview on white background

This text has color #96B2EB on white background.



Black color preview on #96B2EB background

This text has black color on #96B2EB background.


White color preview on #96B2EB background

This text has white color on #96B2EB background.