COLOR #96C0CD

HEX: #96C0CD RGB: (150,192,205)

Color info

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

RGB color model

#96C0CD color RGB value is (150,192,205).

RGB: (150,192,205) (59%, 75%, 80%)

RGB channels and saturation

R 150 of 255 = 59%
G 192 of 255 = 75%
B 205 of 255 = 80%

150
192
205

R + G + B ~ 71%. #96C0CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 192 + 205 = 547 (100%)
R 150 of 547 ~ 27.42%
G 192 of 547 ~ 35.1%
B 205 of 547 ~ 37.48'%

%27.42
%35.1
%37.48

CMYK color model

#96C0CD color CMYK value is (27,6,0,20).

  • cyan value is 26.83%
  • magenta value is 6.34%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (27,6,0,20)
C27M6Y0K20 (27%, 6%, 0%, 20%)
(0.27 / 0.06 / 0.00 / 0.20)

CMYK percentages

%26.83
%6.34
%0
%19.61

Codes

Color #96C0CD in popluar color models

96 C0 CD
RGB 150 192 205
HSL 194° 35.48% 69.61%
HSB/HSV 194° 26.83% 80.39%
CMYK 26.83% 6.34% 0.00%
19.61%

Color #96C0CD in popluar number systems.

HEX 96 C0 CD
Decimal 150 192 205
Binary 10010110 11000000 11001101
Octal 226 300 315

Shades and tints

Shades of #96C0CD

#96C0CD
(150,192,205)
#89AFBB
(137,175,187)
#7C9EA9
(124,158,169)
#6F8D97
(111,141,151)
#627C85
(98,124,133)
#556B73
(85,107,115)
#485A61
(72,90,97)
#3B494F
(59,73,79)
#2E383D
(46,56,61)
#21272B
(33,39,43)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #96C0CD

#96C0CD
(150,192,205)
#9FC5D1
(159,197,209)
#A8CAD5
(168,202,213)
#B1CFD9
(177,207,217)
#BAD4DD
(186,212,221)
#C3D9E1
(195,217,225)
#CCDEE5
(204,222,229)
#D5E3E9
(213,227,233)
#DEE8ED
(222,232,237)
#E7EDF1
(231,237,241)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C0CD color. Also use rgb(150,192,205) instead hex code.

Text Font Color

.myTextColor { color: #96C0CD; }

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

This text font color is #96C0CD.

Background Color

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

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

This div background color is #96C0CD.

Border color

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

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

This div border color is #96C0CD.

Opacity

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

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

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

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

This text has shadow with #96C0CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96C0CD.

Preview

Color preview on black background

This text has color #96C0CD on black background.


Color preview on white background

This text has color #96C0CD on white background.


Black color preview on #96C0CD background

This text has black color on #96C0CD background.


White color preview on #96C0CD background

This text has white color on #96C0CD background.


Related colors

Complementary color

Complementary color for #hex is #693F32.


I love getcolorcode.com

Triadic colors

1 #CD96C0 and #C0CD96 with #96C0CD are triadic colors.

2 #CDC096 and #C096CD with #96C0CD are triadic colors.