COLOR #96BDC3

HEX: #96BDC3
RGB: (150,189,195)

Color info

#96BDC3 contains red, green and blue colors in about the same proportion. Web safe color of #96BDC3 is #99CCCC (or #9CC).

RGB color model

#96BDC3 color RGB value is (150,189,195).

  • red value is 150;
  • green value is 189;
  • blue value is 195.
RGB:
(150,189,195)
(59%,74%,76%)

RGB channels and saturation

R 150 of 255 = 59%
G 189 of 255 = 74%
B 195 of 255 = 76%

150
189
195

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

Portions of RGB colors in percentages

R + G + B =
150 + 189 + 195 = 534 (100%)
R 150 of 534 ~ 28.09%
G 189 of 534 ~ 35.39%
B 195 of 534 ~ 36.52%

%28.09
%35.39
%36.52

CMYK color model

#96BDC3 color CMYK value is (23,3,0,24).

  • cyan value is 23.08%
  • magenta value is 3.08%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(23,3,0,24)
C23M3Y0K24 
(23%,3%,0%,24%)
(0.23/0.03/0.00/0.24)	

CMYK percentages

%23.08
%3.08
%0
%23.53

Codes

Color #96BDC3 in popluar color models

96BDC3
RGB150189195
HSL188°27.27%67.65%
HSB/HSV188°23.08%76.47%
CMYK23.08%3.08%0.00%
23.53%

Color #96BDC3 in popluar number systems.

HEX96BDC3
Decimal150189195
Binary100101101011110111000011
Octal226275303

Shades and tints

Shades of #96BDC3

#96BDC3
(150,189,195)
#89ACB2
(137,172,178)
#7C9BA1
(124,155,161)
#6F8A90
(111,138,144)
#62797F
(98,121,127)
#55686E
(85,104,110)
#48575D
(72,87,93)
#3B464C
(59,70,76)
#2E353B
(46,53,59)
#21242A
(33,36,42)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #96BDC3

#96BDC3
(150,189,195)
#9FC3C8
(159,195,200)
#A8C9CD
(168,201,205)
#B1CFD2
(177,207,210)
#BAD5D7
(186,213,215)
#C3DBDC
(195,219,220)
#CCE1E1
(204,225,225)
#D5E7E6
(213,231,230)
#DEEDEB
(222,237,235)
#E7F3F0
(231,243,240)
#F0F9F5
(240,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BDC3; }

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

This text font color is #96BDC3.


Background Color

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

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

This div background color is #96BDC3.


Border color

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

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

This div border color is #96BDC3.


Opacity

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

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

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

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

This text has shadow with #96BDC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BDC3 on black background.


Color preview on white background

This text has color #96BDC3 on white background.



Black color preview on #96BDC3 background

This text has black color on #96BDC3 background.


White color preview on #96BDC3 background

This text has white color on #96BDC3 background.