COLOR #96C6E6

HEX: #96C6E6
RGB: (150,198,230)

Renk bilgisi

#96C6E6 contains mainly green and blue colors. #96C6E6 ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#96C6E6 color RGB value is (150,198,230).

  • kırmız ton 150;
  • yeşil ton 198;
  • mavi ton 230.
RGB:
(150,198,230)
(59%,78%,90%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 198 of 255 = 78%
B 230 of 255 = 90%

150
198
230

R + G + B ~ 76%. #96C6E6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 198 + 230 = 578 (100%)
R 150 of 578 ~ 25.95%
G 198 of 578 ~ 34.26%
B 230 of 578 ~ 39.79%

%25.95
%34.26
%39.79

CMYK RENK MODELİ

#96C6E6 rengi CMYK tonu (35,14,0,10).

  • camgöbeği tonu 34.78%
  • eflatun tonu 13.91%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(35,14,0,10)
C35M14Y0K10 
(35%,14%,0%,10%)
(0.35/0.14/0.00/0.10)	

CMYK yüzdeleri

%34.78
%13.91
%0
%9.8

Codes

Color #96C6E6 in popluar color models

96C6E6
RGB150198230
HSL204°61.54%74.51%
HSB/HSV204°34.78%90.20%
CMYK34.78%13.91%0.00%
9.80%

Color #96C6E6 in popluar number systems.

HEX96C6E6
Decimal150198230
Binary100101101100011011100110
Octal226306346

Shades and tints

Shades of #96C6E6

#96C6E6
(150,198,230)
#89B4D2
(137,180,210)
#7CA2BE
(124,162,190)
#6F90AA
(111,144,170)
#627E96
(98,126,150)
#556C82
(85,108,130)
#485A6E
(72,90,110)
#3B485A
(59,72,90)
#2E3646
(46,54,70)
#212432
(33,36,50)
#14121E
(20,18,30)
#000000
(0,0,0)

Tints of #96C6E6

#96C6E6
(150,198,230)
#9FCBE8
(159,203,232)
#A8D0EA
(168,208,234)
#B1D5EC
(177,213,236)
#BADAEE
(186,218,238)
#C3DFF0
(195,223,240)
#CCE4F2
(204,228,242)
#D5E9F4
(213,233,244)
#DEEEF6
(222,238,246)
#E7F3F8
(231,243,248)
#F0F8FA
(240,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C6E6 color. Also use rgb(150,198,230) instead hex code.

Text Font Color

.myTextColor { color: #96C6E6; }

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

This text font color is #96C6E6.


Background Color

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

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

This div background color is #96C6E6.


Border color

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

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

This div border color is #96C6E6.


Opacity

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

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

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

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

This text has shadow with #96C6E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C6E6 on black background.


Color preview on white background

This text has color #96C6E6 on white background.



Black color preview on #96C6E6 background

This text has black color on #96C6E6 background.


White color preview on #96C6E6 background

This text has white color on #96C6E6 background.