COLOR #946697

HEX: #946697
RGB: (148,102,151)

Color info

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

RGB color model

#946697 color RGB value is (148,102,151).

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

RGB channels and saturation

R 148 of 255 = 58%
G 102 of 255 = 40%
B 151 of 255 = 59%

148
102
151

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

Portions of RGB colors in percentages

R + G + B =
148 + 102 + 151 = 401 (100%)
R 148 of 401 ~ 36.91%
G 102 of 401 ~ 25.44%
B 151 of 401 ~ 37.66%

%36.91
%25.44
%37.66

CMYK color model

#946697 color CMYK value is (2,32,0,41).

  • cyan value is 1.99%
  • magenta value is 32.45%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(2,32,0,41)
C2M32Y0K41 
(2%,32%,0%,41%)
(0.02/0.32/0.00/0.41)	

CMYK percentages

%1.99
%32.45
%0
%40.78

Codes

Color #946697 in popluar color models

946697
RGB148102151
HSL296°19.37%49.61%
HSB/HSV296°32.45%59.22%
CMYK1.99%32.45%0.00%
40.78%

Color #946697 in popluar number systems.

HEX946697
Decimal148102151
Binary10010100110011010010111
Octal224146227

Shades and tints

Shades of #946697

#946697
(148,102,151)
#875D8A
(135,93,138)
#7A547D
(122,84,125)
#6D4B70
(109,75,112)
#604263
(96,66,99)
#533956
(83,57,86)
#463049
(70,48,73)
#39273C
(57,39,60)
#2C1E2F
(44,30,47)
#1F1522
(31,21,34)
#120C15
(18,12,21)
#000000
(0,0,0)

Tints of #946697

#946697
(148,102,151)
#9D73A0
(157,115,160)
#A680A9
(166,128,169)
#AF8DB2
(175,141,178)
#B89ABB
(184,154,187)
#C1A7C4
(193,167,196)
#CAB4CD
(202,180,205)
#D3C1D6
(211,193,214)
#DCCEDF
(220,206,223)
#E5DBE8
(229,219,232)
#EEE8F1
(238,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #946697; }

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

This text font color is #946697.


Background Color

.myBgColor { background-color: #946697; }

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

This div background color is #946697.


Border color

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

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

This div border color is #946697.


Opacity

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

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

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

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

This text has shadow with #946697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #946697 on black background.


Color preview on white background

This text has color #946697 on white background.



Black color preview on #946697 background

This text has black color on #946697 background.


White color preview on #946697 background

This text has white color on #946697 background.