COLOR #96BCD7

HEX: #96BCD7
RGB: (150,188,215)

Renk bilgisi

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

RGB renk modeli

#96BCD7 color RGB value is (150,188,215).

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

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 188 of 255 = 74%
B 215 of 255 = 84%

150
188
215

R + G + B ~ 72%. #96BCD7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 188 + 215 = 553 (100%)
R 150 of 553 ~ 27.12%
G 188 of 553 ~ 34%
B 215 of 553 ~ 38.88%

%27.12
%34
%38.88

CMYK RENK MODELİ

#96BCD7 rengi CMYK tonu (30,13,0,16).

  • camgöbeği tonu 30.23%
  • eflatun tonu 12.56%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(30,13,0,16)
C30M13Y0K16 
(30%,13%,0%,16%)
(0.30/0.13/0.00/0.16)	

CMYK yüzdeleri

%30.23
%12.56
%0
%15.69

Codes

Color #96BCD7 in popluar color models

96BCD7
RGB150188215
HSL205°44.83%71.57%
HSB/HSV205°30.23%84.31%
CMYK30.23%12.56%0.00%
15.69%

Color #96BCD7 in popluar number systems.

HEX96BCD7
Decimal150188215
Binary100101101011110011010111
Octal226274327

Shades and tints

Shades of #96BCD7

#96BCD7
(150,188,215)
#89ABC4
(137,171,196)
#7C9AB1
(124,154,177)
#6F899E
(111,137,158)
#62788B
(98,120,139)
#556778
(85,103,120)
#485665
(72,86,101)
#3B4552
(59,69,82)
#2E343F
(46,52,63)
#21232C
(33,35,44)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #96BCD7

#96BCD7
(150,188,215)
#9FC2DA
(159,194,218)
#A8C8DD
(168,200,221)
#B1CEE0
(177,206,224)
#BAD4E3
(186,212,227)
#C3DAE6
(195,218,230)
#CCE0E9
(204,224,233)
#D5E6EC
(213,230,236)
#DEECEF
(222,236,239)
#E7F2F2
(231,242,242)
#F0F8F5
(240,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BCD7; }

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

This text font color is #96BCD7.


Background Color

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

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

This div background color is #96BCD7.


Border color

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

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

This div border color is #96BCD7.


Opacity

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

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

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

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

This text has shadow with #96BCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BCD7 on black background.


Color preview on white background

This text has color #96BCD7 on white background.



Black color preview on #96BCD7 background

This text has black color on #96BCD7 background.


White color preview on #96BCD7 background

This text has white color on #96BCD7 background.