COLOR #9496C1

HEX: #9496C1 RGB: (148,150,193)

Color info

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

RGB color model

#9496C1 color RGB value is (148,150,193).

RGB: (148,150,193) (58%, 59%, 76%)

RGB channels and saturation

R 148 of 255 = 58%
G 150 of 255 = 59%
B 193 of 255 = 76%

148
150
193

R + G + B ~ 64%. #9496C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 150 + 193 = 491 (100%)
R 148 of 491 ~ 30.14%
G 150 of 491 ~ 30.55%
B 193 of 491 ~ 39.31'%

%30.14
%30.55
%39.31

CMYK color model

#9496C1 color CMYK value is (23,22,0,24).

  • cyan value is 23.32%
  • magenta value is 22.28%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (23,22,0,24)
C23M22Y0K24 (23%, 22%, 0%, 24%)
(0.23 / 0.22 / 0.00 / 0.24)

CMYK percentages

%23.32
%22.28
%0
%24.31

Codes

Color #9496C1 in popluar color models

94 96 C1
RGB 148 150 193
HSL 237° 26.63% 66.86%
HSB/HSV 237° 23.32% 75.69%
CMYK 23.32% 22.28% 0.00%
24.31%

Color #9496C1 in popluar number systems.

HEX 94 96 C1
Decimal 148 150 193
Binary 10010100 10010110 11000001
Octal 224 226 301

Shades and tints

Shades of #9496C1

#9496C1
(148,150,193)
#8789B0
(135,137,176)
#7A7C9F
(122,124,159)
#6D6F8E
(109,111,142)
#60627D
(96,98,125)
#53556C
(83,85,108)
#46485B
(70,72,91)
#393B4A
(57,59,74)
#2C2E39
(44,46,57)
#1F2128
(31,33,40)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #9496C1

#9496C1
(148,150,193)
#9D9FC6
(157,159,198)
#A6A8CB
(166,168,203)
#AFB1D0
(175,177,208)
#B8BAD5
(184,186,213)
#C1C3DA
(193,195,218)
#CACCDF
(202,204,223)
#D3D5E4
(211,213,228)
#DCDEE9
(220,222,233)
#E5E7EE
(229,231,238)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9496C1 color. Also use rgb(148,150,193) instead hex code.

Text Font Color

.myTextColor { color: #9496C1; }

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

This text font color is #9496C1.

Background Color

.myBgColor { background-color: #9496C1; }

<div style="background-color:#9496C1">Inner text</div>

This div background color is #9496C1.

Border color

.myBorderColor { border: 1px solid #9496C1; }

<div style="border:3px solid #9496C1">Div</div>

This div border color is #9496C1.

Opacity

.myOpacity80 { color: #9496C1; opacity: 0.8; }

<p style="color:#9496C1;opacity:0.8;">80%</p>

Text with #9496C1 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 #9496C1;}

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

This text has shadow with #9496C1 color.


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

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

This text has shadow with #9496C1 primary color and red secondary color.


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

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

This text has shadow with #9496C1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9496C1.

Preview

Color preview on black background

This text has color #9496C1 on black background.


Color preview on white background

This text has color #9496C1 on white background.


Black color preview on #9496C1 background

This text has black color on #9496C1 background.


White color preview on #9496C1 background

This text has white color on #9496C1 background.


Related colors

Complementary color

Complementary color for #hex is #6B693E.


I love getcolorcode.com

Triadic colors

1 #C19496 and #96C194 with #9496C1 are triadic colors.

2 #C19694 and #9694C1 with #9496C1 are triadic colors.