COLOR #96ADC9

HEX: #96ADC9 RGB: (150,173,201)

Color info

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

RGB color model

#96ADC9 color RGB value is (150,173,201).

RGB: (150,173,201) (59%, 68%, 79%)

RGB channels and saturation

R 150 of 255 = 59%
G 173 of 255 = 68%
B 201 of 255 = 79%

150
173
201

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

Portions of RGB colors in percentages

R + G + B = 150 + 173 + 201 = 524 (100%)
R 150 of 524 ~ 28.63%
G 173 of 524 ~ 33.02%
B 201 of 524 ~ 38.36'%

%28.63
%33.02
%38.36

CMYK color model

#96ADC9 color CMYK value is (25,14,0,21).

  • cyan value is 25.37%
  • magenta value is 13.93%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (25,14,0,21)
C25M14Y0K21 (25%, 14%, 0%, 21%)
(0.25 / 0.14 / 0.00 / 0.21)

CMYK percentages

%25.37
%13.93
%0
%21.18

Codes

Color #96ADC9 in popluar color models

96 AD C9
RGB 150 173 201
HSL 213° 32.08% 68.82%
HSB/HSV 213° 25.37% 78.82%
CMYK 25.37% 13.93% 0.00%
21.18%

Color #96ADC9 in popluar number systems.

HEX 96 AD C9
Decimal 150 173 201
Binary 10010110 10101101 11001001
Octal 226 255 311

Shades and tints

Shades of #96ADC9

#96ADC9
(150,173,201)
#899EB7
(137,158,183)
#7C8FA5
(124,143,165)
#6F8093
(111,128,147)
#627181
(98,113,129)
#55626F
(85,98,111)
#48535D
(72,83,93)
#3B444B
(59,68,75)
#2E3539
(46,53,57)
#212627
(33,38,39)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #96ADC9

#96ADC9
(150,173,201)
#9FB4CD
(159,180,205)
#A8BBD1
(168,187,209)
#B1C2D5
(177,194,213)
#BAC9D9
(186,201,217)
#C3D0DD
(195,208,221)
#CCD7E1
(204,215,225)
#D5DEE5
(213,222,229)
#DEE5E9
(222,229,233)
#E7ECED
(231,236,237)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96ADC9 color. Also use rgb(150,173,201) instead hex code.

Text Font Color

.myTextColor { color: #96ADC9; }

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

This text font color is #96ADC9.

Background Color

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

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

This div background color is #96ADC9.

Border color

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

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

This div border color is #96ADC9.

Opacity

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

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

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

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

This text has shadow with #96ADC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96ADC9.

Preview

Color preview on black background

This text has color #96ADC9 on black background.


Color preview on white background

This text has color #96ADC9 on white background.


Black color preview on #96ADC9 background

This text has black color on #96ADC9 background.


White color preview on #96ADC9 background

This text has white color on #96ADC9 background.


Related colors

Complementary color

Complementary color for #hex is #695236.


I love getcolorcode.com

Triadic colors

1 #C996AD and #ADC996 with #96ADC9 are triadic colors.

2 #C9AD96 and #AD96C9 with #96ADC9 are triadic colors.