COLOR #96C2D3

HEX: #96C2D3 RGB: (150,194,211)

Color info

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

RGB color model

#96C2D3 color RGB value is (150,194,211).

RGB: (150,194,211) (59%, 76%, 83%)

RGB channels and saturation

R 150 of 255 = 59%
G 194 of 255 = 76%
B 211 of 255 = 83%

150
194
211

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

Portions of RGB colors in percentages

R + G + B = 150 + 194 + 211 = 555 (100%)
R 150 of 555 ~ 27.03%
G 194 of 555 ~ 34.95%
B 211 of 555 ~ 38.02'%

%27.03
%34.95
%38.02

CMYK color model

#96C2D3 color CMYK value is (29,8,0,17).

  • cyan value is 28.91%
  • magenta value is 8.06%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (29,8,0,17)
C29M8Y0K17 (29%, 8%, 0%, 17%)
(0.29 / 0.08 / 0.00 / 0.17)

CMYK percentages

%28.91
%8.06
%0
%17.25

Codes

Color #96C2D3 in popluar color models

96 C2 D3
RGB 150 194 211
HSL 197° 40.94% 70.78%
HSB/HSV 197° 28.91% 82.75%
CMYK 28.91% 8.06% 0.00%
17.25%

Color #96C2D3 in popluar number systems.

HEX 96 C2 D3
Decimal 150 194 211
Binary 10010110 11000010 11010011
Octal 226 302 323

Shades and tints

Shades of #96C2D3

#96C2D3
(150,194,211)
#89B1C0
(137,177,192)
#7CA0AD
(124,160,173)
#6F8F9A
(111,143,154)
#627E87
(98,126,135)
#556D74
(85,109,116)
#485C61
(72,92,97)
#3B4B4E
(59,75,78)
#2E3A3B
(46,58,59)
#212928
(33,41,40)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #96C2D3

#96C2D3
(150,194,211)
#9FC7D7
(159,199,215)
#A8CCDB
(168,204,219)
#B1D1DF
(177,209,223)
#BAD6E3
(186,214,227)
#C3DBE7
(195,219,231)
#CCE0EB
(204,224,235)
#D5E5EF
(213,229,239)
#DEEAF3
(222,234,243)
#E7EFF7
(231,239,247)
#F0F4FB
(240,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C2D3 color. Also use rgb(150,194,211) instead hex code.

Text Font Color

.myTextColor { color: #96C2D3; }

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

This text font color is #96C2D3.

Background Color

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

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

This div background color is #96C2D3.

Border color

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

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

This div border color is #96C2D3.

Opacity

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

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

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

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

This text has shadow with #96C2D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96C2D3.

Preview

Color preview on black background

This text has color #96C2D3 on black background.


Color preview on white background

This text has color #96C2D3 on white background.


Black color preview on #96C2D3 background

This text has black color on #96C2D3 background.


White color preview on #96C2D3 background

This text has white color on #96C2D3 background.


Related colors

Complementary color

Complementary color for #hex is #693D2C.


I love getcolorcode.com

Triadic colors

1 #D396C2 and #C2D396 with #96C2D3 are triadic colors.

2 #D3C296 and #C296D3 with #96C2D3 are triadic colors.