COLOR #96CAC3

HEX: #96CAC3
RGB: (150,202,195)

Color info

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

RGB color model

#96CAC3 color RGB value is (150,202,195).

  • red value is 150;
  • green value is 202;
  • blue value is 195.
RGB:
(150,202,195)
(59%,79%,76%)

RGB channels and saturation

R 150 of 255 = 59%
G 202 of 255 = 79%
B 195 of 255 = 76%

150
202
195

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

Portions of RGB colors in percentages

R + G + B =
150 + 202 + 195 = 547 (100%)
R 150 of 547 ~ 27.42%
G 202 of 547 ~ 36.93%
B 195 of 547 ~ 35.65%

%27.42
%36.93
%35.65

CMYK color model

#96CAC3 color CMYK value is (26,0,3,21).

  • cyan value is 25.74%
  • magenta value is 0.00%
  • yellow value is 3.47%
  • key color value is 20.78%
CMYK:
(26,0,3,21)
C26M0Y3K21 
(26%,0%,3%,21%)
(0.26/0.00/0.03/0.21)	

CMYK percentages

%25.74
%0
%3.47
%20.78

Codes

Color #96CAC3 in popluar color models

96CAC3
RGB150202195
HSL172°32.91%69.02%
HSB/HSV172°25.74%79.22%
CMYK25.74%0.00%3.47%
20.78%

Color #96CAC3 in popluar number systems.

HEX96CAC3
Decimal150202195
Binary100101101100101011000011
Octal226312303

Shades and tints

Shades of #96CAC3

#96CAC3
(150,202,195)
#89B8B2
(137,184,178)
#7CA6A1
(124,166,161)
#6F9490
(111,148,144)
#62827F
(98,130,127)
#55706E
(85,112,110)
#485E5D
(72,94,93)
#3B4C4C
(59,76,76)
#2E3A3B
(46,58,59)
#21282A
(33,40,42)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #96CAC3

#96CAC3
(150,202,195)
#9FCEC8
(159,206,200)
#A8D2CD
(168,210,205)
#B1D6D2
(177,214,210)
#BADAD7
(186,218,215)
#C3DEDC
(195,222,220)
#CCE2E1
(204,226,225)
#D5E6E6
(213,230,230)
#DEEAEB
(222,234,235)
#E7EEF0
(231,238,240)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96CAC3 color. Also use rgb(150,202,195) instead hex code.

Text Font Color

.myTextColor { color: #96CAC3; }

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

This text font color is #96CAC3.


Background Color

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

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

This div background color is #96CAC3.


Border color

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

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

This div border color is #96CAC3.


Opacity

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

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

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

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

This text has shadow with #96CAC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CAC3 on black background.


Color preview on white background

This text has color #96CAC3 on white background.



Black color preview on #96CAC3 background

This text has black color on #96CAC3 background.


White color preview on #96CAC3 background

This text has white color on #96CAC3 background.