COLOR #946488

HEX: #946488
RGB: (148,100,136)

Color info

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

RGB color model

#946488 color RGB value is (148,100,136).

  • red value is 148;
  • green value is 100;
  • blue value is 136.
RGB:
(148,100,136)
(58%,39%,53%)

RGB channels and saturation

R 148 of 255 = 58%
G 100 of 255 = 39%
B 136 of 255 = 53%

148
100
136

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

Portions of RGB colors in percentages

R + G + B =
148 + 100 + 136 = 384 (100%)
R 148 of 384 ~ 38.54%
G 100 of 384 ~ 26.04%
B 136 of 384 ~ 35.42%

%38.54
%26.04
%35.42

CMYK color model

#946488 color CMYK value is (0,32,8,42).

  • cyan value is 0.00%
  • magenta value is 32.43%
  • yellow value is 8.11%
  • key color value is 41.96%
CMYK:
(0,32,8,42)
C0M32Y8K42 
(0%,32%,8%,42%)
(0.00/0.32/0.08/0.42)	

CMYK percentages

%0
%32.43
%8.11
%41.96

Codes

Color #946488 in popluar color models

946488
RGB148100136
HSL315°19.35%48.63%
HSB/HSV315°32.43%58.04%
CMYK0.00%32.43%8.11%
41.96%

Color #946488 in popluar number systems.

HEX946488
Decimal148100136
Binary10010100110010010001000
Octal224144210

Shades and tints

Shades of #946488

#946488
(148,100,136)
#875B7C
(135,91,124)
#7A5270
(122,82,112)
#6D4964
(109,73,100)
#604058
(96,64,88)
#53374C
(83,55,76)
#462E40
(70,46,64)
#392534
(57,37,52)
#2C1C28
(44,28,40)
#1F131C
(31,19,28)
#120A10
(18,10,16)
#000000
(0,0,0)

Tints of #946488

#946488
(148,100,136)
#9D7292
(157,114,146)
#A6809C
(166,128,156)
#AF8EA6
(175,142,166)
#B89CB0
(184,156,176)
#C1AABA
(193,170,186)
#CAB8C4
(202,184,196)
#D3C6CE
(211,198,206)
#DCD4D8
(220,212,216)
#E5E2E2
(229,226,226)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #946488 color. Also use rgb(148,100,136) instead hex code.

Text Font Color

.myTextColor { color: #946488; }

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

This text font color is #946488.


Background Color

.myBgColor { background-color: #946488; }

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

This div background color is #946488.


Border color

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

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

This div border color is #946488.


Opacity

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

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

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

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

This text has shadow with #946488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946488 on black background.


Color preview on white background

This text has color #946488 on white background.



Black color preview on #946488 background

This text has black color on #946488 background.


White color preview on #946488 background

This text has white color on #946488 background.