COLOR #946983

HEX: #946983
RGB: (148,105,131)

Color info

#946983 contains red, green and blue colors in about the same proportion. Web safe color of #946983 is #996699 (or #969).

RGB color model

#946983 color RGB value is (148,105,131).

  • red value is 148;
  • green value is 105;
  • blue value is 131.
RGB:
(148,105,131)
(58%,41%,51%)

RGB channels and saturation

R 148 of 255 = 58%
G 105 of 255 = 41%
B 131 of 255 = 51%

148
105
131

R + G + B ~ 50%. #946983 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 105 + 131 = 384 (100%)
R 148 of 384 ~ 38.54%
G 105 of 384 ~ 27.34%
B 131 of 384 ~ 34.11%

%38.54
%27.34
%34.11

CMYK color model

#946983 color CMYK value is (0,29,11,42).

  • cyan value is 0.00%
  • magenta value is 29.05%
  • yellow value is 11.49%
  • key color value is 41.96%
CMYK:
(0,29,11,42)
C0M29Y11K42 
(0%,29%,11%,42%)
(0.00/0.29/0.11/0.42)	

CMYK percentages

%0
%29.05
%11.49
%41.96

Codes

Color #946983 in popluar color models

946983
RGB148105131
HSL324°17.00%49.61%
HSB/HSV324°29.05%58.04%
CMYK0.00%29.05%11.49%
41.96%

Color #946983 in popluar number systems.

HEX946983
Decimal148105131
Binary10010100110100110000011
Octal224151203

Shades and tints

Shades of #946983

#946983
(148,105,131)
#876078
(135,96,120)
#7A576D
(122,87,109)
#6D4E62
(109,78,98)
#604557
(96,69,87)
#533C4C
(83,60,76)
#463341
(70,51,65)
#392A36
(57,42,54)
#2C212B
(44,33,43)
#1F1820
(31,24,32)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #946983

#946983
(148,105,131)
#9D768E
(157,118,142)
#A68399
(166,131,153)
#AF90A4
(175,144,164)
#B89DAF
(184,157,175)
#C1AABA
(193,170,186)
#CAB7C5
(202,183,197)
#D3C4D0
(211,196,208)
#DCD1DB
(220,209,219)
#E5DEE6
(229,222,230)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946983 color. Also use rgb(148,105,131) instead hex code.

Text Font Color

.myTextColor { color: #946983; }

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

This text font color is #946983.


Background Color

.myBgColor { background-color: #946983; }

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

This div background color is #946983.


Border color

.myBorderColor { border: 1px solid #946983; }

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

This div border color is #946983.


Opacity

.myOpacity80 { color: #946983; opacity: 0.8; }

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

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

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

This text has shadow with #946983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946983 on black background.


Color preview on white background

This text has color #946983 on white background.



Black color preview on #946983 background

This text has black color on #946983 background.


White color preview on #946983 background

This text has white color on #946983 background.