COLOR #96DDBA

HEX: #96DDBA
RGB: (150,221,186)

Color info

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

RGB color model

#96DDBA color RGB value is (150,221,186).

  • red value is 150;
  • green value is 221;
  • blue value is 186.
RGB:
(150,221,186)
(59%,87%,73%)

RGB channels and saturation

R 150 of 255 = 59%
G 221 of 255 = 87%
B 186 of 255 = 73%

150
221
186

R + G + B ~ 73%. #96DDBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 221 + 186 = 557 (100%)
R 150 of 557 ~ 26.93%
G 221 of 557 ~ 39.68%
B 186 of 557 ~ 33.39%

%26.93
%39.68
%33.39

CMYK color model

#96DDBA color CMYK value is (32,0,16,13).

  • cyan value is 32.13%
  • magenta value is 0.00%
  • yellow value is 15.84%
  • key color value is 13.33%
CMYK:
(32,0,16,13)
C32M0Y16K13 
(32%,0%,16%,13%)
(0.32/0.00/0.16/0.13)	

CMYK percentages

%32.13
%0
%15.84
%13.33

Codes

Color #96DDBA in popluar color models

96DDBA
RGB150221186
HSL150°51.08%72.75%
HSB/HSV150°32.13%86.67%
CMYK32.13%0.00%15.84%
13.33%

Color #96DDBA in popluar number systems.

HEX96DDBA
Decimal150221186
Binary100101101101110110111010
Octal226335272

Shades and tints

Shades of #96DDBA

#96DDBA
(150,221,186)
#89C9AA
(137,201,170)
#7CB59A
(124,181,154)
#6FA18A
(111,161,138)
#628D7A
(98,141,122)
#55796A
(85,121,106)
#48655A
(72,101,90)
#3B514A
(59,81,74)
#2E3D3A
(46,61,58)
#21292A
(33,41,42)
#14151A
(20,21,26)
#000000
(0,0,0)

Tints of #96DDBA

#96DDBA
(150,221,186)
#9FE0C0
(159,224,192)
#A8E3C6
(168,227,198)
#B1E6CC
(177,230,204)
#BAE9D2
(186,233,210)
#C3ECD8
(195,236,216)
#CCEFDE
(204,239,222)
#D5F2E4
(213,242,228)
#DEF5EA
(222,245,234)
#E7F8F0
(231,248,240)
#F0FBF6
(240,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96DDBA color. Also use rgb(150,221,186) instead hex code.

Text Font Color

.myTextColor { color: #96DDBA; }

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

This text font color is #96DDBA.


Background Color

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

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

This div background color is #96DDBA.


Border color

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

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

This div border color is #96DDBA.


Opacity

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

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

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

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

This text has shadow with #96DDBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96DDBA on black background.


Color preview on white background

This text has color #96DDBA on white background.



Black color preview on #96DDBA background

This text has black color on #96DDBA background.


White color preview on #96DDBA background

This text has white color on #96DDBA background.