COLOR #96CBB9

HEX: #96CBB9 RGB: (150,203,185)

Color info

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

RGB color model

#96CBB9 color RGB value is (150,203,185).

RGB: (150,203,185) (59%, 80%, 73%)

RGB channels and saturation

R 150 of 255 = 59%
G 203 of 255 = 80%
B 185 of 255 = 73%

150
203
185

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

Portions of RGB colors in percentages

R + G + B = 150 + 203 + 185 = 538 (100%)
R 150 of 538 ~ 27.88%
G 203 of 538 ~ 37.73%
B 185 of 538 ~ 34.39'%

%27.88
%37.73
%34.39

CMYK color model

#96CBB9 color CMYK value is (26,0,9,20).

  • cyan value is 26.11%
  • magenta value is 0.00%
  • yellow value is 8.87%
  • key color value is 20.39%

CMYK: (26,0,9,20)
C26M0Y9K20 (26%, 0%, 9%, 20%)
(0.26 / 0.00 / 0.09 / 0.20)

CMYK percentages

%26.11
%0
%8.87
%20.39

Codes

Color #96CBB9 in popluar color models

96 CB B9
RGB 150 203 185
HSL 160° 33.76% 69.22%
HSB/HSV 160° 26.11% 79.61%
CMYK 26.11% 0.00% 8.87%
20.39%

Color #96CBB9 in popluar number systems.

HEX 96 CB B9
Decimal 150 203 185
Binary 10010110 11001011 10111001
Octal 226 313 271

Shades and tints

Shades of #96CBB9

#96CBB9
(150,203,185)
#89B9A9
(137,185,169)
#7CA799
(124,167,153)
#6F9589
(111,149,137)
#628379
(98,131,121)
#557169
(85,113,105)
#485F59
(72,95,89)
#3B4D49
(59,77,73)
#2E3B39
(46,59,57)
#212929
(33,41,41)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #96CBB9

#96CBB9
(150,203,185)
#9FCFBF
(159,207,191)
#A8D3C5
(168,211,197)
#B1D7CB
(177,215,203)
#BADBD1
(186,219,209)
#C3DFD7
(195,223,215)
#CCE3DD
(204,227,221)
#D5E7E3
(213,231,227)
#DEEBE9
(222,235,233)
#E7EFEF
(231,239,239)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96CBB9 color. Also use rgb(150,203,185) instead hex code.

Text Font Color

.myTextColor { color: #96CBB9; }

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

This text font color is #96CBB9.

Background Color

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

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

This div background color is #96CBB9.

Border color

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

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

This div border color is #96CBB9.

Opacity

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

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

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

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

This text has shadow with #96CBB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96CBB9.

Preview

Color preview on black background

This text has color #96CBB9 on black background.


Color preview on white background

This text has color #96CBB9 on white background.


Black color preview on #96CBB9 background

This text has black color on #96CBB9 background.


White color preview on #96CBB9 background

This text has white color on #96CBB9 background.


Related colors

Complementary color

Complementary color for #hex is #693446.


I love getcolorcode.com

Triadic colors

1 #B996CB and #CBB996 with #96CBB9 are triadic colors.

2 #B9CB96 and #CB96B9 with #96CBB9 are triadic colors.