COLOR #96CCCE

HEX: #96CCCE RGB: (150,204,206)

Color info

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

RGB color model

#96CCCE color RGB value is (150,204,206).

RGB: (150,204,206) (59%, 80%, 81%)

RGB channels and saturation

R 150 of 255 = 59%
G 204 of 255 = 80%
B 206 of 255 = 81%

150
204
206

R + G + B ~ 73%. #96CCCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 204 + 206 = 560 (100%)
R 150 of 560 ~ 26.79%
G 204 of 560 ~ 36.43%
B 206 of 560 ~ 36.79'%

%26.79
%36.43
%36.79

CMYK color model

#96CCCE color CMYK value is (27,1,0,19).

  • cyan value is 27.18%
  • magenta value is 0.97%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (27,1,0,19)
C27M1Y0K19 (27%, 1%, 0%, 19%)
(0.27 / 0.01 / 0.00 / 0.19)

CMYK percentages

%27.18
%0.97
%0
%19.22

Codes

Color #96CCCE in popluar color models

96 CC CE
RGB 150 204 206
HSL 182° 36.36% 69.80%
HSB/HSV 182° 27.18% 80.78%
CMYK 27.18% 0.97% 0.00%
19.22%

Color #96CCCE in popluar number systems.

HEX 96 CC CE
Decimal 150 204 206
Binary 10010110 11001100 11001110
Octal 226 314 316

Shades and tints

Shades of #96CCCE

#96CCCE
(150,204,206)
#89BABC
(137,186,188)
#7CA8AA
(124,168,170)
#6F9698
(111,150,152)
#628486
(98,132,134)
#557274
(85,114,116)
#486062
(72,96,98)
#3B4E50
(59,78,80)
#2E3C3E
(46,60,62)
#212A2C
(33,42,44)
#14181A
(20,24,26)
#000000
(0,0,0)

Tints of #96CCCE

#96CCCE
(150,204,206)
#9FD0D2
(159,208,210)
#A8D4D6
(168,212,214)
#B1D8DA
(177,216,218)
#BADCDE
(186,220,222)
#C3E0E2
(195,224,226)
#CCE4E6
(204,228,230)
#D5E8EA
(213,232,234)
#DEECEE
(222,236,238)
#E7F0F2
(231,240,242)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96CCCE; }

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

This text font color is #96CCCE.

Background Color

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

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

This div background color is #96CCCE.

Border color

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

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

This div border color is #96CCCE.

Opacity

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

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

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

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

This text has shadow with #96CCCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96CCCE.

Preview

Color preview on black background

This text has color #96CCCE on black background.


Color preview on white background

This text has color #96CCCE on white background.


Black color preview on #96CCCE background

This text has black color on #96CCCE background.


White color preview on #96CCCE background

This text has white color on #96CCCE background.


Related colors

Complementary color

Complementary color for #hex is #693331.


I love getcolorcode.com

Triadic colors

1 #CE96CC and #CCCE96 with #96CCCE are triadic colors.

2 #CECC96 and #CC96CE with #96CCCE are triadic colors.