COLOR #946A7B

HEX: #946A7B
RGB: (148,106,123)

Color info

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

RGB color model

#946A7B color RGB value is (148,106,123).

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

RGB channels and saturation

R 148 of 255 = 58%
G 106 of 255 = 42%
B 123 of 255 = 48%

148
106
123

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

Portions of RGB colors in percentages

R + G + B =
148 + 106 + 123 = 377 (100%)
R 148 of 377 ~ 39.26%
G 106 of 377 ~ 28.12%
B 123 of 377 ~ 32.63%

%39.26
%28.12
%32.63

CMYK color model

#946A7B color CMYK value is (0,28,17,42).

  • cyan value is 0.00%
  • magenta value is 28.38%
  • yellow value is 16.89%
  • key color value is 41.96%
CMYK:
(0,28,17,42)
C0M28Y17K42 
(0%,28%,17%,42%)
(0.00/0.28/0.17/0.42)	

CMYK percentages

%0
%28.38
%16.89
%41.96

Codes

Color #946A7B in popluar color models

946A7B
RGB148106123
HSL336°16.54%49.80%
HSB/HSV336°28.38%58.04%
CMYK0.00%28.38%16.89%
41.96%

Color #946A7B in popluar number systems.

HEX946A7B
Decimal148106123
Binary1001010011010101111011
Octal224152173

Shades and tints

Shades of #946A7B

#946A7B
(148,106,123)
#876170
(135,97,112)
#7A5865
(122,88,101)
#6D4F5A
(109,79,90)
#60464F
(96,70,79)
#533D44
(83,61,68)
#463439
(70,52,57)
#392B2E
(57,43,46)
#2C2223
(44,34,35)
#1F1918
(31,25,24)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #946A7B

#946A7B
(148,106,123)
#9D7787
(157,119,135)
#A68493
(166,132,147)
#AF919F
(175,145,159)
#B89EAB
(184,158,171)
#C1ABB7
(193,171,183)
#CAB8C3
(202,184,195)
#D3C5CF
(211,197,207)
#DCD2DB
(220,210,219)
#E5DFE7
(229,223,231)
#EEECF3
(238,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #946A7B; }

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

This text font color is #946A7B.


Background Color

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

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

This div background color is #946A7B.


Border color

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

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

This div border color is #946A7B.


Opacity

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

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

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

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

This text has shadow with #946A7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946A7B on black background.


Color preview on white background

This text has color #946A7B on white background.



Black color preview on #946A7B background

This text has black color on #946A7B background.


White color preview on #946A7B background

This text has white color on #946A7B background.