COLOR #7D9693

HEX: #7D9693
RGB: (125,150,147)

Color info

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

RGB color model

#7D9693 color RGB value is (125,150,147).

  • red value is 125;
  • green value is 150;
  • blue value is 147.
RGB:
(125,150,147)
(49%,59%,58%)

RGB channels and saturation

R 125 of 255 = 49%
G 150 of 255 = 59%
B 147 of 255 = 58%

125
150
147

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

Portions of RGB colors in percentages

R + G + B =
125 + 150 + 147 = 422 (100%)
R 125 of 422 ~ 29.62%
G 150 of 422 ~ 35.55%
B 147 of 422 ~ 34.83%

%29.62
%35.55
%34.83

CMYK color model

#7D9693 color CMYK value is (17,0,2,41).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 2.00%
  • key color value is 41.18%
CMYK:
(17,0,2,41)
C17M0Y2K41 
(17%,0%,2%,41%)
(0.17/0.00/0.02/0.41)	

CMYK percentages

%16.67
%0
%2
%41.18

Codes

Color #7D9693 in popluar color models

7D9693
RGB125150147
HSL173°10.64%53.92%
HSB/HSV173°16.67%58.82%
CMYK16.67%0.00%2.00%
41.18%

Color #7D9693 in popluar number systems.

HEX7D9693
Decimal125150147
Binary11111011001011010010011
Octal175226223

Shades and tints

Shades of #7D9693

#7D9693
(125,150,147)
#728986
(114,137,134)
#677C79
(103,124,121)
#5C6F6C
(92,111,108)
#51625F
(81,98,95)
#465552
(70,85,82)
#3B4845
(59,72,69)
#303B38
(48,59,56)
#252E2B
(37,46,43)
#1A211E
(26,33,30)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #7D9693

#7D9693
(125,150,147)
#889F9C
(136,159,156)
#93A8A5
(147,168,165)
#9EB1AE
(158,177,174)
#A9BAB7
(169,186,183)
#B4C3C0
(180,195,192)
#BFCCC9
(191,204,201)
#CAD5D2
(202,213,210)
#D5DEDB
(213,222,219)
#E0E7E4
(224,231,228)
#EBF0ED
(235,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9693 color. Also use rgb(125,150,147) instead hex code.

Text Font Color

.myTextColor { color: #7D9693; }

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

This text font color is #7D9693.


Background Color

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

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

This div background color is #7D9693.


Border color

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

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

This div border color is #7D9693.


Opacity

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

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

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

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

This text has shadow with #7D9693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9693 on black background.


Color preview on white background

This text has color #7D9693 on white background.



Black color preview on #7D9693 background

This text has black color on #7D9693 background.


White color preview on #7D9693 background

This text has white color on #7D9693 background.