COLOR #94668B

HEX: #94668B
RGB: (148,102,139)

Color info

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

RGB color model

#94668B color RGB value is (148,102,139).

  • red value is 148;
  • green value is 102;
  • blue value is 139.
RGB:
(148,102,139)
(58%,40%,55%)

RGB channels and saturation

R 148 of 255 = 58%
G 102 of 255 = 40%
B 139 of 255 = 55%

148
102
139

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

Portions of RGB colors in percentages

R + G + B =
148 + 102 + 139 = 389 (100%)
R 148 of 389 ~ 38.05%
G 102 of 389 ~ 26.22%
B 139 of 389 ~ 35.73%

%38.05
%26.22
%35.73

CMYK color model

#94668B color CMYK value is (0,31,6,42).

  • cyan value is 0.00%
  • magenta value is 31.08%
  • yellow value is 6.08%
  • key color value is 41.96%
CMYK:
(0,31,6,42)
C0M31Y6K42 
(0%,31%,6%,42%)
(0.00/0.31/0.06/0.42)	

CMYK percentages

%0
%31.08
%6.08
%41.96

Codes

Color #94668B in popluar color models

94668B
RGB148102139
HSL312°18.40%49.02%
HSB/HSV312°31.08%58.04%
CMYK0.00%31.08%6.08%
41.96%

Color #94668B in popluar number systems.

HEX94668B
Decimal148102139
Binary10010100110011010001011
Octal224146213

Shades and tints

Shades of #94668B

#94668B
(148,102,139)
#875D7F
(135,93,127)
#7A5473
(122,84,115)
#6D4B67
(109,75,103)
#60425B
(96,66,91)
#53394F
(83,57,79)
#463043
(70,48,67)
#392737
(57,39,55)
#2C1E2B
(44,30,43)
#1F151F
(31,21,31)
#120C13
(18,12,19)
#000000
(0,0,0)

Tints of #94668B

#94668B
(148,102,139)
#9D7395
(157,115,149)
#A6809F
(166,128,159)
#AF8DA9
(175,141,169)
#B89AB3
(184,154,179)
#C1A7BD
(193,167,189)
#CAB4C7
(202,180,199)
#D3C1D1
(211,193,209)
#DCCEDB
(220,206,219)
#E5DBE5
(229,219,229)
#EEE8EF
(238,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94668B color. Also use rgb(148,102,139) instead hex code.

Text Font Color

.myTextColor { color: #94668B; }

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

This text font color is #94668B.


Background Color

.myBgColor { background-color: #94668B; }

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

This div background color is #94668B.


Border color

.myBorderColor { border: 1px solid #94668B; }

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

This div border color is #94668B.


Opacity

.myOpacity80 { color: #94668B; opacity: 0.8; }

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

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

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

This text has shadow with #94668B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94668B on black background.


Color preview on white background

This text has color #94668B on white background.



Black color preview on #94668B background

This text has black color on #94668B background.


White color preview on #94668B background

This text has white color on #94668B background.