COLOR #7D928D

HEX: #7D928D
RGB: (125,146,141)

Color info

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

RGB color model

#7D928D color RGB value is (125,146,141).

  • red value is 125;
  • green value is 146;
  • blue value is 141.
RGB:
(125,146,141)
(49%,57%,55%)

RGB channels and saturation

R 125 of 255 = 49%
G 146 of 255 = 57%
B 141 of 255 = 55%

125
146
141

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

Portions of RGB colors in percentages

R + G + B =
125 + 146 + 141 = 412 (100%)
R 125 of 412 ~ 30.34%
G 146 of 412 ~ 35.44%
B 141 of 412 ~ 34.22%

%30.34
%35.44
%34.22

CMYK color model

#7D928D color CMYK value is (14,0,3,43).

  • cyan value is 14.38%
  • magenta value is 0.00%
  • yellow value is 3.42%
  • key color value is 42.75%
CMYK:
(14,0,3,43)
C14M0Y3K43 
(14%,0%,3%,43%)
(0.14/0.00/0.03/0.43)	

CMYK percentages

%14.38
%0
%3.42
%42.75

Codes

Color #7D928D in popluar color models

7D928D
RGB125146141
HSL166°8.79%53.14%
HSB/HSV166°14.38%57.25%
CMYK14.38%0.00%3.42%
42.75%

Color #7D928D in popluar number systems.

HEX7D928D
Decimal125146141
Binary11111011001001010001101
Octal175222215

Shades and tints

Shades of #7D928D

#7D928D
(125,146,141)
#728581
(114,133,129)
#677875
(103,120,117)
#5C6B69
(92,107,105)
#515E5D
(81,94,93)
#465151
(70,81,81)
#3B4445
(59,68,69)
#303739
(48,55,57)
#252A2D
(37,42,45)
#1A1D21
(26,29,33)
#0F1015
(15,16,21)
#000000
(0,0,0)

Tints of #7D928D

#7D928D
(125,146,141)
#889B97
(136,155,151)
#93A4A1
(147,164,161)
#9EADAB
(158,173,171)
#A9B6B5
(169,182,181)
#B4BFBF
(180,191,191)
#BFC8C9
(191,200,201)
#CAD1D3
(202,209,211)
#D5DADD
(213,218,221)
#E0E3E7
(224,227,231)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D928D color. Also use rgb(125,146,141) instead hex code.

Text Font Color

.myTextColor { color: #7D928D; }

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

This text font color is #7D928D.


Background Color

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

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

This div background color is #7D928D.


Border color

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

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

This div border color is #7D928D.


Opacity

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

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

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

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

This text has shadow with #7D928D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D928D on black background.


Color preview on white background

This text has color #7D928D on white background.



Black color preview on #7D928D background

This text has black color on #7D928D background.


White color preview on #7D928D background

This text has white color on #7D928D background.