COLOR #96B4C8

HEX: #96B4C8 RGB: (150,180,200)

Color info

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

RGB color model

#96B4C8 color RGB value is (150,180,200).

RGB: (150,180,200) (59%, 71%, 78%)

RGB channels and saturation

R 150 of 255 = 59%
G 180 of 255 = 71%
B 200 of 255 = 78%

150
180
200

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

Portions of RGB colors in percentages

R + G + B = 150 + 180 + 200 = 530 (100%)
R 150 of 530 ~ 28.3%
G 180 of 530 ~ 33.96%
B 200 of 530 ~ 37.74'%

%28.3
%33.96
%37.74

CMYK color model

#96B4C8 color CMYK value is (25,10,0,22).

  • cyan value is 25.00%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (25,10,0,22)
C25M10Y0K22 (25%, 10%, 0%, 22%)
(0.25 / 0.10 / 0.00 / 0.22)

CMYK percentages

%25
%10
%0
%21.57

Codes

Color #96B4C8 in popluar color models

96 B4 C8
RGB 150 180 200
HSL 204° 31.25% 68.63%
HSB/HSV 204° 25.00% 78.43%
CMYK 25.00% 10.00% 0.00%
21.57%

Color #96B4C8 in popluar number systems.

HEX 96 B4 C8
Decimal 150 180 200
Binary 10010110 10110100 11001000
Octal 226 264 310

Shades and tints

Shades of #96B4C8

#96B4C8
(150,180,200)
#89A4B6
(137,164,182)
#7C94A4
(124,148,164)
#6F8492
(111,132,146)
#627480
(98,116,128)
#55646E
(85,100,110)
#48545C
(72,84,92)
#3B444A
(59,68,74)
#2E3438
(46,52,56)
#212426
(33,36,38)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #96B4C8

#96B4C8
(150,180,200)
#9FBACD
(159,186,205)
#A8C0D2
(168,192,210)
#B1C6D7
(177,198,215)
#BACCDC
(186,204,220)
#C3D2E1
(195,210,225)
#CCD8E6
(204,216,230)
#D5DEEB
(213,222,235)
#DEE4F0
(222,228,240)
#E7EAF5
(231,234,245)
#F0F0FA
(240,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B4C8 color. Also use rgb(150,180,200) instead hex code.

Text Font Color

.myTextColor { color: #96B4C8; }

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

This text font color is #96B4C8.

Background Color

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

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

This div background color is #96B4C8.

Border color

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

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

This div border color is #96B4C8.

Opacity

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

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

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

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

This text has shadow with #96B4C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B4C8.

Preview

Color preview on black background

This text has color #96B4C8 on black background.


Color preview on white background

This text has color #96B4C8 on white background.


Black color preview on #96B4C8 background

This text has black color on #96B4C8 background.


White color preview on #96B4C8 background

This text has white color on #96B4C8 background.


Related colors

Complementary color

Complementary color for #hex is #694B37.


I love getcolorcode.com

Triadic colors

1 #C896B4 and #B4C896 with #96B4C8 are triadic colors.

2 #C8B496 and #B496C8 with #96B4C8 are triadic colors.