COLOR #96C1CA

HEX: #96C1CA RGB: (150,193,202)

Color info

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

RGB color model

#96C1CA color RGB value is (150,193,202).

RGB: (150,193,202) (59%, 76%, 79%)

RGB channels and saturation

R 150 of 255 = 59%
G 193 of 255 = 76%
B 202 of 255 = 79%

150
193
202

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

Portions of RGB colors in percentages

R + G + B = 150 + 193 + 202 = 545 (100%)
R 150 of 545 ~ 27.52%
G 193 of 545 ~ 35.41%
B 202 of 545 ~ 37.06'%

%27.52
%35.41
%37.06

CMYK color model

#96C1CA color CMYK value is (26,4,0,21).

  • cyan value is 25.74%
  • magenta value is 4.46%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (26,4,0,21)
C26M4Y0K21 (26%, 4%, 0%, 21%)
(0.26 / 0.04 / 0.00 / 0.21)

CMYK percentages

%25.74
%4.46
%0
%20.78

Codes

Color #96C1CA in popluar color models

96 C1 CA
RGB 150 193 202
HSL 190° 32.91% 69.02%
HSB/HSV 190° 25.74% 79.22%
CMYK 25.74% 4.46% 0.00%
20.78%

Color #96C1CA in popluar number systems.

HEX 96 C1 CA
Decimal 150 193 202
Binary 10010110 11000001 11001010
Octal 226 301 312

Shades and tints

Shades of #96C1CA

#96C1CA
(150,193,202)
#89B0B8
(137,176,184)
#7C9FA6
(124,159,166)
#6F8E94
(111,142,148)
#627D82
(98,125,130)
#556C70
(85,108,112)
#485B5E
(72,91,94)
#3B4A4C
(59,74,76)
#2E393A
(46,57,58)
#212828
(33,40,40)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #96C1CA

#96C1CA
(150,193,202)
#9FC6CE
(159,198,206)
#A8CBD2
(168,203,210)
#B1D0D6
(177,208,214)
#BAD5DA
(186,213,218)
#C3DADE
(195,218,222)
#CCDFE2
(204,223,226)
#D5E4E6
(213,228,230)
#DEE9EA
(222,233,234)
#E7EEEE
(231,238,238)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C1CA color. Also use rgb(150,193,202) instead hex code.

Text Font Color

.myTextColor { color: #96C1CA; }

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

This text font color is #96C1CA.

Background Color

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

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

This div background color is #96C1CA.

Border color

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

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

This div border color is #96C1CA.

Opacity

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

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

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

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

This text has shadow with #96C1CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96C1CA.

Preview

Color preview on black background

This text has color #96C1CA on black background.


Color preview on white background

This text has color #96C1CA on white background.


Black color preview on #96C1CA background

This text has black color on #96C1CA background.


White color preview on #96C1CA background

This text has white color on #96C1CA background.


Related colors

Complementary color

Complementary color for #hex is #693E35.


I love getcolorcode.com

Triadic colors

1 #CA96C1 and #C1CA96 with #96C1CA are triadic colors.

2 #CAC196 and #C196CA with #96C1CA are triadic colors.