COLOR #96CECC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

150
206
204

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

Portions of RGB colors in percentages

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

%26.79
%36.79
%36.43

CMYK color model

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

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

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

CMYK percentages

%27.18
%0
%0.97
%19.22

Codes

Color #96CECC in popluar color models

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

Color #96CECC in popluar number systems.

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

Shades and tints

Shades of #96CECC

#96CECC
(150,206,204)
#89BCBA
(137,188,186)
#7CAAA8
(124,170,168)
#6F9896
(111,152,150)
#628684
(98,134,132)
#557472
(85,116,114)
#486260
(72,98,96)
#3B504E
(59,80,78)
#2E3E3C
(46,62,60)
#212C2A
(33,44,42)
#141A18
(20,26,24)
#000000
(0,0,0)

Tints of #96CECC

#96CECC
(150,206,204)
#9FD2D0
(159,210,208)
#A8D6D4
(168,214,212)
#B1DAD8
(177,218,216)
#BADEDC
(186,222,220)
#C3E2E0
(195,226,224)
#CCE6E4
(204,230,228)
#D5EAE8
(213,234,232)
#DEEEEC
(222,238,236)
#E7F2F0
(231,242,240)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96CECC; }

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

This text font color is #96CECC.

Background Color

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

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

This div background color is #96CECC.

Border color

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

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

This div border color is #96CECC.

Opacity

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

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

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

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

This text has shadow with #96CECC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96CECC.

Preview

Color preview on black background

This text has color #96CECC on black background.


Color preview on white background

This text has color #96CECC on white background.


Black color preview on #96CECC background

This text has black color on #96CECC background.


White color preview on #96CECC background

This text has white color on #96CECC background.


Related colors

Complementary color

Complementary color for #hex is #693133.


I love getcolorcode.com

Triadic colors

1 #CC96CE and #CECC96 with #96CECC are triadic colors.

2 #CCCE96 and #CE96CC with #96CECC are triadic colors.