COLOR #96BED7

HEX: #96BED7
RGB: (150,190,215)

Color info

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

RGB color model

#96BED7 color RGB value is (150,190,215).

  • red value is 150;
  • green value is 190;
  • blue value is 215.
RGB:
(150,190,215)
(59%,75%,84%)

RGB channels and saturation

R 150 of 255 = 59%
G 190 of 255 = 75%
B 215 of 255 = 84%

150
190
215

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

Portions of RGB colors in percentages

R + G + B =
150 + 190 + 215 = 555 (100%)
R 150 of 555 ~ 27.03%
G 190 of 555 ~ 34.23%
B 215 of 555 ~ 38.74%

%27.03
%34.23
%38.74

CMYK color model

#96BED7 color CMYK value is (30,12,0,16).

  • cyan value is 30.23%
  • magenta value is 11.63%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(30,12,0,16)
C30M12Y0K16 
(30%,12%,0%,16%)
(0.30/0.12/0.00/0.16)	

CMYK percentages

%30.23
%11.63
%0
%15.69

Codes

Color #96BED7 in popluar color models

96BED7
RGB150190215
HSL203°44.83%71.57%
HSB/HSV203°30.23%84.31%
CMYK30.23%11.63%0.00%
15.69%

Color #96BED7 in popluar number systems.

HEX96BED7
Decimal150190215
Binary100101101011111011010111
Octal226276327

Shades and tints

Shades of #96BED7

#96BED7
(150,190,215)
#89ADC4
(137,173,196)
#7C9CB1
(124,156,177)
#6F8B9E
(111,139,158)
#627A8B
(98,122,139)
#556978
(85,105,120)
#485865
(72,88,101)
#3B4752
(59,71,82)
#2E363F
(46,54,63)
#21252C
(33,37,44)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #96BED7

#96BED7
(150,190,215)
#9FC3DA
(159,195,218)
#A8C8DD
(168,200,221)
#B1CDE0
(177,205,224)
#BAD2E3
(186,210,227)
#C3D7E6
(195,215,230)
#CCDCE9
(204,220,233)
#D5E1EC
(213,225,236)
#DEE6EF
(222,230,239)
#E7EBF2
(231,235,242)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BED7; }

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

This text font color is #96BED7.


Background Color

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

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

This div background color is #96BED7.


Border color

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

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

This div border color is #96BED7.


Opacity

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

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

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

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

This text has shadow with #96BED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BED7 on black background.


Color preview on white background

This text has color #96BED7 on white background.



Black color preview on #96BED7 background

This text has black color on #96BED7 background.


White color preview on #96BED7 background

This text has white color on #96BED7 background.