COLOR #96BEC5

HEX: #96BEC5 RGB: (150,190,197)

Color info

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

RGB color model

#96BEC5 color RGB value is (150,190,197).

RGB: (150,190,197) (59%, 75%, 77%)

RGB channels and saturation

R 150 of 255 = 59%
G 190 of 255 = 75%
B 197 of 255 = 77%

150
190
197

R + G + B ~ 70%. #96BEC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 190 + 197 = 537 (100%)
R 150 of 537 ~ 27.93%
G 190 of 537 ~ 35.38%
B 197 of 537 ~ 36.69'%

%27.93
%35.38
%36.69

CMYK color model

#96BEC5 color CMYK value is (24,4,0,23).

  • cyan value is 23.86%
  • magenta value is 3.55%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (24,4,0,23)
C24M4Y0K23 (24%, 4%, 0%, 23%)
(0.24 / 0.04 / 0.00 / 0.23)

CMYK percentages

%23.86
%3.55
%0
%22.75

Codes

Color #96BEC5 in popluar color models

96 BE C5
RGB 150 190 197
HSL 189° 28.83% 68.04%
HSB/HSV 189° 23.86% 77.25%
CMYK 23.86% 3.55% 0.00%
22.75%

Color #96BEC5 in popluar number systems.

HEX 96 BE C5
Decimal 150 190 197
Binary 10010110 10111110 11000101
Octal 226 276 305

Shades and tints

Shades of #96BEC5

#96BEC5
(150,190,197)
#89ADB4
(137,173,180)
#7C9CA3
(124,156,163)
#6F8B92
(111,139,146)
#627A81
(98,122,129)
#556970
(85,105,112)
#48585F
(72,88,95)
#3B474E
(59,71,78)
#2E363D
(46,54,61)
#21252C
(33,37,44)
#14141B
(20,20,27)
#000000
(0,0,0)

Tints of #96BEC5

#96BEC5
(150,190,197)
#9FC3CA
(159,195,202)
#A8C8CF
(168,200,207)
#B1CDD4
(177,205,212)
#BAD2D9
(186,210,217)
#C3D7DE
(195,215,222)
#CCDCE3
(204,220,227)
#D5E1E8
(213,225,232)
#DEE6ED
(222,230,237)
#E7EBF2
(231,235,242)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96BEC5 color. Also use rgb(150,190,197) instead hex code.

Text Font Color

.myTextColor { color: #96BEC5; }

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

This text font color is #96BEC5.

Background Color

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

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

This div background color is #96BEC5.

Border color

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

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

This div border color is #96BEC5.

Opacity

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

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

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

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

This text has shadow with #96BEC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96BEC5.

Preview

Color preview on black background

This text has color #96BEC5 on black background.


Color preview on white background

This text has color #96BEC5 on white background.


Black color preview on #96BEC5 background

This text has black color on #96BEC5 background.


White color preview on #96BEC5 background

This text has white color on #96BEC5 background.


Related colors

Complementary color

Complementary color for #hex is #69413A.


I love getcolorcode.com

Triadic colors

1 #C596BE and #BEC596 with #96BEC5 are triadic colors.

2 #C5BE96 and #BE96C5 with #96BEC5 are triadic colors.