COLOR #7D9994

HEX: #7D9994
RGB: (125,153,148)

Color info

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

RGB color model

#7D9994 color RGB value is (125,153,148).

  • red value is 125;
  • green value is 153;
  • blue value is 148.
RGB:
(125,153,148)
(49%,60%,58%)

RGB channels and saturation

R 125 of 255 = 49%
G 153 of 255 = 60%
B 148 of 255 = 58%

125
153
148

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

Portions of RGB colors in percentages

R + G + B =
125 + 153 + 148 = 426 (100%)
R 125 of 426 ~ 29.34%
G 153 of 426 ~ 35.92%
B 148 of 426 ~ 34.74%

%29.34
%35.92
%34.74

CMYK color model

#7D9994 color CMYK value is (18,0,3,40).

  • cyan value is 18.30%
  • magenta value is 0.00%
  • yellow value is 3.27%
  • key color value is 40.00%
CMYK:
(18,0,3,40)
C18M0Y3K40 
(18%,0%,3%,40%)
(0.18/0.00/0.03/0.40)	

CMYK percentages

%18.3
%0
%3.27
%40

Codes

Color #7D9994 in popluar color models

7D9994
RGB125153148
HSL169°12.07%54.51%
HSB/HSV169°18.30%60.00%
CMYK18.30%0.00%3.27%
40.00%

Color #7D9994 in popluar number systems.

HEX7D9994
Decimal125153148
Binary11111011001100110010100
Octal175231224

Shades and tints

Shades of #7D9994

#7D9994
(125,153,148)
#728C87
(114,140,135)
#677F7A
(103,127,122)
#5C726D
(92,114,109)
#516560
(81,101,96)
#465853
(70,88,83)
#3B4B46
(59,75,70)
#303E39
(48,62,57)
#25312C
(37,49,44)
#1A241F
(26,36,31)
#0F1712
(15,23,18)
#000000
(0,0,0)

Tints of #7D9994

#7D9994
(125,153,148)
#88A29D
(136,162,157)
#93ABA6
(147,171,166)
#9EB4AF
(158,180,175)
#A9BDB8
(169,189,184)
#B4C6C1
(180,198,193)
#BFCFCA
(191,207,202)
#CAD8D3
(202,216,211)
#D5E1DC
(213,225,220)
#E0EAE5
(224,234,229)
#EBF3EE
(235,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9994; }

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

This text font color is #7D9994.


Background Color

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

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

This div background color is #7D9994.


Border color

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

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

This div border color is #7D9994.


Opacity

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

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

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

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

This text has shadow with #7D9994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9994 on black background.


Color preview on white background

This text has color #7D9994 on white background.



Black color preview on #7D9994 background

This text has black color on #7D9994 background.


White color preview on #7D9994 background

This text has white color on #7D9994 background.