COLOR #96BFDA

HEX: #96BFDA
RGB: (150,191,218)

Color info

#96BFDA contains mainly green and blue colors. Web safe color of #96BFDA is #99CCCC (or #9CC).

RGB color model

#96BFDA color RGB value is (150,191,218).

  • red value is 150;
  • green value is 191;
  • blue value is 218.
RGB:
(150,191,218)
(59%,75%,85%)

RGB channels and saturation

R 150 of 255 = 59%
G 191 of 255 = 75%
B 218 of 255 = 85%

150
191
218

R + G + B ~ 73%. #96BFDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 191 + 218 = 559 (100%)
R 150 of 559 ~ 26.83%
G 191 of 559 ~ 34.17%
B 218 of 559 ~ 39%

%26.83
%34.17
%39

CMYK color model

#96BFDA color CMYK value is (31,12,0,15).

  • cyan value is 31.19%
  • magenta value is 12.39%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(31,12,0,15)
C31M12Y0K15 
(31%,12%,0%,15%)
(0.31/0.12/0.00/0.15)	

CMYK percentages

%31.19
%12.39
%0
%14.51

Codes

Color #96BFDA in popluar color models

96BFDA
RGB150191218
HSL204°47.89%72.16%
HSB/HSV204°31.19%85.49%
CMYK31.19%12.39%0.00%
14.51%

Color #96BFDA in popluar number systems.

HEX96BFDA
Decimal150191218
Binary100101101011111111011010
Octal226277332

Shades and tints

Shades of #96BFDA

#96BFDA
(150,191,218)
#89AEC7
(137,174,199)
#7C9DB4
(124,157,180)
#6F8CA1
(111,140,161)
#627B8E
(98,123,142)
#556A7B
(85,106,123)
#485968
(72,89,104)
#3B4855
(59,72,85)
#2E3742
(46,55,66)
#21262F
(33,38,47)
#14151C
(20,21,28)
#000000
(0,0,0)

Tints of #96BFDA

#96BFDA
(150,191,218)
#9FC4DD
(159,196,221)
#A8C9E0
(168,201,224)
#B1CEE3
(177,206,227)
#BAD3E6
(186,211,230)
#C3D8E9
(195,216,233)
#CCDDEC
(204,221,236)
#D5E2EF
(213,226,239)
#DEE7F2
(222,231,242)
#E7ECF5
(231,236,245)
#F0F1F8
(240,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96BFDA color. Also use rgb(150,191,218) instead hex code.

Text Font Color

.myTextColor { color: #96BFDA; }

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

This text font color is #96BFDA.


Background Color

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

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

This div background color is #96BFDA.


Border color

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

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

This div border color is #96BFDA.


Opacity

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

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

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

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

This text has shadow with #96BFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BFDA on black background.


Color preview on white background

This text has color #96BFDA on white background.



Black color preview on #96BFDA background

This text has black color on #96BFDA background.


White color preview on #96BFDA background

This text has white color on #96BFDA background.