COLOR #96CBED

HEX: #96CBED
RGB: (150,203,237)

Color info

#96CBED contains mainly green and blue colors. Web safe color of #96CBED is #99CCFF (or #9CF).

RGB color model

#96CBED color RGB value is (150,203,237).

  • red value is 150;
  • green value is 203;
  • blue value is 237.
RGB:
(150,203,237)
(59%,80%,93%)

RGB channels and saturation

R 150 of 255 = 59%
G 203 of 255 = 80%
B 237 of 255 = 93%

150
203
237

R + G + B ~ 77%. #96CBED is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 203 + 237 = 590 (100%)
R 150 of 590 ~ 25.42%
G 203 of 590 ~ 34.41%
B 237 of 590 ~ 40.17%

%25.42
%34.41
%40.17

CMYK color model

#96CBED color CMYK value is (37,14,0,7).

  • cyan value is 36.71%
  • magenta value is 14.35%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(37,14,0,7)
C37M14Y0K7 
(37%,14%,0%,7%)
(0.37/0.14/0.00/0.07)	

CMYK percentages

%36.71
%14.35
%0
%7.06

Codes

Color #96CBED in popluar color models

96CBED
RGB150203237
HSL203°70.73%75.88%
HSB/HSV203°36.71%92.94%
CMYK36.71%14.35%0.00%
7.06%

Color #96CBED in popluar number systems.

HEX96CBED
Decimal150203237
Binary100101101100101111101101
Octal226313355

Shades and tints

Shades of #96CBED

#96CBED
(150,203,237)
#89B9D8
(137,185,216)
#7CA7C3
(124,167,195)
#6F95AE
(111,149,174)
#628399
(98,131,153)
#557184
(85,113,132)
#485F6F
(72,95,111)
#3B4D5A
(59,77,90)
#2E3B45
(46,59,69)
#212930
(33,41,48)
#14171B
(20,23,27)
#000000
(0,0,0)

Tints of #96CBED

#96CBED
(150,203,237)
#9FCFEE
(159,207,238)
#A8D3EF
(168,211,239)
#B1D7F0
(177,215,240)
#BADBF1
(186,219,241)
#C3DFF2
(195,223,242)
#CCE3F3
(204,227,243)
#D5E7F4
(213,231,244)
#DEEBF5
(222,235,245)
#E7EFF6
(231,239,246)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96CBED color. Also use rgb(150,203,237) instead hex code.

Text Font Color

.myTextColor { color: #96CBED; }

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

This text font color is #96CBED.


Background Color

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

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

This div background color is #96CBED.


Border color

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

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

This div border color is #96CBED.


Opacity

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

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

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

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

This text has shadow with #96CBED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CBED on black background.


Color preview on white background

This text has color #96CBED on white background.



Black color preview on #96CBED background

This text has black color on #96CBED background.


White color preview on #96CBED background

This text has white color on #96CBED background.