COLOR #997885

HEX: #997885
RGB: (153,120,133)

Color info

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

RGB color model

#997885 color RGB value is (153,120,133).

  • red value is 153;
  • green value is 120;
  • blue value is 133.
RGB:
(153,120,133)
(60%,47%,52%)

RGB channels and saturation

R 153 of 255 = 60%
G 120 of 255 = 47%
B 133 of 255 = 52%

153
120
133

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

Portions of RGB colors in percentages

R + G + B =
153 + 120 + 133 = 406 (100%)
R 153 of 406 ~ 37.68%
G 120 of 406 ~ 29.56%
B 133 of 406 ~ 32.76%

%37.68
%29.56
%32.76

CMYK color model

#997885 color CMYK value is (0,22,13,40).

  • cyan value is 0.00%
  • magenta value is 21.57%
  • yellow value is 13.07%
  • key color value is 40.00%
CMYK:
(0,22,13,40)
C0M22Y13K40 
(0%,22%,13%,40%)
(0.00/0.22/0.13/0.40)	

CMYK percentages

%0
%21.57
%13.07
%40

Codes

Color #997885 in popluar color models

997885
RGB153120133
HSL336°13.92%53.53%
HSB/HSV336°21.57%60.00%
CMYK0.00%21.57%13.07%
40.00%

Color #997885 in popluar number systems.

HEX997885
Decimal153120133
Binary10011001111100010000101
Octal231170205

Shades and tints

Shades of #997885

#997885
(153,120,133)
#8C6E79
(140,110,121)
#7F646D
(127,100,109)
#725A61
(114,90,97)
#655055
(101,80,85)
#584649
(88,70,73)
#4B3C3D
(75,60,61)
#3E3231
(62,50,49)
#312825
(49,40,37)
#241E19
(36,30,25)
#17140D
(23,20,13)
#000000
(0,0,0)

Tints of #997885

#997885
(153,120,133)
#A28490
(162,132,144)
#AB909B
(171,144,155)
#B49CA6
(180,156,166)
#BDA8B1
(189,168,177)
#C6B4BC
(198,180,188)
#CFC0C7
(207,192,199)
#D8CCD2
(216,204,210)
#E1D8DD
(225,216,221)
#EAE4E8
(234,228,232)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997885 color. Also use rgb(153,120,133) instead hex code.

Text Font Color

.myTextColor { color: #997885; }

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

This text font color is #997885.


Background Color

.myBgColor { background-color: #997885; }

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

This div background color is #997885.


Border color

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

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

This div border color is #997885.


Opacity

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

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

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

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

This text has shadow with #997885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997885 on black background.


Color preview on white background

This text has color #997885 on white background.



Black color preview on #997885 background

This text has black color on #997885 background.


White color preview on #997885 background

This text has white color on #997885 background.