COLOR #96BDB2

HEX: #96BDB2 RGB: (150,189,178)

Color info

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

RGB color model

#96BDB2 color RGB value is (150,189,178).

RGB: (150,189,178) (59%, 74%, 70%)

RGB channels and saturation

R 150 of 255 = 59%
G 189 of 255 = 74%
B 178 of 255 = 70%

150
189
178

R + G + B ~ 68%. #96BDB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 189 + 178 = 517 (100%)
R 150 of 517 ~ 29.01%
G 189 of 517 ~ 36.56%
B 178 of 517 ~ 34.43'%

%29.01
%36.56
%34.43

CMYK color model

#96BDB2 color CMYK value is (21,0,6,26).

  • cyan value is 20.63%
  • magenta value is 0.00%
  • yellow value is 5.82%
  • key color value is 25.88%
CMYK: (21,0,6,26) C21M0Y6K26 (21%,0%,6%,26%) (0.21/0.00/0.06/0.26) 

CMYK percentages

%20.63
%0
%5.82
%25.88

Codes

Color #96BDB2 in popluar color models

96 BD B2
RGB 150 189 178
HSL 163° 22.81% 66.47%
HSB/HSV 163° 20.63% 74.12%
CMYK 20.63% 0.00% 5.82%
25.88%

Color #96BDB2 in popluar number systems.

HEX 96 BD B2
Decimal 150 189 178
Binary 10010110 10111101 10110010
Octal 226 275 262

Shades and tints

Shades of #96BDB2

#96BDB2
(150,189,178)
#89ACA2
(137,172,162)
#7C9B92
(124,155,146)
#6F8A82
(111,138,130)
#627972
(98,121,114)
#556862
(85,104,98)
#485752
(72,87,82)
#3B4642
(59,70,66)
#2E3532
(46,53,50)
#212422
(33,36,34)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #96BDB2

#96BDB2
(150,189,178)
#9FC3B9
(159,195,185)
#A8C9C0
(168,201,192)
#B1CFC7
(177,207,199)
#BAD5CE
(186,213,206)
#C3DBD5
(195,219,213)
#CCE1DC
(204,225,220)
#D5E7E3
(213,231,227)
#DEEDEA
(222,237,234)
#E7F3F1
(231,243,241)
#F0F9F8
(240,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96BDB2; }

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

This text font color is #96BDB2.

Background Color

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

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

This div background color is #96BDB2.

Border color

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

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

This div border color is #96BDB2.

Opacity

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

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

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

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

This text has shadow with #96BDB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96BDB2.

Preview

Color preview on black background

This text has color #96BDB2 on black background.


Color preview on white background

This text has color #96BDB2 on white background.


Black color preview on #96BDB2 background

This text has black color on #96BDB2 background.


White color preview on #96BDB2 background

This text has white color on #96BDB2 background.


Related colors

Complementary color

Complementary color for #hex is #69424D.


I love getcolorcode.com

Triadic colors

1 #B296BD and #BDB296 with #96BDB2 are triadic colors.

2 #B2BD96 and #BD96B2 with #96BDB2 are triadic colors.