COLOR #90667E

HEX: #90667E RGB: (144,102,126)

Color info

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

RGB color model

#90667E color RGB value is (144,102,126).

RGB: (144,102,126) (56%, 40%, 49%)

RGB channels and saturation

R 144 of 255 = 56%
G 102 of 255 = 40%
B 126 of 255 = 49%

144
102
126

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

Portions of RGB colors in percentages

R + G + B = 144 + 102 + 126 = 372 (100%)
R 144 of 372 ~ 38.71%
G 102 of 372 ~ 27.42%
B 126 of 372 ~ 33.87'%

%38.71
%27.42
%33.87

CMYK color model

#90667E color CMYK value is (0,29,13,44).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 12.50%
  • key color value is 43.53%

CMYK: (0,29,13,44)
C0M29Y13K44 (0%, 29%, 13%, 44%)
(0.00 / 0.29 / 0.13 / 0.44)

CMYK percentages

%0
%29.17
%12.5
%43.53

Codes

Color #90667E in popluar color models

90 66 7E
RGB 144 102 126
HSL 326° 17.07% 48.24%
HSB/HSV 326° 29.17% 56.47%
CMYK 0.00% 29.17% 12.50%
43.53%

Color #90667E in popluar number systems.

HEX 90 66 7E
Decimal 144 102 126
Binary 10010000 1100110 1111110
Octal 220 146 176

Shades and tints

Shades of #90667E

#90667E
(144,102,126)
#835D73
(131,93,115)
#765468
(118,84,104)
#694B5D
(105,75,93)
#5C4252
(92,66,82)
#4F3947
(79,57,71)
#42303C
(66,48,60)
#352731
(53,39,49)
#281E26
(40,30,38)
#1B151B
(27,21,27)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #90667E

#90667E
(144,102,126)
#9A7389
(154,115,137)
#A48094
(164,128,148)
#AE8D9F
(174,141,159)
#B89AAA
(184,154,170)
#C2A7B5
(194,167,181)
#CCB4C0
(204,180,192)
#D6C1CB
(214,193,203)
#E0CED6
(224,206,214)
#EADBE1
(234,219,225)
#F4E8EC
(244,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90667E color. Also use rgb(144,102,126) instead hex code.

Text Font Color

.myTextColor { color: #90667E; }

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

This text font color is #90667E.

Background Color

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

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

This div background color is #90667E.

Border color

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

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

This div border color is #90667E.

Opacity

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

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

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

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

This text has shadow with #90667E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90667E.

Preview

Color preview on black background

This text has color #90667E on black background.


Color preview on white background

This text has color #90667E on white background.


Black color preview on #90667E background

This text has black color on #90667E background.


White color preview on #90667E background

This text has white color on #90667E background.


Related colors

Complementary color

Complementary color for #hex is #6F9981.


I love getcolorcode.com

Triadic colors

1 #7E9066 and #667E90 with #90667E are triadic colors.

2 #7E6690 and #66907E with #90667E are triadic colors.