COLOR #96C4E5

HEX: #96C4E5 RGB: (150,196,229)

Color info

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

RGB color model

#96C4E5 color RGB value is (150,196,229).

RGB: (150,196,229) (59%, 77%, 90%)

RGB channels and saturation

R 150 of 255 = 59%
G 196 of 255 = 77%
B 229 of 255 = 90%

150
196
229

R + G + B ~ 75%. #96C4E5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 196 + 229 = 575 (100%)
R 150 of 575 ~ 26.09%
G 196 of 575 ~ 34.09%
B 229 of 575 ~ 39.83'%

%26.09
%34.09
%39.83

CMYK color model

#96C4E5 color CMYK value is (34,14,0,10).

  • cyan value is 34.50%
  • magenta value is 14.41%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (34,14,0,10)
C34M14Y0K10 (34%, 14%, 0%, 10%)
(0.34 / 0.14 / 0.00 / 0.10)

CMYK percentages

%34.5
%14.41
%0
%10.2

Codes

Color #96C4E5 in popluar color models

96 C4 E5
RGB 150 196 229
HSL 205° 60.31% 74.31%
HSB/HSV 205° 34.50% 89.80%
CMYK 34.50% 14.41% 0.00%
10.20%

Color #96C4E5 in popluar number systems.

HEX 96 C4 E5
Decimal 150 196 229
Binary 10010110 11000100 11100101
Octal 226 304 345

Shades and tints

Shades of #96C4E5

#96C4E5
(150,196,229)
#89B3D1
(137,179,209)
#7CA2BD
(124,162,189)
#6F91A9
(111,145,169)
#628095
(98,128,149)
#556F81
(85,111,129)
#485E6D
(72,94,109)
#3B4D59
(59,77,89)
#2E3C45
(46,60,69)
#212B31
(33,43,49)
#141A1D
(20,26,29)
#000000
(0,0,0)

Tints of #96C4E5

#96C4E5
(150,196,229)
#9FC9E7
(159,201,231)
#A8CEE9
(168,206,233)
#B1D3EB
(177,211,235)
#BAD8ED
(186,216,237)
#C3DDEF
(195,221,239)
#CCE2F1
(204,226,241)
#D5E7F3
(213,231,243)
#DEECF5
(222,236,245)
#E7F1F7
(231,241,247)
#F0F6F9
(240,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C4E5 color. Also use rgb(150,196,229) instead hex code.

Text Font Color

.myTextColor { color: #96C4E5; }

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

This text font color is #96C4E5.

Background Color

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

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

This div background color is #96C4E5.

Border color

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

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

This div border color is #96C4E5.

Opacity

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

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

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

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

This text has shadow with #96C4E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96C4E5.

Preview

Color preview on black background

This text has color #96C4E5 on black background.


Color preview on white background

This text has color #96C4E5 on white background.


Black color preview on #96C4E5 background

This text has black color on #96C4E5 background.


White color preview on #96C4E5 background

This text has white color on #96C4E5 background.


Related colors

Complementary color

Complementary color for #hex is #693B1A.


I love getcolorcode.com

Triadic colors

1 #E596C4 and #C4E596 with #96C4E5 are triadic colors.

2 #E5C496 and #C496E5 with #96C4E5 are triadic colors.