COLOR #946A80

HEX: #946A80
RGB: (148,106,128)

Color info

#946A80 contains red, green and blue colors in about the same proportion. Web safe color of #946A80 is #996666 (or #966).

RGB color model

#946A80 color RGB value is (148,106,128).

  • red value is 148;
  • green value is 106;
  • blue value is 128.
RGB:
(148,106,128)
(58%,42%,50%)

RGB channels and saturation

R 148 of 255 = 58%
G 106 of 255 = 42%
B 128 of 255 = 50%

148
106
128

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

Portions of RGB colors in percentages

R + G + B =
148 + 106 + 128 = 382 (100%)
R 148 of 382 ~ 38.74%
G 106 of 382 ~ 27.75%
B 128 of 382 ~ 33.51%

%38.74
%27.75
%33.51

CMYK color model

#946A80 color CMYK value is (0,28,14,42).

  • cyan value is 0.00%
  • magenta value is 28.38%
  • yellow value is 13.51%
  • key color value is 41.96%
CMYK:
(0,28,14,42)
C0M28Y14K42 
(0%,28%,14%,42%)
(0.00/0.28/0.14/0.42)	

CMYK percentages

%0
%28.38
%13.51
%41.96

Codes

Color #946A80 in popluar color models

946A80
RGB148106128
HSL329°16.54%49.80%
HSB/HSV329°28.38%58.04%
CMYK0.00%28.38%13.51%
41.96%

Color #946A80 in popluar number systems.

HEX946A80
Decimal148106128
Binary10010100110101010000000
Octal224152200

Shades and tints

Shades of #946A80

#946A80
(148,106,128)
#876175
(135,97,117)
#7A586A
(122,88,106)
#6D4F5F
(109,79,95)
#604654
(96,70,84)
#533D49
(83,61,73)
#46343E
(70,52,62)
#392B33
(57,43,51)
#2C2228
(44,34,40)
#1F191D
(31,25,29)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #946A80

#946A80
(148,106,128)
#9D778B
(157,119,139)
#A68496
(166,132,150)
#AF91A1
(175,145,161)
#B89EAC
(184,158,172)
#C1ABB7
(193,171,183)
#CAB8C2
(202,184,194)
#D3C5CD
(211,197,205)
#DCD2D8
(220,210,216)
#E5DFE3
(229,223,227)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946A80 color. Also use rgb(148,106,128) instead hex code.

Text Font Color

.myTextColor { color: #946A80; }

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

This text font color is #946A80.


Background Color

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

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

This div background color is #946A80.


Border color

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

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

This div border color is #946A80.


Opacity

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

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

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

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

This text has shadow with #946A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946A80 on black background.


Color preview on white background

This text has color #946A80 on white background.



Black color preview on #946A80 background

This text has black color on #946A80 background.


White color preview on #946A80 background

This text has white color on #946A80 background.