COLOR #96C1C0

HEX: #96C1C0 RGB: (150,193,192)

Color info

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

RGB color model

#96C1C0 color RGB value is (150,193,192).

RGB: (150,193,192) (59%, 76%, 75%)

RGB channels and saturation

R 150 of 255 = 59%
G 193 of 255 = 76%
B 192 of 255 = 75%

150
193
192

R + G + B ~ 70%. #96C1C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 193 + 192 = 535 (100%)
R 150 of 535 ~ 28.04%
G 193 of 535 ~ 36.07%
B 192 of 535 ~ 35.89'%

%28.04
%36.07
%35.89

CMYK color model

#96C1C0 color CMYK value is (22,0,1,24).

  • cyan value is 22.28%
  • magenta value is 0.00%
  • yellow value is 0.52%
  • key color value is 24.31%

CMYK: (22,0,1,24)
C22M0Y1K24 (22%, 0%, 1%, 24%)
(0.22 / 0.00 / 0.01 / 0.24)

CMYK percentages

%22.28
%0
%0.52
%24.31

Codes

Color #96C1C0 in popluar color models

96 C1 C0
RGB 150 193 192
HSL 179° 25.75% 67.25%
HSB/HSV 179° 22.28% 75.69%
CMYK 22.28% 0.00% 0.52%
24.31%

Color #96C1C0 in popluar number systems.

HEX 96 C1 C0
Decimal 150 193 192
Binary 10010110 11000001 11000000
Octal 226 301 300

Shades and tints

Shades of #96C1C0

#96C1C0
(150,193,192)
#89B0AF
(137,176,175)
#7C9F9E
(124,159,158)
#6F8E8D
(111,142,141)
#627D7C
(98,125,124)
#556C6B
(85,108,107)
#485B5A
(72,91,90)
#3B4A49
(59,74,73)
#2E3938
(46,57,56)
#212827
(33,40,39)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #96C1C0

#96C1C0
(150,193,192)
#9FC6C5
(159,198,197)
#A8CBCA
(168,203,202)
#B1D0CF
(177,208,207)
#BAD5D4
(186,213,212)
#C3DAD9
(195,218,217)
#CCDFDE
(204,223,222)
#D5E4E3
(213,228,227)
#DEE9E8
(222,233,232)
#E7EEED
(231,238,237)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C1C0 color. Also use rgb(150,193,192) instead hex code.

Text Font Color

.myTextColor { color: #96C1C0; }

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

This text font color is #96C1C0.

Background Color

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

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

This div background color is #96C1C0.

Border color

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

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

This div border color is #96C1C0.

Opacity

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

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

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

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

This text has shadow with #96C1C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96C1C0.

Preview

Color preview on black background

This text has color #96C1C0 on black background.


Color preview on white background

This text has color #96C1C0 on white background.


Black color preview on #96C1C0 background

This text has black color on #96C1C0 background.


White color preview on #96C1C0 background

This text has white color on #96C1C0 background.


Related colors

Complementary color

Complementary color for #hex is #693E3F.


I love getcolorcode.com

Triadic colors

1 #C096C1 and #C1C096 with #96C1C0 are triadic colors.

2 #C0C196 and #C196C0 with #96C1C0 are triadic colors.