COLOR #96CCC6

HEX: #96CCC6 RGB: (150,204,198)

Color info

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

RGB color model

#96CCC6 color RGB value is (150,204,198).

RGB: (150,204,198) (59%, 80%, 78%)

RGB channels and saturation

R 150 of 255 = 59%
G 204 of 255 = 80%
B 198 of 255 = 78%

150
204
198

R + G + B ~ 72%. #96CCC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 204 + 198 = 552 (100%)
R 150 of 552 ~ 27.17%
G 204 of 552 ~ 36.96%
B 198 of 552 ~ 35.87'%

%27.17
%36.96
%35.87

CMYK color model

#96CCC6 color CMYK value is (26,0,3,20).

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

CMYK: (26,0,3,20)
C26M0Y3K20 (26%, 0%, 3%, 20%)
(0.26 / 0.00 / 0.03 / 0.20)

CMYK percentages

%26.47
%0
%2.94
%20

Codes

Color #96CCC6 in popluar color models

96 CC C6
RGB 150 204 198
HSL 173° 34.62% 69.41%
HSB/HSV 173° 26.47% 80.00%
CMYK 26.47% 0.00% 2.94%
20.00%

Color #96CCC6 in popluar number systems.

HEX 96 CC C6
Decimal 150 204 198
Binary 10010110 11001100 11000110
Octal 226 314 306

Shades and tints

Shades of #96CCC6

#96CCC6
(150,204,198)
#89BAB4
(137,186,180)
#7CA8A2
(124,168,162)
#6F9690
(111,150,144)
#62847E
(98,132,126)
#55726C
(85,114,108)
#48605A
(72,96,90)
#3B4E48
(59,78,72)
#2E3C36
(46,60,54)
#212A24
(33,42,36)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #96CCC6

#96CCC6
(150,204,198)
#9FD0CB
(159,208,203)
#A8D4D0
(168,212,208)
#B1D8D5
(177,216,213)
#BADCDA
(186,220,218)
#C3E0DF
(195,224,223)
#CCE4E4
(204,228,228)
#D5E8E9
(213,232,233)
#DEECEE
(222,236,238)
#E7F0F3
(231,240,243)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96CCC6; }

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

This text font color is #96CCC6.

Background Color

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

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

This div background color is #96CCC6.

Border color

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

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

This div border color is #96CCC6.

Opacity

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

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

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

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

This text has shadow with #96CCC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96CCC6.

Preview

Color preview on black background

This text has color #96CCC6 on black background.


Color preview on white background

This text has color #96CCC6 on white background.


Black color preview on #96CCC6 background

This text has black color on #96CCC6 background.


White color preview on #96CCC6 background

This text has white color on #96CCC6 background.


Related colors

Complementary color

Complementary color for #hex is #693339.


I love getcolorcode.com

Triadic colors

1 #C696CC and #CCC696 with #96CCC6 are triadic colors.

2 #C6CC96 and #CC96C6 with #96CCC6 are triadic colors.