COLOR #906C8C

HEX: #906C8C
RGB: (144,108,140)

Color info

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

RGB color model

#906C8C color RGB value is (144,108,140).

  • red value is 144;
  • green value is 108;
  • blue value is 140.
RGB:
(144,108,140)
(56%,42%,55%)

RGB channels and saturation

R 144 of 255 = 56%
G 108 of 255 = 42%
B 140 of 255 = 55%

144
108
140

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

Portions of RGB colors in percentages

R + G + B =
144 + 108 + 140 = 392 (100%)
R 144 of 392 ~ 36.73%
G 108 of 392 ~ 27.55%
B 140 of 392 ~ 35.71%

%36.73
%27.55
%35.71

CMYK color model

#906C8C color CMYK value is (0,25,3,44).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 2.78%
  • key color value is 43.53%
CMYK:
(0,25,3,44)
C0M25Y3K44 
(0%,25%,3%,44%)
(0.00/0.25/0.03/0.44)	

CMYK percentages

%0
%25
%2.78
%43.53

Codes

Color #906C8C in popluar color models

906C8C
RGB144108140
HSL307°14.29%49.41%
HSB/HSV307°25.00%56.47%
CMYK0.00%25.00%2.78%
43.53%

Color #906C8C in popluar number systems.

HEX906C8C
Decimal144108140
Binary10010000110110010001100
Octal220154214

Shades and tints

Shades of #906C8C

#906C8C
(144,108,140)
#836380
(131,99,128)
#765A74
(118,90,116)
#695168
(105,81,104)
#5C485C
(92,72,92)
#4F3F50
(79,63,80)
#423644
(66,54,68)
#352D38
(53,45,56)
#28242C
(40,36,44)
#1B1B20
(27,27,32)
#0E1214
(14,18,20)
#000000
(0,0,0)

Tints of #906C8C

#906C8C
(144,108,140)
#9A7996
(154,121,150)
#A486A0
(164,134,160)
#AE93AA
(174,147,170)
#B8A0B4
(184,160,180)
#C2ADBE
(194,173,190)
#CCBAC8
(204,186,200)
#D6C7D2
(214,199,210)
#E0D4DC
(224,212,220)
#EAE1E6
(234,225,230)
#F4EEF0
(244,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #906C8C color. Also use rgb(144,108,140) instead hex code.

Text Font Color

.myTextColor { color: #906C8C; }

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

This text font color is #906C8C.


Background Color

.myBgColor { background-color: #906C8C; }

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

This div background color is #906C8C.


Border color

.myBorderColor { border: 1px solid #906C8C; }

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

This div border color is #906C8C.


Opacity

.myOpacity80 { color: #906C8C; opacity: 0.8; }

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

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

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

This text has shadow with #906C8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #906C8C on black background.


Color preview on white background

This text has color #906C8C on white background.



Black color preview on #906C8C background

This text has black color on #906C8C background.


White color preview on #906C8C background

This text has white color on #906C8C background.