COLOR #90687D

HEX: #90687D
RGB: (144,104,125)

Color info

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

RGB color model

#90687D color RGB value is (144,104,125).

  • red value is 144;
  • green value is 104;
  • blue value is 125.
RGB:
(144,104,125)
(56%,41%,49%)

RGB channels and saturation

R 144 of 255 = 56%
G 104 of 255 = 41%
B 125 of 255 = 49%

144
104
125

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

Portions of RGB colors in percentages

R + G + B =
144 + 104 + 125 = 373 (100%)
R 144 of 373 ~ 38.61%
G 104 of 373 ~ 27.88%
B 125 of 373 ~ 33.51%

%38.61
%27.88
%33.51

CMYK color model

#90687D color CMYK value is (0,28,13,44).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 13.19%
  • key color value is 43.53%
CMYK:
(0,28,13,44)
C0M28Y13K44 
(0%,28%,13%,44%)
(0.00/0.28/0.13/0.44)	

CMYK percentages

%0
%27.78
%13.19
%43.53

Codes

Color #90687D in popluar color models

90687D
RGB144104125
HSL329°16.13%48.63%
HSB/HSV329°27.78%56.47%
CMYK0.00%27.78%13.19%
43.53%

Color #90687D in popluar number systems.

HEX90687D
Decimal144104125
Binary1001000011010001111101
Octal220150175

Shades and tints

Shades of #90687D

#90687D
(144,104,125)
#835F72
(131,95,114)
#765667
(118,86,103)
#694D5C
(105,77,92)
#5C4451
(92,68,81)
#4F3B46
(79,59,70)
#42323B
(66,50,59)
#352930
(53,41,48)
#282025
(40,32,37)
#1B171A
(27,23,26)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #90687D

#90687D
(144,104,125)
#9A7588
(154,117,136)
#A48293
(164,130,147)
#AE8F9E
(174,143,158)
#B89CA9
(184,156,169)
#C2A9B4
(194,169,180)
#CCB6BF
(204,182,191)
#D6C3CA
(214,195,202)
#E0D0D5
(224,208,213)
#EADDE0
(234,221,224)
#F4EAEB
(244,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90687D color. Also use rgb(144,104,125) instead hex code.

Text Font Color

.myTextColor { color: #90687D; }

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

This text font color is #90687D.


Background Color

.myBgColor { background-color: #90687D; }

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

This div background color is #90687D.


Border color

.myBorderColor { border: 1px solid #90687D; }

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

This div border color is #90687D.


Opacity

.myOpacity80 { color: #90687D; opacity: 0.8; }

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

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

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

This text has shadow with #90687D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90687D on black background.


Color preview on white background

This text has color #90687D on white background.



Black color preview on #90687D background

This text has black color on #90687D background.


White color preview on #90687D background

This text has white color on #90687D background.