COLOR #7D9B8A

HEX: #7D9B8A
RGB: (125,155,138)

Color info

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

RGB color model

#7D9B8A color RGB value is (125,155,138).

  • red value is 125;
  • green value is 155;
  • blue value is 138.
RGB:
(125,155,138)
(49%,61%,54%)

RGB channels and saturation

R 125 of 255 = 49%
G 155 of 255 = 61%
B 138 of 255 = 54%

125
155
138

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

Portions of RGB colors in percentages

R + G + B =
125 + 155 + 138 = 418 (100%)
R 125 of 418 ~ 29.9%
G 155 of 418 ~ 37.08%
B 138 of 418 ~ 33.01%

%29.9
%37.08
%33.01

CMYK color model

#7D9B8A color CMYK value is (19,0,11,39).

  • cyan value is 19.35%
  • magenta value is 0.00%
  • yellow value is 10.97%
  • key color value is 39.22%
CMYK:
(19,0,11,39)
C19M0Y11K39 
(19%,0%,11%,39%)
(0.19/0.00/0.11/0.39)	

CMYK percentages

%19.35
%0
%10.97
%39.22

Codes

Color #7D9B8A in popluar color models

7D9B8A
RGB125155138
HSL146°13.04%54.90%
HSB/HSV146°19.35%60.78%
CMYK19.35%0.00%10.97%
39.22%

Color #7D9B8A in popluar number systems.

HEX7D9B8A
Decimal125155138
Binary11111011001101110001010
Octal175233212

Shades and tints

Shades of #7D9B8A

#7D9B8A
(125,155,138)
#728D7E
(114,141,126)
#677F72
(103,127,114)
#5C7166
(92,113,102)
#51635A
(81,99,90)
#46554E
(70,85,78)
#3B4742
(59,71,66)
#303936
(48,57,54)
#252B2A
(37,43,42)
#1A1D1E
(26,29,30)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #7D9B8A

#7D9B8A
(125,155,138)
#88A494
(136,164,148)
#93AD9E
(147,173,158)
#9EB6A8
(158,182,168)
#A9BFB2
(169,191,178)
#B4C8BC
(180,200,188)
#BFD1C6
(191,209,198)
#CADAD0
(202,218,208)
#D5E3DA
(213,227,218)
#E0ECE4
(224,236,228)
#EBF5EE
(235,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9B8A color. Also use rgb(125,155,138) instead hex code.

Text Font Color

.myTextColor { color: #7D9B8A; }

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

This text font color is #7D9B8A.


Background Color

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

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

This div background color is #7D9B8A.


Border color

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

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

This div border color is #7D9B8A.


Opacity

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

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

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

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

This text has shadow with #7D9B8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9B8A on black background.


Color preview on white background

This text has color #7D9B8A on white background.



Black color preview on #7D9B8A background

This text has black color on #7D9B8A background.


White color preview on #7D9B8A background

This text has white color on #7D9B8A background.