COLOR #7D838D

HEX: #7D838D
RGB: (125,131,141)

Color info

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

RGB color model

#7D838D color RGB value is (125,131,141).

  • red value is 125;
  • green value is 131;
  • blue value is 141.
RGB:
(125,131,141)
(49%,51%,55%)

RGB channels and saturation

R 125 of 255 = 49%
G 131 of 255 = 51%
B 141 of 255 = 55%

125
131
141

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

Portions of RGB colors in percentages

R + G + B =
125 + 131 + 141 = 397 (100%)
R 125 of 397 ~ 31.49%
G 131 of 397 ~ 33%
B 141 of 397 ~ 35.52%

%31.49
%33
%35.52

CMYK color model

#7D838D color CMYK value is (11,7,0,45).

  • cyan value is 11.35%
  • magenta value is 7.09%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(11,7,0,45)
C11M7Y0K45 
(11%,7%,0%,45%)
(0.11/0.07/0.00/0.45)	

CMYK percentages

%11.35
%7.09
%0
%44.71

Codes

Color #7D838D in popluar color models

7D838D
RGB125131141
HSL218°6.56%52.16%
HSB/HSV218°11.35%55.29%
CMYK11.35%7.09%0.00%
44.71%

Color #7D838D in popluar number systems.

HEX7D838D
Decimal125131141
Binary11111011000001110001101
Octal175203215

Shades and tints

Shades of #7D838D

#7D838D
(125,131,141)
#727881
(114,120,129)
#676D75
(103,109,117)
#5C6269
(92,98,105)
#51575D
(81,87,93)
#464C51
(70,76,81)
#3B4145
(59,65,69)
#303639
(48,54,57)
#252B2D
(37,43,45)
#1A2021
(26,32,33)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #7D838D

#7D838D
(125,131,141)
#888E97
(136,142,151)
#9399A1
(147,153,161)
#9EA4AB
(158,164,171)
#A9AFB5
(169,175,181)
#B4BABF
(180,186,191)
#BFC5C9
(191,197,201)
#CAD0D3
(202,208,211)
#D5DBDD
(213,219,221)
#E0E6E7
(224,230,231)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D838D color. Also use rgb(125,131,141) instead hex code.

Text Font Color

.myTextColor { color: #7D838D; }

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

This text font color is #7D838D.


Background Color

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

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

This div background color is #7D838D.


Border color

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

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

This div border color is #7D838D.


Opacity

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

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

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

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

This text has shadow with #7D838D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D838D on black background.


Color preview on white background

This text has color #7D838D on white background.



Black color preview on #7D838D background

This text has black color on #7D838D background.


White color preview on #7D838D background

This text has white color on #7D838D background.