COLOR #7D9195

HEX: #7D9195
RGB: (125,145,149)

Color info

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

RGB color model

#7D9195 color RGB value is (125,145,149).

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

RGB channels and saturation

R 125 of 255 = 49%
G 145 of 255 = 57%
B 149 of 255 = 58%

125
145
149

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

Portions of RGB colors in percentages

R + G + B =
125 + 145 + 149 = 419 (100%)
R 125 of 419 ~ 29.83%
G 145 of 419 ~ 34.61%
B 149 of 419 ~ 35.56%

%29.83
%34.61
%35.56

CMYK color model

#7D9195 color CMYK value is (16,3,0,42).

  • cyan value is 16.11%
  • magenta value is 2.68%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(16,3,0,42)
C16M3Y0K42 
(16%,3%,0%,42%)
(0.16/0.03/0.00/0.42)	

CMYK percentages

%16.11
%2.68
%0
%41.57

Codes

Color #7D9195 in popluar color models

7D9195
RGB125145149
HSL190°10.17%53.73%
HSB/HSV190°16.11%58.43%
CMYK16.11%2.68%0.00%
41.57%

Color #7D9195 in popluar number systems.

HEX7D9195
Decimal125145149
Binary11111011001000110010101
Octal175221225

Shades and tints

Shades of #7D9195

#7D9195
(125,145,149)
#728488
(114,132,136)
#67777B
(103,119,123)
#5C6A6E
(92,106,110)
#515D61
(81,93,97)
#465054
(70,80,84)
#3B4347
(59,67,71)
#30363A
(48,54,58)
#25292D
(37,41,45)
#1A1C20
(26,28,32)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #7D9195

#7D9195
(125,145,149)
#889B9E
(136,155,158)
#93A5A7
(147,165,167)
#9EAFB0
(158,175,176)
#A9B9B9
(169,185,185)
#B4C3C2
(180,195,194)
#BFCDCB
(191,205,203)
#CAD7D4
(202,215,212)
#D5E1DD
(213,225,221)
#E0EBE6
(224,235,230)
#EBF5EF
(235,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9195; }

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

This text font color is #7D9195.


Background Color

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

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

This div background color is #7D9195.


Border color

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

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

This div border color is #7D9195.


Opacity

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

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

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

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

This text has shadow with #7D9195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9195 on black background.


Color preview on white background

This text has color #7D9195 on white background.



Black color preview on #7D9195 background

This text has black color on #7D9195 background.


White color preview on #7D9195 background

This text has white color on #7D9195 background.