COLOR #96BCBD

HEX: #96BCBD RGB: (150,188,189)

Color info

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

RGB color model

#96BCBD color RGB value is (150,188,189).

RGB: (150,188,189) (59%, 74%, 74%)

RGB channels and saturation

R 150 of 255 = 59%
G 188 of 255 = 74%
B 189 of 255 = 74%

150
188
189

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

Portions of RGB colors in percentages

R + G + B = 150 + 188 + 189 = 527 (100%)
R 150 of 527 ~ 28.46%
G 188 of 527 ~ 35.67%
B 189 of 527 ~ 35.86'%

%28.46
%35.67
%35.86

CMYK color model

#96BCBD color CMYK value is (21,1,0,26).

  • cyan value is 20.63%
  • magenta value is 0.53%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (21,1,0,26)
C21M1Y0K26 (21%, 1%, 0%, 26%)
(0.21 / 0.01 / 0.00 / 0.26)

CMYK percentages

%20.63
%0.53
%0
%25.88

Codes

Color #96BCBD in popluar color models

96 BC BD
RGB 150 188 189
HSL 182° 22.81% 66.47%
HSB/HSV 182° 20.63% 74.12%
CMYK 20.63% 0.53% 0.00%
25.88%

Color #96BCBD in popluar number systems.

HEX 96 BC BD
Decimal 150 188 189
Binary 10010110 10111100 10111101
Octal 226 274 275

Shades and tints

Shades of #96BCBD

#96BCBD
(150,188,189)
#89ABAC
(137,171,172)
#7C9A9B
(124,154,155)
#6F898A
(111,137,138)
#627879
(98,120,121)
#556768
(85,103,104)
#485657
(72,86,87)
#3B4546
(59,69,70)
#2E3435
(46,52,53)
#212324
(33,35,36)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #96BCBD

#96BCBD
(150,188,189)
#9FC2C3
(159,194,195)
#A8C8C9
(168,200,201)
#B1CECF
(177,206,207)
#BAD4D5
(186,212,213)
#C3DADB
(195,218,219)
#CCE0E1
(204,224,225)
#D5E6E7
(213,230,231)
#DEECED
(222,236,237)
#E7F2F3
(231,242,243)
#F0F8F9
(240,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BCBD; }

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

This text font color is #96BCBD.

Background Color

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

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

This div background color is #96BCBD.

Border color

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

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

This div border color is #96BCBD.

Opacity

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

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

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

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

This text has shadow with #96BCBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96BCBD.

Preview

Color preview on black background

This text has color #96BCBD on black background.


Color preview on white background

This text has color #96BCBD on white background.


Black color preview on #96BCBD background

This text has black color on #96BCBD background.


White color preview on #96BCBD background

This text has white color on #96BCBD background.


Related colors

Complementary color

Complementary color for #hex is #694342.


I love getcolorcode.com

Triadic colors

1 #BD96BC and #BCBD96 with #96BCBD are triadic colors.

2 #BDBC96 and #BC96BD with #96BCBD are triadic colors.