COLOR #7D949B

HEX: #7D949B
RGB: (125,148,155)

Color info

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

RGB color model

#7D949B color RGB value is (125,148,155).

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

RGB channels and saturation

R 125 of 255 = 49%
G 148 of 255 = 58%
B 155 of 255 = 61%

125
148
155

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

Portions of RGB colors in percentages

R + G + B =
125 + 148 + 155 = 428 (100%)
R 125 of 428 ~ 29.21%
G 148 of 428 ~ 34.58%
B 155 of 428 ~ 36.21%

%29.21
%34.58
%36.21

CMYK color model

#7D949B color CMYK value is (19,5,0,39).

  • cyan value is 19.35%
  • magenta value is 4.52%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(19,5,0,39)
C19M5Y0K39 
(19%,5%,0%,39%)
(0.19/0.05/0.00/0.39)	

CMYK percentages

%19.35
%4.52
%0
%39.22

Codes

Color #7D949B in popluar color models

7D949B
RGB125148155
HSL194°13.04%54.90%
HSB/HSV194°19.35%60.78%
CMYK19.35%4.52%0.00%
39.22%

Color #7D949B in popluar number systems.

HEX7D949B
Decimal125148155
Binary11111011001010010011011
Octal175224233

Shades and tints

Shades of #7D949B

#7D949B
(125,148,155)
#72878D
(114,135,141)
#677A7F
(103,122,127)
#5C6D71
(92,109,113)
#516063
(81,96,99)
#465355
(70,83,85)
#3B4647
(59,70,71)
#303939
(48,57,57)
#252C2B
(37,44,43)
#1A1F1D
(26,31,29)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #7D949B

#7D949B
(125,148,155)
#889DA4
(136,157,164)
#93A6AD
(147,166,173)
#9EAFB6
(158,175,182)
#A9B8BF
(169,184,191)
#B4C1C8
(180,193,200)
#BFCAD1
(191,202,209)
#CAD3DA
(202,211,218)
#D5DCE3
(213,220,227)
#E0E5EC
(224,229,236)
#EBEEF5
(235,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D949B; }

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

This text font color is #7D949B.


Background Color

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

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

This div background color is #7D949B.


Border color

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

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

This div border color is #7D949B.


Opacity

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

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

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

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

This text has shadow with #7D949B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D949B on black background.


Color preview on white background

This text has color #7D949B on white background.



Black color preview on #7D949B background

This text has black color on #7D949B background.


White color preview on #7D949B background

This text has white color on #7D949B background.