COLOR #96CFAA

HEX: #96CFAA
RGB: (150,207,170)

Color info

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

RGB color model

#96CFAA color RGB value is (150,207,170).

  • red value is 150;
  • green value is 207;
  • blue value is 170.
RGB:
(150,207,170)
(59%,81%,67%)

RGB channels and saturation

R 150 of 255 = 59%
G 207 of 255 = 81%
B 170 of 255 = 67%

150
207
170

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

Portions of RGB colors in percentages

R + G + B =
150 + 207 + 170 = 527 (100%)
R 150 of 527 ~ 28.46%
G 207 of 527 ~ 39.28%
B 170 of 527 ~ 32.26%

%28.46
%39.28
%32.26

CMYK color model

#96CFAA color CMYK value is (28,0,18,19).

  • cyan value is 27.54%
  • magenta value is 0.00%
  • yellow value is 17.87%
  • key color value is 18.82%
CMYK:
(28,0,18,19)
C28M0Y18K19 
(28%,0%,18%,19%)
(0.28/0.00/0.18/0.19)	

CMYK percentages

%27.54
%0
%17.87
%18.82

Codes

Color #96CFAA in popluar color models

96CFAA
RGB150207170
HSL141°37.25%70.00%
HSB/HSV141°27.54%81.18%
CMYK27.54%0.00%17.87%
18.82%

Color #96CFAA in popluar number systems.

HEX96CFAA
Decimal150207170
Binary100101101100111110101010
Octal226317252

Shades and tints

Shades of #96CFAA

#96CFAA
(150,207,170)
#89BD9B
(137,189,155)
#7CAB8C
(124,171,140)
#6F997D
(111,153,125)
#62876E
(98,135,110)
#55755F
(85,117,95)
#486350
(72,99,80)
#3B5141
(59,81,65)
#2E3F32
(46,63,50)
#212D23
(33,45,35)
#141B14
(20,27,20)
#000000
(0,0,0)

Tints of #96CFAA

#96CFAA
(150,207,170)
#9FD3B1
(159,211,177)
#A8D7B8
(168,215,184)
#B1DBBF
(177,219,191)
#BADFC6
(186,223,198)
#C3E3CD
(195,227,205)
#CCE7D4
(204,231,212)
#D5EBDB
(213,235,219)
#DEEFE2
(222,239,226)
#E7F3E9
(231,243,233)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96CFAA color. Also use rgb(150,207,170) instead hex code.

Text Font Color

.myTextColor { color: #96CFAA; }

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

This text font color is #96CFAA.


Background Color

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

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

This div background color is #96CFAA.


Border color

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

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

This div border color is #96CFAA.


Opacity

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

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

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

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

This text has shadow with #96CFAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CFAA on black background.


Color preview on white background

This text has color #96CFAA on white background.



Black color preview on #96CFAA background

This text has black color on #96CFAA background.


White color preview on #96CFAA background

This text has white color on #96CFAA background.