COLOR #7D918E

HEX: #7D918E RGB: (125,145,142)

Color info

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

RGB color model

#7D918E color RGB value is (125,145,142).

RGB: (125,145,142) (49%, 57%, 56%)

RGB channels and saturation

R 125 of 255 = 49%
G 145 of 255 = 57%
B 142 of 255 = 56%

125
145
142

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

Portions of RGB colors in percentages

R + G + B = 125 + 145 + 142 = 412 (100%)
R 125 of 412 ~ 30.34%
G 145 of 412 ~ 35.19%
B 142 of 412 ~ 34.47'%

%30.34
%35.19
%34.47

CMYK color model

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

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

CMYK percentages

%13.79
%0
%2.07
%43.14

Codes

Color #7D918E in popluar color models

7D 91 8E
RGB 125 145 142
HSL 171° 8.33% 52.94%
HSB/HSV 171° 13.79% 56.86%
CMYK 13.79% 0.00% 2.07%
43.14%

Color #7D918E in popluar number systems.

HEX 7D 91 8E
Decimal 125 145 142
Binary 1111101 10010001 10001110
Octal 175 221 216

Shades and tints

Shades of #7D918E

#7D918E
(125,145,142)
#728482
(114,132,130)
#677776
(103,119,118)
#5C6A6A
(92,106,106)
#515D5E
(81,93,94)
#465052
(70,80,82)
#3B4346
(59,67,70)
#30363A
(48,54,58)
#25292E
(37,41,46)
#1A1C22
(26,28,34)
#0F0F16
(15,15,22)
#000000
(0,0,0)

Tints of #7D918E

#7D918E
(125,145,142)
#889B98
(136,155,152)
#93A5A2
(147,165,162)
#9EAFAC
(158,175,172)
#A9B9B6
(169,185,182)
#B4C3C0
(180,195,192)
#BFCDCA
(191,205,202)
#CAD7D4
(202,215,212)
#D5E1DE
(213,225,222)
#E0EBE8
(224,235,232)
#EBF5F2
(235,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D918E color. Also use rgb(125,145,142) instead hex code.

Text Font Color

.myTextColor { color: #7D918E; }

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

This text font color is #7D918E.

Background Color

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

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

This div background color is #7D918E.

Border color

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

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

This div border color is #7D918E.

Opacity

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

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

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

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

This text has shadow with #7D918E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D918E.

Preview

Color preview on black background

This text has color #7D918E on black background.


Color preview on white background

This text has color #7D918E on white background.


Black color preview on #7D918E background

This text has black color on #7D918E background.


White color preview on #7D918E background

This text has white color on #7D918E background.


Related colors

Complementary color

Complementary color for #hex is #826E71.


I love getcolorcode.com

Triadic colors

1 #8E7D91 and #918E7D with #7D918E are triadic colors.

2 #8E917D and #917D8E with #7D918E are triadic colors.