COLOR #946CB3

HEX: #946CB3
RGB: (148,108,179)

Color info

#946CB3 contains mainly red and blue colors. Web safe color of #946CB3 is #996699 (or #969).

RGB color model

#946CB3 color RGB value is (148,108,179).

  • red value is 148;
  • green value is 108;
  • blue value is 179.
RGB:
(148,108,179)
(58%,42%,70%)

RGB channels and saturation

R 148 of 255 = 58%
G 108 of 255 = 42%
B 179 of 255 = 70%

148
108
179

R + G + B ~ 57%. #946CB3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 108 + 179 = 435 (100%)
R 148 of 435 ~ 34.02%
G 108 of 435 ~ 24.83%
B 179 of 435 ~ 41.15%

%34.02
%24.83
%41.15

CMYK color model

#946CB3 color CMYK value is (17,40,0,30).

  • cyan value is 17.32%
  • magenta value is 39.66%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(17,40,0,30)
C17M40Y0K30 
(17%,40%,0%,30%)
(0.17/0.40/0.00/0.30)	

CMYK percentages

%17.32
%39.66
%0
%29.8

Codes

Color #946CB3 in popluar color models

946CB3
RGB148108179
HSL274°31.84%56.27%
HSB/HSV274°39.66%70.20%
CMYK17.32%39.66%0.00%
29.80%

Color #946CB3 in popluar number systems.

HEX946CB3
Decimal148108179
Binary10010100110110010110011
Octal224154263

Shades and tints

Shades of #946CB3

#946CB3
(148,108,179)
#8763A3
(135,99,163)
#7A5A93
(122,90,147)
#6D5183
(109,81,131)
#604873
(96,72,115)
#533F63
(83,63,99)
#463653
(70,54,83)
#392D43
(57,45,67)
#2C2433
(44,36,51)
#1F1B23
(31,27,35)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #946CB3

#946CB3
(148,108,179)
#9D79B9
(157,121,185)
#A686BF
(166,134,191)
#AF93C5
(175,147,197)
#B8A0CB
(184,160,203)
#C1ADD1
(193,173,209)
#CABAD7
(202,186,215)
#D3C7DD
(211,199,221)
#DCD4E3
(220,212,227)
#E5E1E9
(229,225,233)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946CB3 color. Also use rgb(148,108,179) instead hex code.

Text Font Color

.myTextColor { color: #946CB3; }

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

This text font color is #946CB3.


Background Color

.myBgColor { background-color: #946CB3; }

<div style="background-color:#946CB3">Inner text</div>

This div background color is #946CB3.


Border color

.myBorderColor { border: 1px solid #946CB3; }

<div style="border:3px solid #946CB3">Div</div>

This div border color is #946CB3.


Opacity

.myOpacity80 { color: #946CB3; opacity: 0.8; }

<p style="color:#946CB3;opacity:0.8;">80%</p>

Text with #946CB3 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 #946CB3;}

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

This text has shadow with #946CB3 color.

.textShadow {text-shadow: 3px 3px 1px #946CB3, 3px 3px 1px red;}

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

This text has shadow with #946CB3 primary color and red secondary color.


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

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

This text has shadow with #946CB3 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #946CB3;
-webkit-box-shadow: 1px 1px 3px 2px #946CB3;
box-shadow:1px 1px 3px 2px #946CB3;">
Div content here</div>
This div box has shadow with color #946CB3.

Preview

Color preview on black background

This text has color #946CB3 on black background.


Color preview on white background

This text has color #946CB3 on white background.



Black color preview on #946CB3 background

This text has black color on #946CB3 background.


White color preview on #946CB3 background

This text has white color on #946CB3 background.