COLOR #96BDC9

HEX: #96BDC9
RGB: (150,189,201)

Renk bilgisi

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

RGB renk modeli

#96BDC9 color RGB value is (150,189,201).

  • kırmız ton 150;
  • yeşil ton 189;
  • mavi ton 201.
RGB:
(150,189,201)
(59%,74%,79%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 189 of 255 = 74%
B 201 of 255 = 79%

150
189
201

R + G + B ~ 71%. #96BDC9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 189 + 201 = 540 (100%)
R 150 of 540 ~ 27.78%
G 189 of 540 ~ 35%
B 201 of 540 ~ 37.22%

%27.78
%35
%37.22

CMYK RENK MODELİ

#96BDC9 rengi CMYK tonu (25,6,0,21).

  • camgöbeği tonu 25.37%
  • eflatun tonu 5.97%
  • sarı tonu 0.00%
  • ana renk tonu 21.18%
CMYK:
(25,6,0,21)
C25M6Y0K21 
(25%,6%,0%,21%)
(0.25/0.06/0.00/0.21)	

CMYK yüzdeleri

%25.37
%5.97
%0
%21.18

Codes

Color #96BDC9 in popluar color models

96BDC9
RGB150189201
HSL194°32.08%68.82%
HSB/HSV194°25.37%78.82%
CMYK25.37%5.97%0.00%
21.18%

Color #96BDC9 in popluar number systems.

HEX96BDC9
Decimal150189201
Binary100101101011110111001001
Octal226275311

Shades and tints

Shades of #96BDC9

#96BDC9
(150,189,201)
#89ACB7
(137,172,183)
#7C9BA5
(124,155,165)
#6F8A93
(111,138,147)
#627981
(98,121,129)
#55686F
(85,104,111)
#48575D
(72,87,93)
#3B464B
(59,70,75)
#2E3539
(46,53,57)
#212427
(33,36,39)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #96BDC9

#96BDC9
(150,189,201)
#9FC3CD
(159,195,205)
#A8C9D1
(168,201,209)
#B1CFD5
(177,207,213)
#BAD5D9
(186,213,217)
#C3DBDD
(195,219,221)
#CCE1E1
(204,225,225)
#D5E7E5
(213,231,229)
#DEEDE9
(222,237,233)
#E7F3ED
(231,243,237)
#F0F9F1
(240,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96BDC9 color. Also use rgb(150,189,201) instead hex code.

Text Font Color

.myTextColor { color: #96BDC9; }

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

This text font color is #96BDC9.


Background Color

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

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

This div background color is #96BDC9.


Border color

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

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

This div border color is #96BDC9.


Opacity

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

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

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

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

This text has shadow with #96BDC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BDC9 on black background.


Color preview on white background

This text has color #96BDC9 on white background.



Black color preview on #96BDC9 background

This text has black color on #96BDC9 background.


White color preview on #96BDC9 background

This text has white color on #96BDC9 background.