COLOR #96CFBD

HEX: #96CFBD
RGB: (150,207,189)

Color info

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

RGB color model

#96CFBD color RGB value is (150,207,189).

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

RGB channels and saturation

R 150 of 255 = 59%
G 207 of 255 = 81%
B 189 of 255 = 74%

150
207
189

R + G + B ~ 71%. #96CFBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 207 + 189 = 546 (100%)
R 150 of 546 ~ 27.47%
G 207 of 546 ~ 37.91%
B 189 of 546 ~ 34.62%

%27.47
%37.91
%34.62

CMYK color model

#96CFBD color CMYK value is (28,0,9,19).

  • cyan value is 27.54%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • key color value is 18.82%
CMYK:
(28,0,9,19)
C28M0Y9K19 
(28%,0%,9%,19%)
(0.28/0.00/0.09/0.19)	

CMYK percentages

%27.54
%0
%8.7
%18.82

Codes

Color #96CFBD in popluar color models

96CFBD
RGB150207189
HSL161°37.25%70.00%
HSB/HSV161°27.54%81.18%
CMYK27.54%0.00%8.70%
18.82%

Color #96CFBD in popluar number systems.

HEX96CFBD
Decimal150207189
Binary100101101100111110111101
Octal226317275

Shades and tints

Shades of #96CFBD

#96CFBD
(150,207,189)
#89BDAC
(137,189,172)
#7CAB9B
(124,171,155)
#6F998A
(111,153,138)
#628779
(98,135,121)
#557568
(85,117,104)
#486357
(72,99,87)
#3B5146
(59,81,70)
#2E3F35
(46,63,53)
#212D24
(33,45,36)
#141B13
(20,27,19)
#000000
(0,0,0)

Tints of #96CFBD

#96CFBD
(150,207,189)
#9FD3C3
(159,211,195)
#A8D7C9
(168,215,201)
#B1DBCF
(177,219,207)
#BADFD5
(186,223,213)
#C3E3DB
(195,227,219)
#CCE7E1
(204,231,225)
#D5EBE7
(213,235,231)
#DEEFED
(222,239,237)
#E7F3F3
(231,243,243)
#F0F7F9
(240,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96CFBD; }

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

This text font color is #96CFBD.


Background Color

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

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

This div background color is #96CFBD.


Border color

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

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

This div border color is #96CFBD.


Opacity

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

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

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

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

This text has shadow with #96CFBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CFBD on black background.


Color preview on white background

This text has color #96CFBD on white background.



Black color preview on #96CFBD background

This text has black color on #96CFBD background.


White color preview on #96CFBD background

This text has white color on #96CFBD background.