COLOR #7D918D

HEX: #7D918D RGB: (125,145,141)

Color info

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

RGB color model

#7D918D color RGB value is (125,145,141).

RGB: (125,145,141) (49%, 57%, 55%)

RGB channels and saturation

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

125
145
141

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

Portions of RGB colors in percentages

R + G + B = 125 + 145 + 141 = 411 (100%)
R 125 of 411 ~ 30.41%
G 145 of 411 ~ 35.28%
B 141 of 411 ~ 34.31'%

%30.41
%35.28
%34.31

CMYK color model

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

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

CMYK percentages

%13.79
%0
%2.76
%43.14

Codes

Color #7D918D in popluar color models

7D 91 8D
RGB 125 145 141
HSL 168° 8.33% 52.94%
HSB/HSV 168° 13.79% 56.86%
CMYK 13.79% 0.00% 2.76%
43.14%

Color #7D918D in popluar number systems.

HEX 7D 91 8D
Decimal 125 145 141
Binary 1111101 10010001 10001101
Octal 175 221 215

Shades and tints

Shades of #7D918D

#7D918D
(125,145,141)
#728481
(114,132,129)
#677775
(103,119,117)
#5C6A69
(92,106,105)
#515D5D
(81,93,93)
#465051
(70,80,81)
#3B4345
(59,67,69)
#303639
(48,54,57)
#25292D
(37,41,45)
#1A1C21
(26,28,33)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #7D918D

#7D918D
(125,145,141)
#889B97
(136,155,151)
#93A5A1
(147,165,161)
#9EAFAB
(158,175,171)
#A9B9B5
(169,185,181)
#B4C3BF
(180,195,191)
#BFCDC9
(191,205,201)
#CAD7D3
(202,215,211)
#D5E1DD
(213,225,221)
#E0EBE7
(224,235,231)
#EBF5F1
(235,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D918D; }

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

This text font color is #7D918D.

Background Color

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

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

This div background color is #7D918D.

Border color

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

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

This div border color is #7D918D.

Opacity

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

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

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

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

This text has shadow with #7D918D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D918D.

Preview

Color preview on black background

This text has color #7D918D on black background.


Color preview on white background

This text has color #7D918D on white background.


Black color preview on #7D918D background

This text has black color on #7D918D background.


White color preview on #7D918D background

This text has white color on #7D918D background.


Related colors

Complementary color

Complementary color for #hex is #826E72.


I love getcolorcode.com

Triadic colors

1 #8D7D91 and #918D7D with #7D918D are triadic colors.

2 #8D917D and #917D8D with #7D918D are triadic colors.