COLOR #96CDC9

HEX: #96CDC9 RGB: (150,205,201)

Color info

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

RGB color model

#96CDC9 color RGB value is (150,205,201).

RGB: (150,205,201) (59%, 80%, 79%)

RGB channels and saturation

R 150 of 255 = 59%
G 205 of 255 = 80%
B 201 of 255 = 79%

150
205
201

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

Portions of RGB colors in percentages

R + G + B = 150 + 205 + 201 = 556 (100%)
R 150 of 556 ~ 26.98%
G 205 of 556 ~ 36.87%
B 201 of 556 ~ 36.15'%

%26.98
%36.87
%36.15

CMYK color model

#96CDC9 color CMYK value is (27,0,2,20).

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

CMYK: (27,0,2,20)
C27M0Y2K20 (27%, 0%, 2%, 20%)
(0.27 / 0.00 / 0.02 / 0.20)

CMYK percentages

%26.83
%0
%1.95
%19.61

Codes

Color #96CDC9 in popluar color models

96 CD C9
RGB 150 205 201
HSL 176° 35.48% 69.61%
HSB/HSV 176° 26.83% 80.39%
CMYK 26.83% 0.00% 1.95%
19.61%

Color #96CDC9 in popluar number systems.

HEX 96 CD C9
Decimal 150 205 201
Binary 10010110 11001101 11001001
Octal 226 315 311

Shades and tints

Shades of #96CDC9

#96CDC9
(150,205,201)
#89BBB7
(137,187,183)
#7CA9A5
(124,169,165)
#6F9793
(111,151,147)
#628581
(98,133,129)
#55736F
(85,115,111)
#48615D
(72,97,93)
#3B4F4B
(59,79,75)
#2E3D39
(46,61,57)
#212B27
(33,43,39)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #96CDC9

#96CDC9
(150,205,201)
#9FD1CD
(159,209,205)
#A8D5D1
(168,213,209)
#B1D9D5
(177,217,213)
#BADDD9
(186,221,217)
#C3E1DD
(195,225,221)
#CCE5E1
(204,229,225)
#D5E9E5
(213,233,229)
#DEEDE9
(222,237,233)
#E7F1ED
(231,241,237)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96CDC9; }

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

This text font color is #96CDC9.

Background Color

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

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

This div background color is #96CDC9.

Border color

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

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

This div border color is #96CDC9.

Opacity

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

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

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

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

This text has shadow with #96CDC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96CDC9.

Preview

Color preview on black background

This text has color #96CDC9 on black background.


Color preview on white background

This text has color #96CDC9 on white background.


Black color preview on #96CDC9 background

This text has black color on #96CDC9 background.


White color preview on #96CDC9 background

This text has white color on #96CDC9 background.


Related colors

Complementary color

Complementary color for #hex is #693236.


I love getcolorcode.com

Triadic colors

1 #C996CD and #CDC996 with #96CDC9 are triadic colors.

2 #C9CD96 and #CD96C9 with #96CDC9 are triadic colors.