COLOR #90697D

HEX: #90697D
RGB: (144,105,125)

Color info

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

RGB color model

#90697D color RGB value is (144,105,125).

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

RGB channels and saturation

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

144
105
125

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

Portions of RGB colors in percentages

R + G + B =
144 + 105 + 125 = 374 (100%)
R 144 of 374 ~ 38.5%
G 105 of 374 ~ 28.07%
B 125 of 374 ~ 33.42%

%38.5
%28.07
%33.42

CMYK color model

#90697D color CMYK value is (0,27,13,44).

  • cyan value is 0.00%
  • magenta value is 27.08%
  • yellow value is 13.19%
  • key color value is 43.53%
CMYK:
(0,27,13,44)
C0M27Y13K44 
(0%,27%,13%,44%)
(0.00/0.27/0.13/0.44)	

CMYK percentages

%0
%27.08
%13.19
%43.53

Codes

Color #90697D in popluar color models

90697D
RGB144105125
HSL329°15.66%48.82%
HSB/HSV329°27.08%56.47%
CMYK0.00%27.08%13.19%
43.53%

Color #90697D in popluar number systems.

HEX90697D
Decimal144105125
Binary1001000011010011111101
Octal220151175

Shades and tints

Shades of #90697D

#90697D
(144,105,125)
#836072
(131,96,114)
#765767
(118,87,103)
#694E5C
(105,78,92)
#5C4551
(92,69,81)
#4F3C46
(79,60,70)
#42333B
(66,51,59)
#352A30
(53,42,48)
#282125
(40,33,37)
#1B181A
(27,24,26)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #90697D

#90697D
(144,105,125)
#9A7688
(154,118,136)
#A48393
(164,131,147)
#AE909E
(174,144,158)
#B89DA9
(184,157,169)
#C2AAB4
(194,170,180)
#CCB7BF
(204,183,191)
#D6C4CA
(214,196,202)
#E0D1D5
(224,209,213)
#EADEE0
(234,222,224)
#F4EBEB
(244,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90697D; }

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

This text font color is #90697D.


Background Color

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

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

This div background color is #90697D.


Border color

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

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

This div border color is #90697D.


Opacity

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

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

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

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

This text has shadow with #90697D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90697D on black background.


Color preview on white background

This text has color #90697D on white background.



Black color preview on #90697D background

This text has black color on #90697D background.


White color preview on #90697D background

This text has white color on #90697D background.