COLOR #96CCB7

HEX: #96CCB7 RGB: (150,204,183)

Color info

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

RGB color model

#96CCB7 color RGB value is (150,204,183).

RGB: (150,204,183) (59%, 80%, 72%)

RGB channels and saturation

R 150 of 255 = 59%
G 204 of 255 = 80%
B 183 of 255 = 72%

150
204
183

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

Portions of RGB colors in percentages

R + G + B = 150 + 204 + 183 = 537 (100%)
R 150 of 537 ~ 27.93%
G 204 of 537 ~ 37.99%
B 183 of 537 ~ 34.08'%

%27.93
%37.99
%34.08

CMYK color model

#96CCB7 color CMYK value is (26,0,10,20).

  • cyan value is 26.47%
  • magenta value is 0.00%
  • yellow value is 10.29%
  • key color value is 20.00%

CMYK: (26,0,10,20)
C26M0Y10K20 (26%, 0%, 10%, 20%)
(0.26 / 0.00 / 0.10 / 0.20)

CMYK percentages

%26.47
%0
%10.29
%20

Codes

Color #96CCB7 in popluar color models

96 CC B7
RGB 150 204 183
HSL 157° 34.62% 69.41%
HSB/HSV 157° 26.47% 80.00%
CMYK 26.47% 0.00% 10.29%
20.00%

Color #96CCB7 in popluar number systems.

HEX 96 CC B7
Decimal 150 204 183
Binary 10010110 11001100 10110111
Octal 226 314 267

Shades and tints

Shades of #96CCB7

#96CCB7
(150,204,183)
#89BAA7
(137,186,167)
#7CA897
(124,168,151)
#6F9687
(111,150,135)
#628477
(98,132,119)
#557267
(85,114,103)
#486057
(72,96,87)
#3B4E47
(59,78,71)
#2E3C37
(46,60,55)
#212A27
(33,42,39)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #96CCB7

#96CCB7
(150,204,183)
#9FD0BD
(159,208,189)
#A8D4C3
(168,212,195)
#B1D8C9
(177,216,201)
#BADCCF
(186,220,207)
#C3E0D5
(195,224,213)
#CCE4DB
(204,228,219)
#D5E8E1
(213,232,225)
#DEECE7
(222,236,231)
#E7F0ED
(231,240,237)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96CCB7 color. Also use rgb(150,204,183) instead hex code.

Text Font Color

.myTextColor { color: #96CCB7; }

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

This text font color is #96CCB7.

Background Color

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

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

This div background color is #96CCB7.

Border color

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

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

This div border color is #96CCB7.

Opacity

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

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

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

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

This text has shadow with #96CCB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96CCB7.

Preview

Color preview on black background

This text has color #96CCB7 on black background.


Color preview on white background

This text has color #96CCB7 on white background.


Black color preview on #96CCB7 background

This text has black color on #96CCB7 background.


White color preview on #96CCB7 background

This text has white color on #96CCB7 background.


Related colors

Complementary color

Complementary color for #hex is #693348.


I love getcolorcode.com

Triadic colors

1 #B796CC and #CCB796 with #96CCB7 are triadic colors.

2 #B7CC96 and #CC96B7 with #96CCB7 are triadic colors.