COLOR #96ECD6

HEX: #96ECD6 RGB: (150,236,214)

Color info

#96ECD6 contains mainly green and blue colors. Web safe color of #96ECD6 is #99FFCC (or #9FC).

RGB color model

#96ECD6 color RGB value is (150,236,214).

RGB: (150,236,214) (59%, 93%, 84%)

RGB channels and saturation

R 150 of 255 = 59%
G 236 of 255 = 93%
B 214 of 255 = 84%

150
236
214

R + G + B ~ 79%. #96ECD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 236 + 214 = 600 (100%)
R 150 of 600 ~ 25%
G 236 of 600 ~ 39.33%
B 214 of 600 ~ 35.67'%

%25
%39.33
%35.67

CMYK color model

#96ECD6 color CMYK value is (36,0,9,7).

  • cyan value is 36.44%
  • magenta value is 0.00%
  • yellow value is 9.32%
  • key color value is 7.45%

CMYK: (36,0,9,7)
C36M0Y9K7 (36%, 0%, 9%, 7%)
(0.36 / 0.00 / 0.09 / 0.07)

CMYK percentages

%36.44
%0
%9.32
%7.45

Codes

Color #96ECD6 in popluar color models

96 EC D6
RGB 150 236 214
HSL 165° 69.35% 75.69%
HSB/HSV 165° 36.44% 92.55%
CMYK 36.44% 0.00% 9.32%
7.45%

Color #96ECD6 in popluar number systems.

HEX 96 EC D6
Decimal 150 236 214
Binary 10010110 11101100 11010110
Octal 226 354 326

Shades and tints

Shades of #96ECD6

#96ECD6
(150,236,214)
#89D7C3
(137,215,195)
#7CC2B0
(124,194,176)
#6FAD9D
(111,173,157)
#62988A
(98,152,138)
#558377
(85,131,119)
#486E64
(72,110,100)
#3B5951
(59,89,81)
#2E443E
(46,68,62)
#212F2B
(33,47,43)
#141A18
(20,26,24)
#000000
(0,0,0)

Tints of #96ECD6

#96ECD6
(150,236,214)
#9FEDD9
(159,237,217)
#A8EEDC
(168,238,220)
#B1EFDF
(177,239,223)
#BAF0E2
(186,240,226)
#C3F1E5
(195,241,229)
#CCF2E8
(204,242,232)
#D5F3EB
(213,243,235)
#DEF4EE
(222,244,238)
#E7F5F1
(231,245,241)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96ECD6 color. Also use rgb(150,236,214) instead hex code.

Text Font Color

.myTextColor { color: #96ECD6; }

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

This text font color is #96ECD6.

Background Color

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

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

This div background color is #96ECD6.

Border color

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

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

This div border color is #96ECD6.

Opacity

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

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

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

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

This text has shadow with #96ECD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96ECD6.

Preview

Color preview on black background

This text has color #96ECD6 on black background.


Color preview on white background

This text has color #96ECD6 on white background.


Black color preview on #96ECD6 background

This text has black color on #96ECD6 background.


White color preview on #96ECD6 background

This text has white color on #96ECD6 background.


Related colors

Complementary color

Complementary color for #hex is #691329.


I love getcolorcode.com

Triadic colors

1 #D696EC and #ECD696 with #96ECD6 are triadic colors.

2 #D6EC96 and #EC96D6 with #96ECD6 are triadic colors.