COLOR #96C2BE

HEX: #96C2BE RGB: (150,194,190)

Color info

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

RGB color model

#96C2BE color RGB value is (150,194,190).

RGB: (150,194,190) (59%, 76%, 75%)

RGB channels and saturation

R 150 of 255 = 59%
G 194 of 255 = 76%
B 190 of 255 = 75%

150
194
190

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

Portions of RGB colors in percentages

R + G + B = 150 + 194 + 190 = 534 (100%)
R 150 of 534 ~ 28.09%
G 194 of 534 ~ 36.33%
B 190 of 534 ~ 35.58'%

%28.09
%36.33
%35.58

CMYK color model

#96C2BE color CMYK value is (23,0,2,24).

  • cyan value is 22.68%
  • magenta value is 0.00%
  • yellow value is 2.06%
  • key color value is 23.92%

CMYK: (23,0,2,24)
C23M0Y2K24 (23%, 0%, 2%, 24%)
(0.23 / 0.00 / 0.02 / 0.24)

CMYK percentages

%22.68
%0
%2.06
%23.92

Codes

Color #96C2BE in popluar color models

96 C2 BE
RGB 150 194 190
HSL 175° 26.51% 67.45%
HSB/HSV 175° 22.68% 76.08%
CMYK 22.68% 0.00% 2.06%
23.92%

Color #96C2BE in popluar number systems.

HEX 96 C2 BE
Decimal 150 194 190
Binary 10010110 11000010 10111110
Octal 226 302 276

Shades and tints

Shades of #96C2BE

#96C2BE
(150,194,190)
#89B1AD
(137,177,173)
#7CA09C
(124,160,156)
#6F8F8B
(111,143,139)
#627E7A
(98,126,122)
#556D69
(85,109,105)
#485C58
(72,92,88)
#3B4B47
(59,75,71)
#2E3A36
(46,58,54)
#212925
(33,41,37)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #96C2BE

#96C2BE
(150,194,190)
#9FC7C3
(159,199,195)
#A8CCC8
(168,204,200)
#B1D1CD
(177,209,205)
#BAD6D2
(186,214,210)
#C3DBD7
(195,219,215)
#CCE0DC
(204,224,220)
#D5E5E1
(213,229,225)
#DEEAE6
(222,234,230)
#E7EFEB
(231,239,235)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C2BE color. Also use rgb(150,194,190) instead hex code.

Text Font Color

.myTextColor { color: #96C2BE; }

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

This text font color is #96C2BE.

Background Color

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

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

This div background color is #96C2BE.

Border color

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

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

This div border color is #96C2BE.

Opacity

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

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

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

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

This text has shadow with #96C2BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96C2BE.

Preview

Color preview on black background

This text has color #96C2BE on black background.


Color preview on white background

This text has color #96C2BE on white background.


Black color preview on #96C2BE background

This text has black color on #96C2BE background.


White color preview on #96C2BE background

This text has white color on #96C2BE background.


Related colors

Complementary color

Complementary color for #hex is #693D41.


I love getcolorcode.com

Triadic colors

1 #BE96C2 and #C2BE96 with #96C2BE are triadic colors.

2 #BEC296 and #C296BE with #96C2BE are triadic colors.