COLOR #9693AB

HEX: #9693AB RGB: (150,147,171)

Color info

#9693AB contains red, green and blue colors in about the same proportion. Web safe color of #9693AB is #999999 (or #999).

RGB color model

#9693AB color RGB value is (150,147,171).

RGB: (150,147,171) (59%, 58%, 67%)

RGB channels and saturation

R 150 of 255 = 59%
G 147 of 255 = 58%
B 171 of 255 = 67%

150
147
171

R + G + B ~ 61%. #9693AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 147 + 171 = 468 (100%)
R 150 of 468 ~ 32.05%
G 147 of 468 ~ 31.41%
B 171 of 468 ~ 36.54'%

%32.05
%31.41
%36.54

CMYK color model

#9693AB color CMYK value is (12,14,0,33).

  • cyan value is 12.28%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (12,14,0,33)
C12M14Y0K33 (12%, 14%, 0%, 33%)
(0.12 / 0.14 / 0.00 / 0.33)

CMYK percentages

%12.28
%14.04
%0
%32.94

Codes

Color #9693AB in popluar color models

96 93 AB
RGB 150 147 171
HSL 248° 12.50% 62.35%
HSB/HSV 248° 14.04% 67.06%
CMYK 12.28% 14.04% 0.00%
32.94%

Color #9693AB in popluar number systems.

HEX 96 93 AB
Decimal 150 147 171
Binary 10010110 10010011 10101011
Octal 226 223 253

Shades and tints

Shades of #9693AB

#9693AB
(150,147,171)
#89869C
(137,134,156)
#7C798D
(124,121,141)
#6F6C7E
(111,108,126)
#625F6F
(98,95,111)
#555260
(85,82,96)
#484551
(72,69,81)
#3B3842
(59,56,66)
#2E2B33
(46,43,51)
#211E24
(33,30,36)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #9693AB

#9693AB
(150,147,171)
#9F9CB2
(159,156,178)
#A8A5B9
(168,165,185)
#B1AEC0
(177,174,192)
#BAB7C7
(186,183,199)
#C3C0CE
(195,192,206)
#CCC9D5
(204,201,213)
#D5D2DC
(213,210,220)
#DEDBE3
(222,219,227)
#E7E4EA
(231,228,234)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9693AB color. Also use rgb(150,147,171) instead hex code.

Text Font Color

.myTextColor { color: #9693AB; }

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

This text font color is #9693AB.

Background Color

.myBgColor { background-color: #9693AB; }

<div style="background-color:#9693AB">Inner text</div>

This div background color is #9693AB.

Border color

.myBorderColor { border: 1px solid #9693AB; }

<div style="border:3px solid #9693AB">Div</div>

This div border color is #9693AB.

Opacity

.myOpacity80 { color: #9693AB; opacity: 0.8; }

<p style="color:#9693AB;opacity:0.8;">80%</p>

Text with #9693AB 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 #9693AB;}

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

This text has shadow with #9693AB color.


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

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

This text has shadow with #9693AB primary color and red secondary color.


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

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

This text has shadow with #9693AB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9693AB.

Preview

Color preview on black background

This text has color #9693AB on black background.


Color preview on white background

This text has color #9693AB on white background.


Black color preview on #9693AB background

This text has black color on #9693AB background.


White color preview on #9693AB background

This text has white color on #9693AB background.


Related colors

Complementary color

Complementary color for #hex is #696C54.


I love getcolorcode.com

Triadic colors

1 #AB9693 and #93AB96 with #9693AB are triadic colors.

2 #AB9396 and #9396AB with #9693AB are triadic colors.