COLOR #96BAA3

HEX: #96BAA3
RGB: (150,186,163)

Color info

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

RGB color model

#96BAA3 color RGB value is (150,186,163).

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

RGB channels and saturation

R 150 of 255 = 59%
G 186 of 255 = 73%
B 163 of 255 = 64%

150
186
163

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

Portions of RGB colors in percentages

R + G + B =
150 + 186 + 163 = 499 (100%)
R 150 of 499 ~ 30.06%
G 186 of 499 ~ 37.27%
B 163 of 499 ~ 32.67%

%30.06
%37.27
%32.67

CMYK color model

#96BAA3 color CMYK value is (19,0,12,27).

  • cyan value is 19.35%
  • magenta value is 0.00%
  • yellow value is 12.37%
  • key color value is 27.06%
CMYK:
(19,0,12,27)
C19M0Y12K27 
(19%,0%,12%,27%)
(0.19/0.00/0.12/0.27)	

CMYK percentages

%19.35
%0
%12.37
%27.06

Codes

Color #96BAA3 in popluar color models

96BAA3
RGB150186163
HSL142°20.69%65.88%
HSB/HSV142°19.35%72.94%
CMYK19.35%0.00%12.37%
27.06%

Color #96BAA3 in popluar number systems.

HEX96BAA3
Decimal150186163
Binary100101101011101010100011
Octal226272243

Shades and tints

Shades of #96BAA3

#96BAA3
(150,186,163)
#89AA95
(137,170,149)
#7C9A87
(124,154,135)
#6F8A79
(111,138,121)
#627A6B
(98,122,107)
#556A5D
(85,106,93)
#485A4F
(72,90,79)
#3B4A41
(59,74,65)
#2E3A33
(46,58,51)
#212A25
(33,42,37)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #96BAA3

#96BAA3
(150,186,163)
#9FC0AB
(159,192,171)
#A8C6B3
(168,198,179)
#B1CCBB
(177,204,187)
#BAD2C3
(186,210,195)
#C3D8CB
(195,216,203)
#CCDED3
(204,222,211)
#D5E4DB
(213,228,219)
#DEEAE3
(222,234,227)
#E7F0EB
(231,240,235)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BAA3; }

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

This text font color is #96BAA3.


Background Color

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

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

This div background color is #96BAA3.


Border color

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

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

This div border color is #96BAA3.


Opacity

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

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

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

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

This text has shadow with #96BAA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96BAA3 on black background.


Color preview on white background

This text has color #96BAA3 on white background.



Black color preview on #96BAA3 background

This text has black color on #96BAA3 background.


White color preview on #96BAA3 background

This text has white color on #96BAA3 background.