COLOR #96B7CD

HEX: #96B7CD RGB: (150,183,205)

Color info

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

RGB color model

#96B7CD color RGB value is (150,183,205).

RGB: (150,183,205) (59%, 72%, 80%)

RGB channels and saturation

R 150 of 255 = 59%
G 183 of 255 = 72%
B 205 of 255 = 80%

150
183
205

R + G + B ~ 70%. #96B7CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 183 + 205 = 538 (100%)
R 150 of 538 ~ 27.88%
G 183 of 538 ~ 34.01%
B 205 of 538 ~ 38.1'%

%27.88
%34.01
%38.1

CMYK color model

#96B7CD color CMYK value is (27,11,0,20).

  • cyan value is 26.83%
  • magenta value is 10.73%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (27,11,0,20)
C27M11Y0K20 (27%, 11%, 0%, 20%)
(0.27 / 0.11 / 0.00 / 0.20)

CMYK percentages

%26.83
%10.73
%0
%19.61

Codes

Color #96B7CD in popluar color models

96 B7 CD
RGB 150 183 205
HSL 204° 35.48% 69.61%
HSB/HSV 204° 26.83% 80.39%
CMYK 26.83% 10.73% 0.00%
19.61%

Color #96B7CD in popluar number systems.

HEX 96 B7 CD
Decimal 150 183 205
Binary 10010110 10110111 11001101
Octal 226 267 315

Shades and tints

Shades of #96B7CD

#96B7CD
(150,183,205)
#89A7BB
(137,167,187)
#7C97A9
(124,151,169)
#6F8797
(111,135,151)
#627785
(98,119,133)
#556773
(85,103,115)
#485761
(72,87,97)
#3B474F
(59,71,79)
#2E373D
(46,55,61)
#21272B
(33,39,43)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #96B7CD

#96B7CD
(150,183,205)
#9FBDD1
(159,189,209)
#A8C3D5
(168,195,213)
#B1C9D9
(177,201,217)
#BACFDD
(186,207,221)
#C3D5E1
(195,213,225)
#CCDBE5
(204,219,229)
#D5E1E9
(213,225,233)
#DEE7ED
(222,231,237)
#E7EDF1
(231,237,241)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96B7CD color. Also use rgb(150,183,205) instead hex code.

Text Font Color

.myTextColor { color: #96B7CD; }

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

This text font color is #96B7CD.

Background Color

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

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

This div background color is #96B7CD.

Border color

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

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

This div border color is #96B7CD.

Opacity

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

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

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

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

This text has shadow with #96B7CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96B7CD.

Preview

Color preview on black background

This text has color #96B7CD on black background.


Color preview on white background

This text has color #96B7CD on white background.


Black color preview on #96B7CD background

This text has black color on #96B7CD background.


White color preview on #96B7CD background

This text has white color on #96B7CD background.


Related colors

Complementary color

Complementary color for #hex is #694832.


I love getcolorcode.com

Triadic colors

1 #CD96B7 and #B7CD96 with #96B7CD are triadic colors.

2 #CDB796 and #B796CD with #96B7CD are triadic colors.