COLOR #7D948D

HEX: #7D948D RGB: (125,148,141)

Color info

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

RGB color model

#7D948D color RGB value is (125,148,141).

RGB: (125,148,141) (49%, 58%, 55%)

RGB channels and saturation

R 125 of 255 = 49%
G 148 of 255 = 58%
B 141 of 255 = 55%

125
148
141

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

Portions of RGB colors in percentages

R + G + B = 125 + 148 + 141 = 414 (100%)
R 125 of 414 ~ 30.19%
G 148 of 414 ~ 35.75%
B 141 of 414 ~ 34.06'%

%30.19
%35.75
%34.06

CMYK color model

#7D948D color CMYK value is (16,0,5,42).

  • cyan value is 15.54%
  • magenta value is 0.00%
  • yellow value is 4.73%
  • key color value is 41.96%

CMYK: (16,0,5,42)
C16M0Y5K42 (16%, 0%, 5%, 42%)
(0.16 / 0.00 / 0.05 / 0.42)

CMYK percentages

%15.54
%0
%4.73
%41.96

Codes

Color #7D948D in popluar color models

7D 94 8D
RGB 125 148 141
HSL 162° 9.70% 53.53%
HSB/HSV 162° 15.54% 58.04%
CMYK 15.54% 0.00% 4.73%
41.96%

Color #7D948D in popluar number systems.

HEX 7D 94 8D
Decimal 125 148 141
Binary 1111101 10010100 10001101
Octal 175 224 215

Shades and tints

Shades of #7D948D

#7D948D
(125,148,141)
#728781
(114,135,129)
#677A75
(103,122,117)
#5C6D69
(92,109,105)
#51605D
(81,96,93)
#465351
(70,83,81)
#3B4645
(59,70,69)
#303939
(48,57,57)
#252C2D
(37,44,45)
#1A1F21
(26,31,33)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #7D948D

#7D948D
(125,148,141)
#889D97
(136,157,151)
#93A6A1
(147,166,161)
#9EAFAB
(158,175,171)
#A9B8B5
(169,184,181)
#B4C1BF
(180,193,191)
#BFCAC9
(191,202,201)
#CAD3D3
(202,211,211)
#D5DCDD
(213,220,221)
#E0E5E7
(224,229,231)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D948D; }

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

This text font color is #7D948D.

Background Color

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

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

This div background color is #7D948D.

Border color

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

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

This div border color is #7D948D.

Opacity

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

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

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

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

This text has shadow with #7D948D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D948D.

Preview

Color preview on black background

This text has color #7D948D on black background.


Color preview on white background

This text has color #7D948D on white background.


Black color preview on #7D948D background

This text has black color on #7D948D background.


White color preview on #7D948D background

This text has white color on #7D948D background.


Related colors

Complementary color

Complementary color for #hex is #826B72.


I love getcolorcode.com

Triadic colors

1 #8D7D94 and #948D7D with #7D948D are triadic colors.

2 #8D947D and #947D8D with #7D948D are triadic colors.