COLOR #96C1B8

HEX: #96C1B8 RGB: (150,193,184)

Color info

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

RGB color model

#96C1B8 color RGB value is (150,193,184).

RGB: (150,193,184) (59%, 76%, 72%)

RGB channels and saturation

R 150 of 255 = 59%
G 193 of 255 = 76%
B 184 of 255 = 72%

150
193
184

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

Portions of RGB colors in percentages

R + G + B = 150 + 193 + 184 = 527 (100%)
R 150 of 527 ~ 28.46%
G 193 of 527 ~ 36.62%
B 184 of 527 ~ 34.91'%

%28.46
%36.62
%34.91

CMYK color model

#96C1B8 color CMYK value is (22,0,5,24).

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

CMYK: (22,0,5,24)
C22M0Y5K24 (22%, 0%, 5%, 24%)
(0.22 / 0.00 / 0.05 / 0.24)

CMYK percentages

%22.28
%0
%4.66
%24.31

Codes

Color #96C1B8 in popluar color models

96 C1 B8
RGB 150 193 184
HSL 167° 25.75% 67.25%
HSB/HSV 167° 22.28% 75.69%
CMYK 22.28% 0.00% 4.66%
24.31%

Color #96C1B8 in popluar number systems.

HEX 96 C1 B8
Decimal 150 193 184
Binary 10010110 11000001 10111000
Octal 226 301 270

Shades and tints

Shades of #96C1B8

#96C1B8
(150,193,184)
#89B0A8
(137,176,168)
#7C9F98
(124,159,152)
#6F8E88
(111,142,136)
#627D78
(98,125,120)
#556C68
(85,108,104)
#485B58
(72,91,88)
#3B4A48
(59,74,72)
#2E3938
(46,57,56)
#212828
(33,40,40)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #96C1B8

#96C1B8
(150,193,184)
#9FC6BE
(159,198,190)
#A8CBC4
(168,203,196)
#B1D0CA
(177,208,202)
#BAD5D0
(186,213,208)
#C3DAD6
(195,218,214)
#CCDFDC
(204,223,220)
#D5E4E2
(213,228,226)
#DEE9E8
(222,233,232)
#E7EEEE
(231,238,238)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96C1B8; }

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

This text font color is #96C1B8.

Background Color

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

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

This div background color is #96C1B8.

Border color

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

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

This div border color is #96C1B8.

Opacity

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

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

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

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

This text has shadow with #96C1B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96C1B8.

Preview

Color preview on black background

This text has color #96C1B8 on black background.


Color preview on white background

This text has color #96C1B8 on white background.


Black color preview on #96C1B8 background

This text has black color on #96C1B8 background.


White color preview on #96C1B8 background

This text has white color on #96C1B8 background.


Related colors

Complementary color

Complementary color for #hex is #693E47.


I love getcolorcode.com

Triadic colors

1 #B896C1 and #C1B896 with #96C1B8 are triadic colors.

2 #B8C196 and #C196B8 with #96C1B8 are triadic colors.