COLOR #96BAD3

HEX: #96BAD3 RGB: (150,186,211)

Color info

#96BAD3 contains mainly green and blue colors. Web safe color of #96BAD3 is #99CCCC (or #9CC).

RGB color model

#96BAD3 color RGB value is (150,186,211).

RGB: (150,186,211) (59%, 73%, 83%)

RGB channels and saturation

R 150 of 255 = 59%
G 186 of 255 = 73%
B 211 of 255 = 83%

150
186
211

R + G + B ~ 72%. #96BAD3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 186 + 211 = 547 (100%)
R 150 of 547 ~ 27.42%
G 186 of 547 ~ 34%
B 211 of 547 ~ 38.57'%

%27.42
%34
%38.57

CMYK color model

#96BAD3 color CMYK value is (29,12,0,17).

  • cyan value is 28.91%
  • magenta value is 11.85%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (29,12,0,17)
C29M12Y0K17 (29%, 12%, 0%, 17%)
(0.29 / 0.12 / 0.00 / 0.17)

CMYK percentages

%28.91
%11.85
%0
%17.25

Codes

Color #96BAD3 in popluar color models

96 BA D3
RGB 150 186 211
HSL 205° 40.94% 70.78%
HSB/HSV 205° 28.91% 82.75%
CMYK 28.91% 11.85% 0.00%
17.25%

Color #96BAD3 in popluar number systems.

HEX 96 BA D3
Decimal 150 186 211
Binary 10010110 10111010 11010011
Octal 226 272 323

Shades and tints

Shades of #96BAD3

#96BAD3
(150,186,211)
#89AAC0
(137,170,192)
#7C9AAD
(124,154,173)
#6F8A9A
(111,138,154)
#627A87
(98,122,135)
#556A74
(85,106,116)
#485A61
(72,90,97)
#3B4A4E
(59,74,78)
#2E3A3B
(46,58,59)
#212A28
(33,42,40)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #96BAD3

#96BAD3
(150,186,211)
#9FC0D7
(159,192,215)
#A8C6DB
(168,198,219)
#B1CCDF
(177,204,223)
#BAD2E3
(186,210,227)
#C3D8E7
(195,216,231)
#CCDEEB
(204,222,235)
#D5E4EF
(213,228,239)
#DEEAF3
(222,234,243)
#E7F0F7
(231,240,247)
#F0F6FB
(240,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96BAD3 color. Also use rgb(150,186,211) instead hex code.

Text Font Color

.myTextColor { color: #96BAD3; }

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

This text font color is #96BAD3.

Background Color

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

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

This div background color is #96BAD3.

Border color

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

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

This div border color is #96BAD3.

Opacity

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

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

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

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

This text has shadow with #96BAD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96BAD3.

Preview

Color preview on black background

This text has color #96BAD3 on black background.


Color preview on white background

This text has color #96BAD3 on white background.


Black color preview on #96BAD3 background

This text has black color on #96BAD3 background.


White color preview on #96BAD3 background

This text has white color on #96BAD3 background.


Related colors

Complementary color

Complementary color for #hex is #69452C.


I love getcolorcode.com

Triadic colors

1 #D396BA and #BAD396 with #96BAD3 are triadic colors.

2 #D3BA96 and #BA96D3 with #96BAD3 are triadic colors.