COLOR #96B9C7

HEX: #96B9C7
RGB: (150,185,199)

Renk bilgisi

#96B9C7 contains red, green and blue colors in about the same proportion. #96B9C7 ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#96B9C7 color RGB value is (150,185,199).

  • kırmız ton 150;
  • yeşil ton 185;
  • mavi ton 199.
RGB:
(150,185,199)
(59%,73%,78%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 185 of 255 = 73%
B 199 of 255 = 78%

150
185
199

R + G + B ~ 70%. #96B9C7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 185 + 199 = 534 (100%)
R 150 of 534 ~ 28.09%
G 185 of 534 ~ 34.64%
B 199 of 534 ~ 37.27%

%28.09
%34.64
%37.27

CMYK RENK MODELİ

#96B9C7 rengi CMYK tonu (25,7,0,22).

  • camgöbeği tonu 24.62%
  • eflatun tonu 7.04%
  • sarı tonu 0.00%
  • ana renk tonu 21.96%
CMYK:
(25,7,0,22)
C25M7Y0K22 
(25%,7%,0%,22%)
(0.25/0.07/0.00/0.22)	

CMYK yüzdeleri

%24.62
%7.04
%0
%21.96

Codes

Color #96B9C7 in popluar color models

96B9C7
RGB150185199
HSL197°30.43%68.43%
HSB/HSV197°24.62%78.04%
CMYK24.62%7.04%0.00%
21.96%

Color #96B9C7 in popluar number systems.

HEX96B9C7
Decimal150185199
Binary100101101011100111000111
Octal226271307

Shades and tints

Shades of #96B9C7

#96B9C7
(150,185,199)
#89A9B5
(137,169,181)
#7C99A3
(124,153,163)
#6F8991
(111,137,145)
#62797F
(98,121,127)
#55696D
(85,105,109)
#48595B
(72,89,91)
#3B4949
(59,73,73)
#2E3937
(46,57,55)
#212925
(33,41,37)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #96B9C7

#96B9C7
(150,185,199)
#9FBFCC
(159,191,204)
#A8C5D1
(168,197,209)
#B1CBD6
(177,203,214)
#BAD1DB
(186,209,219)
#C3D7E0
(195,215,224)
#CCDDE5
(204,221,229)
#D5E3EA
(213,227,234)
#DEE9EF
(222,233,239)
#E7EFF4
(231,239,244)
#F0F5F9
(240,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B9C7 color. Also use rgb(150,185,199) instead hex code.

Text Font Color

.myTextColor { color: #96B9C7; }

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

This text font color is #96B9C7.


Background Color

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

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

This div background color is #96B9C7.


Border color

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

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

This div border color is #96B9C7.


Opacity

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

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

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

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

This text has shadow with #96B9C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96B9C7 on black background.


Color preview on white background

This text has color #96B9C7 on white background.



Black color preview on #96B9C7 background

This text has black color on #96B9C7 background.


White color preview on #96B9C7 background

This text has white color on #96B9C7 background.