COLOR #7D988B

HEX: #7D988B RGB: (125,152,139)

Color info

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

RGB color model

#7D988B color RGB value is (125,152,139).

RGB: (125,152,139) (49%, 60%, 55%)

RGB channels and saturation

R 125 of 255 = 49%
G 152 of 255 = 60%
B 139 of 255 = 55%

125
152
139

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

Portions of RGB colors in percentages

R + G + B = 125 + 152 + 139 = 416 (100%)
R 125 of 416 ~ 30.05%
G 152 of 416 ~ 36.54%
B 139 of 416 ~ 33.41'%

%30.05
%36.54
%33.41

CMYK color model

#7D988B color CMYK value is (18,0,9,40).

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

CMYK: (18,0,9,40)
C18M0Y9K40 (18%, 0%, 9%, 40%)
(0.18 / 0.00 / 0.09 / 0.40)

CMYK percentages

%17.76
%0
%8.55
%40.39

Codes

Color #7D988B in popluar color models

7D 98 8B
RGB 125 152 139
HSL 151° 11.59% 54.31%
HSB/HSV 151° 17.76% 59.61%
CMYK 17.76% 0.00% 8.55%
40.39%

Color #7D988B in popluar number systems.

HEX 7D 98 8B
Decimal 125 152 139
Binary 1111101 10011000 10001011
Octal 175 230 213

Shades and tints

Shades of #7D988B

#7D988B
(125,152,139)
#728B7F
(114,139,127)
#677E73
(103,126,115)
#5C7167
(92,113,103)
#51645B
(81,100,91)
#46574F
(70,87,79)
#3B4A43
(59,74,67)
#303D37
(48,61,55)
#25302B
(37,48,43)
#1A231F
(26,35,31)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #7D988B

#7D988B
(125,152,139)
#88A195
(136,161,149)
#93AA9F
(147,170,159)
#9EB3A9
(158,179,169)
#A9BCB3
(169,188,179)
#B4C5BD
(180,197,189)
#BFCEC7
(191,206,199)
#CAD7D1
(202,215,209)
#D5E0DB
(213,224,219)
#E0E9E5
(224,233,229)
#EBF2EF
(235,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D988B; }

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

This text font color is #7D988B.

Background Color

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

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

This div background color is #7D988B.

Border color

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

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

This div border color is #7D988B.

Opacity

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

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

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

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

This text has shadow with #7D988B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D988B.

Preview

Color preview on black background

This text has color #7D988B on black background.


Color preview on white background

This text has color #7D988B on white background.


Black color preview on #7D988B background

This text has black color on #7D988B background.


White color preview on #7D988B background

This text has white color on #7D988B background.


Related colors

Complementary color

Complementary color for #hex is #826774.


I love getcolorcode.com

Triadic colors

1 #8B7D98 and #988B7D with #7D988B are triadic colors.

2 #8B987D and #987D8B with #7D988B are triadic colors.