COLOR #96BCE9

HEX: #96BCE9
RGB: (150,188,233)

Renk bilgisi

#96BCE9 contains mainly green and blue colors. #96BCE9 ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#96BCE9 color RGB value is (150,188,233).

  • kırmız ton 150;
  • yeşil ton 188;
  • mavi ton 233.
RGB:
(150,188,233)
(59%,74%,91%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 188 of 255 = 74%
B 233 of 255 = 91%

150
188
233

R + G + B ~ 75%. #96BCE9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 188 + 233 = 571 (100%)
R 150 of 571 ~ 26.27%
G 188 of 571 ~ 32.92%
B 233 of 571 ~ 40.81%

%26.27
%32.92
%40.81

CMYK RENK MODELİ

#96BCE9 rengi CMYK tonu (36,19,0,9).

  • camgöbeği tonu 35.62%
  • eflatun tonu 19.31%
  • sarı tonu 0.00%
  • ana renk tonu 8.63%
CMYK:
(36,19,0,9)
C36M19Y0K9 
(36%,19%,0%,9%)
(0.36/0.19/0.00/0.09)	

CMYK yüzdeleri

%35.62
%19.31
%0
%8.63

Codes

Color #96BCE9 in popluar color models

96BCE9
RGB150188233
HSL213°65.35%75.10%
HSB/HSV213°35.62%91.37%
CMYK35.62%19.31%0.00%
8.63%

Color #96BCE9 in popluar number systems.

HEX96BCE9
Decimal150188233
Binary100101101011110011101001
Octal226274351

Shades and tints

Shades of #96BCE9

#96BCE9
(150,188,233)
#89ABD4
(137,171,212)
#7C9ABF
(124,154,191)
#6F89AA
(111,137,170)
#627895
(98,120,149)
#556780
(85,103,128)
#48566B
(72,86,107)
#3B4556
(59,69,86)
#2E3441
(46,52,65)
#21232C
(33,35,44)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #96BCE9

#96BCE9
(150,188,233)
#9FC2EB
(159,194,235)
#A8C8ED
(168,200,237)
#B1CEEF
(177,206,239)
#BAD4F1
(186,212,241)
#C3DAF3
(195,218,243)
#CCE0F5
(204,224,245)
#D5E6F7
(213,230,247)
#DEECF9
(222,236,249)
#E7F2FB
(231,242,251)
#F0F8FD
(240,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96BCE9 color. Also use rgb(150,188,233) instead hex code.

Text Font Color

.myTextColor { color: #96BCE9; }

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

This text font color is #96BCE9.


Background Color

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

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

This div background color is #96BCE9.


Border color

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

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

This div border color is #96BCE9.


Opacity

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

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

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

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

This text has shadow with #96BCE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BCE9 on black background.


Color preview on white background

This text has color #96BCE9 on white background.



Black color preview on #96BCE9 background

This text has black color on #96BCE9 background.


White color preview on #96BCE9 background

This text has white color on #96BCE9 background.