COLOR #97627E

HEX: #97627E
RGB: (151,98,126)

Color info

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

RGB color model

#97627E color RGB value is (151,98,126).

  • red value is 151;
  • green value is 98;
  • blue value is 126.
RGB:
(151,98,126)
(59%,38%,49%)

RGB channels and saturation

R 151 of 255 = 59%
G 98 of 255 = 38%
B 126 of 255 = 49%

151
98
126

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

Portions of RGB colors in percentages

R + G + B =
151 + 98 + 126 = 375 (100%)
R 151 of 375 ~ 40.27%
G 98 of 375 ~ 26.13%
B 126 of 375 ~ 33.6%

%40.27
%26.13
%33.6

CMYK color model

#97627E color CMYK value is (0,35,17,41).

  • cyan value is 0.00%
  • magenta value is 35.10%
  • yellow value is 16.56%
  • key color value is 40.78%
CMYK:
(0,35,17,41)
C0M35Y17K41 
(0%,35%,17%,41%)
(0.00/0.35/0.17/0.41)	

CMYK percentages

%0
%35.1
%16.56
%40.78

Codes

Color #97627E in popluar color models

97627E
RGB15198126
HSL328°21.29%48.82%
HSB/HSV328°35.10%59.22%
CMYK0.00%35.10%16.56%
40.78%

Color #97627E in popluar number systems.

HEX97627E
Decimal15198126
Binary1001011111000101111110
Octal227142176

Shades and tints

Shades of #97627E

#97627E
(151,98,126)
#8A5A73
(138,90,115)
#7D5268
(125,82,104)
#704A5D
(112,74,93)
#634252
(99,66,82)
#563A47
(86,58,71)
#49323C
(73,50,60)
#3C2A31
(60,42,49)
#2F2226
(47,34,38)
#221A1B
(34,26,27)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #97627E

#97627E
(151,98,126)
#A07089
(160,112,137)
#A97E94
(169,126,148)
#B28C9F
(178,140,159)
#BB9AAA
(187,154,170)
#C4A8B5
(196,168,181)
#CDB6C0
(205,182,192)
#D6C4CB
(214,196,203)
#DFD2D6
(223,210,214)
#E8E0E1
(232,224,225)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97627E color. Also use rgb(151,98,126) instead hex code.

Text Font Color

.myTextColor { color: #97627E; }

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

This text font color is #97627E.


Background Color

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

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

This div background color is #97627E.


Border color

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

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

This div border color is #97627E.


Opacity

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

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

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

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

This text has shadow with #97627E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97627E on black background.


Color preview on white background

This text has color #97627E on white background.



Black color preview on #97627E background

This text has black color on #97627E background.


White color preview on #97627E background

This text has white color on #97627E background.