COLOR #96ECDA

HEX: #96ECDA RGB: (150,236,218)

Color info

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

RGB color model

#96ECDA color RGB value is (150,236,218).

RGB: (150,236,218) (59%, 93%, 85%)

RGB channels and saturation

R 150 of 255 = 59%
G 236 of 255 = 93%
B 218 of 255 = 85%

150
236
218

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

Portions of RGB colors in percentages

R + G + B = 150 + 236 + 218 = 604 (100%)
R 150 of 604 ~ 24.83%
G 236 of 604 ~ 39.07%
B 218 of 604 ~ 36.09'%

%24.83
%39.07
%36.09

CMYK color model

#96ECDA color CMYK value is (36,0,8,7).

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

CMYK: (36,0,8,7)
C36M0Y8K7 (36%, 0%, 8%, 7%)
(0.36 / 0.00 / 0.08 / 0.07)

CMYK percentages

%36.44
%0
%7.63
%7.45

Codes

Color #96ECDA in popluar color models

96 EC DA
RGB 150 236 218
HSL 167° 69.35% 75.69%
HSB/HSV 167° 36.44% 92.55%
CMYK 36.44% 0.00% 7.63%
7.45%

Color #96ECDA in popluar number systems.

HEX 96 EC DA
Decimal 150 236 218
Binary 10010110 11101100 11011010
Octal 226 354 332

Shades and tints

Shades of #96ECDA

#96ECDA
(150,236,218)
#89D7C7
(137,215,199)
#7CC2B4
(124,194,180)
#6FADA1
(111,173,161)
#62988E
(98,152,142)
#55837B
(85,131,123)
#486E68
(72,110,104)
#3B5955
(59,89,85)
#2E4442
(46,68,66)
#212F2F
(33,47,47)
#141A1C
(20,26,28)
#000000
(0,0,0)

Tints of #96ECDA

#96ECDA
(150,236,218)
#9FEDDD
(159,237,221)
#A8EEE0
(168,238,224)
#B1EFE3
(177,239,227)
#BAF0E6
(186,240,230)
#C3F1E9
(195,241,233)
#CCF2EC
(204,242,236)
#D5F3EF
(213,243,239)
#DEF4F2
(222,244,242)
#E7F5F5
(231,245,245)
#F0F6F8
(240,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96ECDA; }

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

This text font color is #96ECDA.

Background Color

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

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

This div background color is #96ECDA.

Border color

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

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

This div border color is #96ECDA.

Opacity

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

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

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

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

This text has shadow with #96ECDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96ECDA.

Preview

Color preview on black background

This text has color #96ECDA on black background.


Color preview on white background

This text has color #96ECDA on white background.


Black color preview on #96ECDA background

This text has black color on #96ECDA background.


White color preview on #96ECDA background

This text has white color on #96ECDA background.


Related colors

Complementary color

Complementary color for #hex is #691325.


I love getcolorcode.com

Triadic colors

1 #DA96EC and #ECDA96 with #96ECDA are triadic colors.

2 #DAEC96 and #EC96DA with #96ECDA are triadic colors.