COLOR #96ADCF

HEX: #96ADCF RGB: (150,173,207)

Color info

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

RGB color model

#96ADCF color RGB value is (150,173,207).

RGB: (150,173,207) (59%, 68%, 81%)

RGB channels and saturation

R 150 of 255 = 59%
G 173 of 255 = 68%
B 207 of 255 = 81%

150
173
207

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

Portions of RGB colors in percentages

R + G + B = 150 + 173 + 207 = 530 (100%)
R 150 of 530 ~ 28.3%
G 173 of 530 ~ 32.64%
B 207 of 530 ~ 39.06'%

%28.3
%32.64
%39.06

CMYK color model

#96ADCF color CMYK value is (28,16,0,19).

  • cyan value is 27.54%
  • magenta value is 16.43%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (28,16,0,19)
C28M16Y0K19 (28%, 16%, 0%, 19%)
(0.28 / 0.16 / 0.00 / 0.19)

CMYK percentages

%27.54
%16.43
%0
%18.82

Codes

Color #96ADCF in popluar color models

96 AD CF
RGB 150 173 207
HSL 216° 37.25% 70.00%
HSB/HSV 216° 27.54% 81.18%
CMYK 27.54% 16.43% 0.00%
18.82%

Color #96ADCF in popluar number systems.

HEX 96 AD CF
Decimal 150 173 207
Binary 10010110 10101101 11001111
Octal 226 255 317

Shades and tints

Shades of #96ADCF

#96ADCF
(150,173,207)
#899EBD
(137,158,189)
#7C8FAB
(124,143,171)
#6F8099
(111,128,153)
#627187
(98,113,135)
#556275
(85,98,117)
#485363
(72,83,99)
#3B4451
(59,68,81)
#2E353F
(46,53,63)
#21262D
(33,38,45)
#14171B
(20,23,27)
#000000
(0,0,0)

Tints of #96ADCF

#96ADCF
(150,173,207)
#9FB4D3
(159,180,211)
#A8BBD7
(168,187,215)
#B1C2DB
(177,194,219)
#BAC9DF
(186,201,223)
#C3D0E3
(195,208,227)
#CCD7E7
(204,215,231)
#D5DEEB
(213,222,235)
#DEE5EF
(222,229,239)
#E7ECF3
(231,236,243)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96ADCF; }

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

This text font color is #96ADCF.

Background Color

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

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

This div background color is #96ADCF.

Border color

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

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

This div border color is #96ADCF.

Opacity

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

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

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

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

This text has shadow with #96ADCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96ADCF.

Preview

Color preview on black background

This text has color #96ADCF on black background.


Color preview on white background

This text has color #96ADCF on white background.


Black color preview on #96ADCF background

This text has black color on #96ADCF background.


White color preview on #96ADCF background

This text has white color on #96ADCF background.


Related colors

Complementary color

Complementary color for #hex is #695230.


I love getcolorcode.com

Triadic colors

1 #CF96AD and #ADCF96 with #96ADCF are triadic colors.

2 #CFAD96 and #AD96CF with #96ADCF are triadic colors.