COLOR #7D9395

HEX: #7D9395
RGB: (125,147,149)

Color info

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

RGB color model

#7D9395 color RGB value is (125,147,149).

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

RGB channels and saturation

R 125 of 255 = 49%
G 147 of 255 = 58%
B 149 of 255 = 58%

125
147
149

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

Portions of RGB colors in percentages

R + G + B =
125 + 147 + 149 = 421 (100%)
R 125 of 421 ~ 29.69%
G 147 of 421 ~ 34.92%
B 149 of 421 ~ 35.39%

%29.69
%34.92
%35.39

CMYK color model

#7D9395 color CMYK value is (16,1,0,42).

  • cyan value is 16.11%
  • magenta value is 1.34%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(16,1,0,42)
C16M1Y0K42 
(16%,1%,0%,42%)
(0.16/0.01/0.00/0.42)	

CMYK percentages

%16.11
%1.34
%0
%41.57

Codes

Color #7D9395 in popluar color models

7D9395
RGB125147149
HSL185°10.17%53.73%
HSB/HSV185°16.11%58.43%
CMYK16.11%1.34%0.00%
41.57%

Color #7D9395 in popluar number systems.

HEX7D9395
Decimal125147149
Binary11111011001001110010101
Octal175223225

Shades and tints

Shades of #7D9395

#7D9395
(125,147,149)
#728688
(114,134,136)
#67797B
(103,121,123)
#5C6C6E
(92,108,110)
#515F61
(81,95,97)
#465254
(70,82,84)
#3B4547
(59,69,71)
#30383A
(48,56,58)
#252B2D
(37,43,45)
#1A1E20
(26,30,32)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #7D9395

#7D9395
(125,147,149)
#889C9E
(136,156,158)
#93A5A7
(147,165,167)
#9EAEB0
(158,174,176)
#A9B7B9
(169,183,185)
#B4C0C2
(180,192,194)
#BFC9CB
(191,201,203)
#CAD2D4
(202,210,212)
#D5DBDD
(213,219,221)
#E0E4E6
(224,228,230)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9395; }

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

This text font color is #7D9395.


Background Color

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

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

This div background color is #7D9395.


Border color

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

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

This div border color is #7D9395.


Opacity

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

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

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

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

This text has shadow with #7D9395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9395 on black background.


Color preview on white background

This text has color #7D9395 on white background.



Black color preview on #7D9395 background

This text has black color on #7D9395 background.


White color preview on #7D9395 background

This text has white color on #7D9395 background.