COLOR #7D928F

HEX: #7D928F
RGB: (125,146,143)

Color info

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

RGB color model

#7D928F color RGB value is (125,146,143).

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

RGB channels and saturation

R 125 of 255 = 49%
G 146 of 255 = 57%
B 143 of 255 = 56%

125
146
143

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

Portions of RGB colors in percentages

R + G + B =
125 + 146 + 143 = 414 (100%)
R 125 of 414 ~ 30.19%
G 146 of 414 ~ 35.27%
B 143 of 414 ~ 34.54%

%30.19
%35.27
%34.54

CMYK color model

#7D928F color CMYK value is (14,0,2,43).

  • cyan value is 14.38%
  • magenta value is 0.00%
  • yellow value is 2.05%
  • key color value is 42.75%
CMYK:
(14,0,2,43)
C14M0Y2K43 
(14%,0%,2%,43%)
(0.14/0.00/0.02/0.43)	

CMYK percentages

%14.38
%0
%2.05
%42.75

Codes

Color #7D928F in popluar color models

7D928F
RGB125146143
HSL171°8.79%53.14%
HSB/HSV171°14.38%57.25%
CMYK14.38%0.00%2.05%
42.75%

Color #7D928F in popluar number systems.

HEX7D928F
Decimal125146143
Binary11111011001001010001111
Octal175222217

Shades and tints

Shades of #7D928F

#7D928F
(125,146,143)
#728582
(114,133,130)
#677875
(103,120,117)
#5C6B68
(92,107,104)
#515E5B
(81,94,91)
#46514E
(70,81,78)
#3B4441
(59,68,65)
#303734
(48,55,52)
#252A27
(37,42,39)
#1A1D1A
(26,29,26)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #7D928F

#7D928F
(125,146,143)
#889B99
(136,155,153)
#93A4A3
(147,164,163)
#9EADAD
(158,173,173)
#A9B6B7
(169,182,183)
#B4BFC1
(180,191,193)
#BFC8CB
(191,200,203)
#CAD1D5
(202,209,213)
#D5DADF
(213,218,223)
#E0E3E9
(224,227,233)
#EBECF3
(235,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D928F; }

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

This text font color is #7D928F.


Background Color

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

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

This div background color is #7D928F.


Border color

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

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

This div border color is #7D928F.


Opacity

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

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

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

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

This text has shadow with #7D928F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D928F on black background.


Color preview on white background

This text has color #7D928F on white background.



Black color preview on #7D928F background

This text has black color on #7D928F background.


White color preview on #7D928F background

This text has white color on #7D928F background.