COLOR #90686E

HEX: #90686E
RGB: (144,104,110)

Color info

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

RGB color model

#90686E color RGB value is (144,104,110).

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

RGB channels and saturation

R 144 of 255 = 56%
G 104 of 255 = 41%
B 110 of 255 = 43%

144
104
110

R + G + B ~ 47%. #90686E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 104 + 110 = 358 (100%)
R 144 of 358 ~ 40.22%
G 104 of 358 ~ 29.05%
B 110 of 358 ~ 30.73%

%40.22
%29.05
%30.73

CMYK color model

#90686E color CMYK value is (0,28,24,44).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 23.61%
  • key color value is 43.53%
CMYK:
(0,28,24,44)
C0M28Y24K44 
(0%,28%,24%,44%)
(0.00/0.28/0.24/0.44)	

CMYK percentages

%0
%27.78
%23.61
%43.53

Codes

Color #90686E in popluar color models

90686E
RGB144104110
HSL351°16.13%48.63%
HSB/HSV351°27.78%56.47%
CMYK0.00%27.78%23.61%
43.53%

Color #90686E in popluar number systems.

HEX90686E
Decimal144104110
Binary1001000011010001101110
Octal220150156

Shades and tints

Shades of #90686E

#90686E
(144,104,110)
#835F64
(131,95,100)
#76565A
(118,86,90)
#694D50
(105,77,80)
#5C4446
(92,68,70)
#4F3B3C
(79,59,60)
#423232
(66,50,50)
#352928
(53,41,40)
#28201E
(40,32,30)
#1B1714
(27,23,20)
#0E0E0A
(14,14,10)
#000000
(0,0,0)

Tints of #90686E

#90686E
(144,104,110)
#9A757B
(154,117,123)
#A48288
(164,130,136)
#AE8F95
(174,143,149)
#B89CA2
(184,156,162)
#C2A9AF
(194,169,175)
#CCB6BC
(204,182,188)
#D6C3C9
(214,195,201)
#E0D0D6
(224,208,214)
#EADDE3
(234,221,227)
#F4EAF0
(244,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90686E color. Also use rgb(144,104,110) instead hex code.

Text Font Color

.myTextColor { color: #90686E; }

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

This text font color is #90686E.


Background Color

.myBgColor { background-color: #90686E; }

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

This div background color is #90686E.


Border color

.myBorderColor { border: 1px solid #90686E; }

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

This div border color is #90686E.


Opacity

.myOpacity80 { color: #90686E; opacity: 0.8; }

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

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

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

This text has shadow with #90686E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90686E on black background.


Color preview on white background

This text has color #90686E on white background.



Black color preview on #90686E background

This text has black color on #90686E background.


White color preview on #90686E background

This text has white color on #90686E background.