COLOR #96DEB1

HEX: #96DEB1 RGB: (150,222,177)

Color info

#96DEB1 contains mainly green and blue colors. Web safe color of #96DEB1 is #99CC99 (or #9C9).

RGB color model

#96DEB1 color RGB value is (150,222,177).

RGB: (150,222,177) (59%, 87%, 69%)

RGB channels and saturation

R 150 of 255 = 59%
G 222 of 255 = 87%
B 177 of 255 = 69%

150
222
177

R + G + B ~ 72%. #96DEB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 222 + 177 = 549 (100%)
R 150 of 549 ~ 27.32%
G 222 of 549 ~ 40.44%
B 177 of 549 ~ 32.24'%

%27.32
%40.44
%32.24

CMYK color model

#96DEB1 color CMYK value is (32,0,20,13).

  • cyan value is 32.43%
  • magenta value is 0.00%
  • yellow value is 20.27%
  • key color value is 12.94%

CMYK: (32,0,20,13)
C32M0Y20K13 (32%, 0%, 20%, 13%)
(0.32 / 0.00 / 0.20 / 0.13)

CMYK percentages

%32.43
%0
%20.27
%12.94

Codes

Color #96DEB1 in popluar color models

96 DE B1
RGB 150 222 177
HSL 143° 52.17% 72.94%
HSB/HSV 143° 32.43% 87.06%
CMYK 32.43% 0.00% 20.27%
12.94%

Color #96DEB1 in popluar number systems.

HEX 96 DE B1
Decimal 150 222 177
Binary 10010110 11011110 10110001
Octal 226 336 261

Shades and tints

Shades of #96DEB1

#96DEB1
(150,222,177)
#89CAA1
(137,202,161)
#7CB691
(124,182,145)
#6FA281
(111,162,129)
#628E71
(98,142,113)
#557A61
(85,122,97)
#486651
(72,102,81)
#3B5241
(59,82,65)
#2E3E31
(46,62,49)
#212A21
(33,42,33)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #96DEB1

#96DEB1
(150,222,177)
#9FE1B8
(159,225,184)
#A8E4BF
(168,228,191)
#B1E7C6
(177,231,198)
#BAEACD
(186,234,205)
#C3EDD4
(195,237,212)
#CCF0DB
(204,240,219)
#D5F3E2
(213,243,226)
#DEF6E9
(222,246,233)
#E7F9F0
(231,249,240)
#F0FCF7
(240,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96DEB1 color. Also use rgb(150,222,177) instead hex code.

Text Font Color

.myTextColor { color: #96DEB1; }

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

This text font color is #96DEB1.

Background Color

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

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

This div background color is #96DEB1.

Border color

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

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

This div border color is #96DEB1.

Opacity

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

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

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

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

This text has shadow with #96DEB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96DEB1.

Preview

Color preview on black background

This text has color #96DEB1 on black background.


Color preview on white background

This text has color #96DEB1 on white background.


Black color preview on #96DEB1 background

This text has black color on #96DEB1 background.


White color preview on #96DEB1 background

This text has white color on #96DEB1 background.


Related colors

Complementary color

Complementary color for #hex is #69214E.


I love getcolorcode.com

Triadic colors

1 #B196DE and #DEB196 with #96DEB1 are triadic colors.

2 #B1DE96 and #DE96B1 with #96DEB1 are triadic colors.