COLOR #96E1D9

HEX: #96E1D9 RGB: (150,225,217)

Color info

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

RGB color model

#96E1D9 color RGB value is (150,225,217).

RGB: (150,225,217) (59%, 88%, 85%)

RGB channels and saturation

R 150 of 255 = 59%
G 225 of 255 = 88%
B 217 of 255 = 85%

150
225
217

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

Portions of RGB colors in percentages

R + G + B = 150 + 225 + 217 = 592 (100%)
R 150 of 592 ~ 25.34%
G 225 of 592 ~ 38.01%
B 217 of 592 ~ 36.66'%

%25.34
%38.01
%36.66

CMYK color model

#96E1D9 color CMYK value is (33,0,4,12).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 3.56%
  • key color value is 11.76%

CMYK: (33,0,4,12)
C33M0Y4K12 (33%, 0%, 4%, 12%)
(0.33 / 0.00 / 0.04 / 0.12)

CMYK percentages

%33.33
%0
%3.56
%11.76

Codes

Color #96E1D9 in popluar color models

96 E1 D9
RGB 150 225 217
HSL 174° 55.56% 73.53%
HSB/HSV 174° 33.33% 88.24%
CMYK 33.33% 0.00% 3.56%
11.76%

Color #96E1D9 in popluar number systems.

HEX 96 E1 D9
Decimal 150 225 217
Binary 10010110 11100001 11011001
Octal 226 341 331

Shades and tints

Shades of #96E1D9

#96E1D9
(150,225,217)
#89CDC6
(137,205,198)
#7CB9B3
(124,185,179)
#6FA5A0
(111,165,160)
#62918D
(98,145,141)
#557D7A
(85,125,122)
#486967
(72,105,103)
#3B5554
(59,85,84)
#2E4141
(46,65,65)
#212D2E
(33,45,46)
#14191B
(20,25,27)
#000000
(0,0,0)

Tints of #96E1D9

#96E1D9
(150,225,217)
#9FE3DC
(159,227,220)
#A8E5DF
(168,229,223)
#B1E7E2
(177,231,226)
#BAE9E5
(186,233,229)
#C3EBE8
(195,235,232)
#CCEDEB
(204,237,235)
#D5EFEE
(213,239,238)
#DEF1F1
(222,241,241)
#E7F3F4
(231,243,244)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96E1D9 color. Also use rgb(150,225,217) instead hex code.

Text Font Color

.myTextColor { color: #96E1D9; }

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

This text font color is #96E1D9.

Background Color

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

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

This div background color is #96E1D9.

Border color

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

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

This div border color is #96E1D9.

Opacity

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

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

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

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

This text has shadow with #96E1D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96E1D9.

Preview

Color preview on black background

This text has color #96E1D9 on black background.


Color preview on white background

This text has color #96E1D9 on white background.


Black color preview on #96E1D9 background

This text has black color on #96E1D9 background.


White color preview on #96E1D9 background

This text has white color on #96E1D9 background.


Related colors

Complementary color

Complementary color for #hex is #691E26.


I love getcolorcode.com

Triadic colors

1 #D996E1 and #E1D996 with #96E1D9 are triadic colors.

2 #D9E196 and #E196D9 with #96E1D9 are triadic colors.