COLOR #96BCBE

HEX: #96BCBE RGB: (150,188,190)

Color info

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

RGB color model

#96BCBE color RGB value is (150,188,190).

RGB: (150,188,190) (59%, 74%, 75%)

RGB channels and saturation

R 150 of 255 = 59%
G 188 of 255 = 74%
B 190 of 255 = 75%

150
188
190

R + G + B ~ 69%. #96BCBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 188 + 190 = 528 (100%)
R 150 of 528 ~ 28.41%
G 188 of 528 ~ 35.61%
B 190 of 528 ~ 35.98'%

%28.41
%35.61
%35.98

CMYK color model

#96BCBE color CMYK value is (21,1,0,25).

  • cyan value is 21.05%
  • magenta value is 1.05%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (21,1,0,25)
C21M1Y0K25 (21%, 1%, 0%, 25%)
(0.21 / 0.01 / 0.00 / 0.25)

CMYK percentages

%21.05
%1.05
%0
%25.49

Codes

Color #96BCBE in popluar color models

96 BC BE
RGB 150 188 190
HSL 183° 23.53% 66.67%
HSB/HSV 183° 21.05% 74.51%
CMYK 21.05% 1.05% 0.00%
25.49%

Color #96BCBE in popluar number systems.

HEX 96 BC BE
Decimal 150 188 190
Binary 10010110 10111100 10111110
Octal 226 274 276

Shades and tints

Shades of #96BCBE

#96BCBE
(150,188,190)
#89ABAD
(137,171,173)
#7C9A9C
(124,154,156)
#6F898B
(111,137,139)
#62787A
(98,120,122)
#556769
(85,103,105)
#485658
(72,86,88)
#3B4547
(59,69,71)
#2E3436
(46,52,54)
#212325
(33,35,37)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #96BCBE

#96BCBE
(150,188,190)
#9FC2C3
(159,194,195)
#A8C8C8
(168,200,200)
#B1CECD
(177,206,205)
#BAD4D2
(186,212,210)
#C3DAD7
(195,218,215)
#CCE0DC
(204,224,220)
#D5E6E1
(213,230,225)
#DEECE6
(222,236,230)
#E7F2EB
(231,242,235)
#F0F8F0
(240,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BCBE; }

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

This text font color is #96BCBE.

Background Color

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

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

This div background color is #96BCBE.

Border color

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

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

This div border color is #96BCBE.

Opacity

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

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

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

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

This text has shadow with #96BCBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96BCBE.

Preview

Color preview on black background

This text has color #96BCBE on black background.


Color preview on white background

This text has color #96BCBE on white background.


Black color preview on #96BCBE background

This text has black color on #96BCBE background.


White color preview on #96BCBE background

This text has white color on #96BCBE background.


Related colors

Complementary color

Complementary color for #hex is #694341.


I love getcolorcode.com

Triadic colors

1 #BE96BC and #BCBE96 with #96BCBE are triadic colors.

2 #BEBC96 and #BC96BE with #96BCBE are triadic colors.