COLOR #96D0CC

HEX: #96D0CC RGB: (150,208,204)

Color info

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

RGB color model

#96D0CC color RGB value is (150,208,204).

RGB: (150,208,204) (59%, 82%, 80%)

RGB channels and saturation

R 150 of 255 = 59%
G 208 of 255 = 82%
B 204 of 255 = 80%

150
208
204

R + G + B ~ 74%. #96D0CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 208 + 204 = 562 (100%)
R 150 of 562 ~ 26.69%
G 208 of 562 ~ 37.01%
B 204 of 562 ~ 36.3'%

%26.69
%37.01
%36.3

CMYK color model

#96D0CC color CMYK value is (28,0,2,18).

  • cyan value is 27.88%
  • magenta value is 0.00%
  • yellow value is 1.92%
  • key color value is 18.43%
CMYK: (28,0,2,18) C28M0Y2K18 (28%,0%,2%,18%) (0.28/0.00/0.02/0.18) 

CMYK percentages

%27.88
%0
%1.92
%18.43

Codes

Color #96D0CC in popluar color models

96 D0 CC
RGB 150 208 204
HSL 176° 38.16% 70.20%
HSB/HSV 176° 27.88% 81.57%
CMYK 27.88% 0.00% 1.92%
18.43%

Color #96D0CC in popluar number systems.

HEX 96 D0 CC
Decimal 150 208 204
Binary 10010110 11010000 11001100
Octal 226 320 314

Shades and tints

Shades of #96D0CC

#96D0CC
(150,208,204)
#89BEBA
(137,190,186)
#7CACA8
(124,172,168)
#6F9A96
(111,154,150)
#628884
(98,136,132)
#557672
(85,118,114)
#486460
(72,100,96)
#3B524E
(59,82,78)
#2E403C
(46,64,60)
#212E2A
(33,46,42)
#141C18
(20,28,24)
#000000
(0,0,0)

Tints of #96D0CC

#96D0CC
(150,208,204)
#9FD4D0
(159,212,208)
#A8D8D4
(168,216,212)
#B1DCD8
(177,220,216)
#BAE0DC
(186,224,220)
#C3E4E0
(195,228,224)
#CCE8E4
(204,232,228)
#D5ECE8
(213,236,232)
#DEF0EC
(222,240,236)
#E7F4F0
(231,244,240)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96D0CC; }

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

This text font color is #96D0CC.

Background Color

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

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

This div background color is #96D0CC.

Border color

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

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

This div border color is #96D0CC.

Opacity

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

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

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

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

This text has shadow with #96D0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96D0CC.

Preview

Color preview on black background

This text has color #96D0CC on black background.


Color preview on white background

This text has color #96D0CC on white background.


Black color preview on #96D0CC background

This text has black color on #96D0CC background.


White color preview on #96D0CC background

This text has white color on #96D0CC background.


Related colors

Complementary color

Complementary color for #hex is #692F33.


I love getcolorcode.com

Triadic colors

1 #CC96D0 and #D0CC96 with #96D0CC are triadic colors.

2 #CCD096 and #D096CC with #96D0CC are triadic colors.