COLOR #96CDAF

HEX: #96CDAF
RGB: (150,205,175)

Color info

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

RGB color model

#96CDAF color RGB value is (150,205,175).

  • red value is 150;
  • green value is 205;
  • blue value is 175.
RGB:
(150,205,175)
(59%,80%,69%)

RGB channels and saturation

R 150 of 255 = 59%
G 205 of 255 = 80%
B 175 of 255 = 69%

150
205
175

R + G + B ~ 69%. #96CDAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 205 + 175 = 530 (100%)
R 150 of 530 ~ 28.3%
G 205 of 530 ~ 38.68%
B 175 of 530 ~ 33.02%

%28.3
%38.68
%33.02

CMYK color model

#96CDAF color CMYK value is (27,0,15,20).

  • cyan value is 26.83%
  • magenta value is 0.00%
  • yellow value is 14.63%
  • key color value is 19.61%
CMYK:
(27,0,15,20)
C27M0Y15K20 
(27%,0%,15%,20%)
(0.27/0.00/0.15/0.20)	

CMYK percentages

%26.83
%0
%14.63
%19.61

Codes

Color #96CDAF in popluar color models

96CDAF
RGB150205175
HSL147°35.48%69.61%
HSB/HSV147°26.83%80.39%
CMYK26.83%0.00%14.63%
19.61%

Color #96CDAF in popluar number systems.

HEX96CDAF
Decimal150205175
Binary100101101100110110101111
Octal226315257

Shades and tints

Shades of #96CDAF

#96CDAF
(150,205,175)
#89BBA0
(137,187,160)
#7CA991
(124,169,145)
#6F9782
(111,151,130)
#628573
(98,133,115)
#557364
(85,115,100)
#486155
(72,97,85)
#3B4F46
(59,79,70)
#2E3D37
(46,61,55)
#212B28
(33,43,40)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #96CDAF

#96CDAF
(150,205,175)
#9FD1B6
(159,209,182)
#A8D5BD
(168,213,189)
#B1D9C4
(177,217,196)
#BADDCB
(186,221,203)
#C3E1D2
(195,225,210)
#CCE5D9
(204,229,217)
#D5E9E0
(213,233,224)
#DEEDE7
(222,237,231)
#E7F1EE
(231,241,238)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96CDAF color. Also use rgb(150,205,175) instead hex code.

Text Font Color

.myTextColor { color: #96CDAF; }

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

This text font color is #96CDAF.


Background Color

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

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

This div background color is #96CDAF.


Border color

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

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

This div border color is #96CDAF.


Opacity

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

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

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

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

This text has shadow with #96CDAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CDAF on black background.


Color preview on white background

This text has color #96CDAF on white background.



Black color preview on #96CDAF background

This text has black color on #96CDAF background.


White color preview on #96CDAF background

This text has white color on #96CDAF background.