COLOR #96BDA1

HEX: #96BDA1
RGB: (150,189,161)

Color info

#96BDA1 contains red, green and blue colors in about the same proportion. Web safe color of #96BDA1 is #99CC99 (or #9C9).

RGB color model

#96BDA1 color RGB value is (150,189,161).

  • red value is 150;
  • green value is 189;
  • blue value is 161.
RGB:
(150,189,161)
(59%,74%,63%)

RGB channels and saturation

R 150 of 255 = 59%
G 189 of 255 = 74%
B 161 of 255 = 63%

150
189
161

R + G + B ~ 65%. #96BDA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 189 + 161 = 500 (100%)
R 150 of 500 ~ 30%
G 189 of 500 ~ 37.8%
B 161 of 500 ~ 32.2%

%30
%37.8
%32.2

CMYK color model

#96BDA1 color CMYK value is (21,0,15,26).

  • cyan value is 20.63%
  • magenta value is 0.00%
  • yellow value is 14.81%
  • key color value is 25.88%
CMYK:
(21,0,15,26)
C21M0Y15K26 
(21%,0%,15%,26%)
(0.21/0.00/0.15/0.26)	

CMYK percentages

%20.63
%0
%14.81
%25.88

Codes

Color #96BDA1 in popluar color models

96BDA1
RGB150189161
HSL137°22.81%66.47%
HSB/HSV137°20.63%74.12%
CMYK20.63%0.00%14.81%
25.88%

Color #96BDA1 in popluar number systems.

HEX96BDA1
Decimal150189161
Binary100101101011110110100001
Octal226275241

Shades and tints

Shades of #96BDA1

#96BDA1
(150,189,161)
#89AC93
(137,172,147)
#7C9B85
(124,155,133)
#6F8A77
(111,138,119)
#627969
(98,121,105)
#55685B
(85,104,91)
#48574D
(72,87,77)
#3B463F
(59,70,63)
#2E3531
(46,53,49)
#212423
(33,36,35)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #96BDA1

#96BDA1
(150,189,161)
#9FC3A9
(159,195,169)
#A8C9B1
(168,201,177)
#B1CFB9
(177,207,185)
#BAD5C1
(186,213,193)
#C3DBC9
(195,219,201)
#CCE1D1
(204,225,209)
#D5E7D9
(213,231,217)
#DEEDE1
(222,237,225)
#E7F3E9
(231,243,233)
#F0F9F1
(240,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96BDA1 color. Also use rgb(150,189,161) instead hex code.

Text Font Color

.myTextColor { color: #96BDA1; }

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

This text font color is #96BDA1.


Background Color

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

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

This div background color is #96BDA1.


Border color

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

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

This div border color is #96BDA1.


Opacity

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

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

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

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

This text has shadow with #96BDA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BDA1 on black background.


Color preview on white background

This text has color #96BDA1 on white background.



Black color preview on #96BDA1 background

This text has black color on #96BDA1 background.


White color preview on #96BDA1 background

This text has white color on #96BDA1 background.