COLOR #9D628A

HEX: #9D628A RGB: (157,98,138)

Color info

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

RGB color model

#9D628A color RGB value is (157,98,138).

RGB: (157,98,138) (62%, 38%, 54%)

RGB channels and saturation

R 157 of 255 = 62%
G 98 of 255 = 38%
B 138 of 255 = 54%

157
98
138

R + G + B ~ 51%. #9D628A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 157 + 98 + 138 = 393 (100%)
R 157 of 393 ~ 39.95%
G 98 of 393 ~ 24.94%
B 138 of 393 ~ 35.11'%

%39.95
%24.94
%35.11

CMYK color model

#9D628A color CMYK value is (0,38,12,38).

  • cyan value is 0.00%
  • magenta value is 37.58%
  • yellow value is 12.10%
  • key color value is 38.43%
CMYK: (0,38,12,38) C0M38Y12K38 (0%,38%,12%,38%) (0.00/0.38/0.12/0.38) 

CMYK percentages

%0
%37.58
%12.1
%38.43

Codes

Color #9D628A in popluar color models

9D 62 8A
RGB 157 98 138
HSL 319° 23.14% 50.00%
HSB/HSV 319° 37.58% 61.57%
CMYK 0.00% 37.58% 12.10%
38.43%

Color #9D628A in popluar number systems.

HEX 9D 62 8A
Decimal 157 98 138
Binary 10011101 1100010 10001010
Octal 235 142 212

Shades and tints

Shades of #9D628A

#9D628A
(157,98,138)
#8F5A7E
(143,90,126)
#815272
(129,82,114)
#734A66
(115,74,102)
#65425A
(101,66,90)
#573A4E
(87,58,78)
#493242
(73,50,66)
#3B2A36
(59,42,54)
#2D222A
(45,34,42)
#1F1A1E
(31,26,30)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #9D628A

#9D628A
(157,98,138)
#A57094
(165,112,148)
#AD7E9E
(173,126,158)
#B58CA8
(181,140,168)
#BD9AB2
(189,154,178)
#C5A8BC
(197,168,188)
#CDB6C6
(205,182,198)
#D5C4D0
(213,196,208)
#DDD2DA
(221,210,218)
#E5E0E4
(229,224,228)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D628A color. Also use rgb(157,98,138) instead hex code.

Text Font Color

.myTextColor { color: #9D628A; }

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

This text font color is #9D628A.

Background Color

.myBgColor { background-color: #9D628A; }

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

This div background color is #9D628A.

Border color

.myBorderColor { border: 1px solid #9D628A; }

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

This div border color is #9D628A.

Opacity

.myOpacity80 { color: #9D628A; opacity: 0.8; }

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

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

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

This text has shadow with #9D628A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D628A.

Preview

Color preview on black background

This text has color #9D628A on black background.


Color preview on white background

This text has color #9D628A on white background.


Black color preview on #9D628A background

This text has black color on #9D628A background.


White color preview on #9D628A background

This text has white color on #9D628A background.


Related colors

Complementary color

Complementary color for #hex is #629D75.


I love getcolorcode.com

Triadic colors

1 #8A9D62 and #628A9D with #9D628A are triadic colors.

2 #8A629D and #629D8A with #9D628A are triadic colors.