COLOR #7D9889

HEX: #7D9889 RGB: (125,152,137)

Color info

#7D9889 contains red, green and blue colors in about the same proportion. Web safe color of #7D9889 is #669999 (or #699).

RGB color model

#7D9889 color RGB value is (125,152,137).

RGB: (125,152,137) (49%, 60%, 54%)

RGB channels and saturation

R 125 of 255 = 49%
G 152 of 255 = 60%
B 137 of 255 = 54%

125
152
137

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

Portions of RGB colors in percentages

R + G + B = 125 + 152 + 137 = 414 (100%)
R 125 of 414 ~ 30.19%
G 152 of 414 ~ 36.71%
B 137 of 414 ~ 33.09'%

%30.19
%36.71
%33.09

CMYK color model

#7D9889 color CMYK value is (18,0,10,40).

  • cyan value is 17.76%
  • magenta value is 0.00%
  • yellow value is 9.87%
  • key color value is 40.39%

CMYK: (18,0,10,40)
C18M0Y10K40 (18%, 0%, 10%, 40%)
(0.18 / 0.00 / 0.10 / 0.40)

CMYK percentages

%17.76
%0
%9.87
%40.39

Codes

Color #7D9889 in popluar color models

7D 98 89
RGB 125 152 137
HSL 147° 11.59% 54.31%
HSB/HSV 147° 17.76% 59.61%
CMYK 17.76% 0.00% 9.87%
40.39%

Color #7D9889 in popluar number systems.

HEX 7D 98 89
Decimal 125 152 137
Binary 1111101 10011000 10001001
Octal 175 230 211

Shades and tints

Shades of #7D9889

#7D9889
(125,152,137)
#728B7D
(114,139,125)
#677E71
(103,126,113)
#5C7165
(92,113,101)
#516459
(81,100,89)
#46574D
(70,87,77)
#3B4A41
(59,74,65)
#303D35
(48,61,53)
#253029
(37,48,41)
#1A231D
(26,35,29)
#0F1611
(15,22,17)
#000000
(0,0,0)

Tints of #7D9889

#7D9889
(125,152,137)
#88A193
(136,161,147)
#93AA9D
(147,170,157)
#9EB3A7
(158,179,167)
#A9BCB1
(169,188,177)
#B4C5BB
(180,197,187)
#BFCEC5
(191,206,197)
#CAD7CF
(202,215,207)
#D5E0D9
(213,224,217)
#E0E9E3
(224,233,227)
#EBF2ED
(235,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9889 color. Also use rgb(125,152,137) instead hex code.

Text Font Color

.myTextColor { color: #7D9889; }

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

This text font color is #7D9889.

Background Color

.myBgColor { background-color: #7D9889; }

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

This div background color is #7D9889.

Border color

.myBorderColor { border: 1px solid #7D9889; }

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

This div border color is #7D9889.

Opacity

.myOpacity80 { color: #7D9889; opacity: 0.8; }

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

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

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

This text has shadow with #7D9889 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D9889.

Preview

Color preview on black background

This text has color #7D9889 on black background.


Color preview on white background

This text has color #7D9889 on white background.


Black color preview on #7D9889 background

This text has black color on #7D9889 background.


White color preview on #7D9889 background

This text has white color on #7D9889 background.


Related colors

Complementary color

Complementary color for #hex is #826776.


I love getcolorcode.com

Triadic colors

1 #897D98 and #98897D with #7D9889 are triadic colors.

2 #89987D and #987D89 with #7D9889 are triadic colors.