COLOR #997690

HEX: #997690
RGB: (153,118,144)

Color info

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

RGB color model

#997690 color RGB value is (153,118,144).

  • red value is 153;
  • green value is 118;
  • blue value is 144.
RGB:
(153,118,144)
(60%,46%,56%)

RGB channels and saturation

R 153 of 255 = 60%
G 118 of 255 = 46%
B 144 of 255 = 56%

153
118
144

R + G + B ~ 54%. #997690 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 118 + 144 = 415 (100%)
R 153 of 415 ~ 36.87%
G 118 of 415 ~ 28.43%
B 144 of 415 ~ 34.7%

%36.87
%28.43
%34.7

CMYK color model

#997690 color CMYK value is (0,23,6,40).

  • cyan value is 0.00%
  • magenta value is 22.88%
  • yellow value is 5.88%
  • key color value is 40.00%
CMYK:
(0,23,6,40)
C0M23Y6K40 
(0%,23%,6%,40%)
(0.00/0.23/0.06/0.40)	

CMYK percentages

%0
%22.88
%5.88
%40

Codes

Color #997690 in popluar color models

997690
RGB153118144
HSL315°14.64%53.14%
HSB/HSV315°22.88%60.00%
CMYK0.00%22.88%5.88%
40.00%

Color #997690 in popluar number systems.

HEX997690
Decimal153118144
Binary10011001111011010010000
Octal231166220

Shades and tints

Shades of #997690

#997690
(153,118,144)
#8C6C83
(140,108,131)
#7F6276
(127,98,118)
#725869
(114,88,105)
#654E5C
(101,78,92)
#58444F
(88,68,79)
#4B3A42
(75,58,66)
#3E3035
(62,48,53)
#312628
(49,38,40)
#241C1B
(36,28,27)
#17120E
(23,18,14)
#000000
(0,0,0)

Tints of #997690

#997690
(153,118,144)
#A2829A
(162,130,154)
#AB8EA4
(171,142,164)
#B49AAE
(180,154,174)
#BDA6B8
(189,166,184)
#C6B2C2
(198,178,194)
#CFBECC
(207,190,204)
#D8CAD6
(216,202,214)
#E1D6E0
(225,214,224)
#EAE2EA
(234,226,234)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997690 color. Also use rgb(153,118,144) instead hex code.

Text Font Color

.myTextColor { color: #997690; }

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

This text font color is #997690.


Background Color

.myBgColor { background-color: #997690; }

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

This div background color is #997690.


Border color

.myBorderColor { border: 1px solid #997690; }

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

This div border color is #997690.


Opacity

.myOpacity80 { color: #997690; opacity: 0.8; }

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

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

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

This text has shadow with #997690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997690 on black background.


Color preview on white background

This text has color #997690 on white background.



Black color preview on #997690 background

This text has black color on #997690 background.


White color preview on #997690 background

This text has white color on #997690 background.