COLOR #7D838C

HEX: #7D838C
RGB: (125,131,140)

Color info

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

RGB color model

#7D838C color RGB value is (125,131,140).

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

RGB channels and saturation

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

125
131
140

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

Portions of RGB colors in percentages

R + G + B =
125 + 131 + 140 = 396 (100%)
R 125 of 396 ~ 31.57%
G 131 of 396 ~ 33.08%
B 140 of 396 ~ 35.35%

%31.57
%33.08
%35.35

CMYK color model

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

  • cyan value is 10.71%
  • magenta value is 6.43%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(11,6,0,45)
C11M6Y0K45 
(11%,6%,0%,45%)
(0.11/0.06/0.00/0.45)	

CMYK percentages

%10.71
%6.43
%0
%45.1

Codes

Color #7D838C in popluar color models

7D838C
RGB125131140
HSL216°6.12%51.96%
HSB/HSV216°10.71%54.90%
CMYK10.71%6.43%0.00%
45.10%

Color #7D838C in popluar number systems.

HEX7D838C
Decimal125131140
Binary11111011000001110001100
Octal175203214

Shades and tints

Shades of #7D838C

#7D838C
(125,131,140)
#727880
(114,120,128)
#676D74
(103,109,116)
#5C6268
(92,98,104)
#51575C
(81,87,92)
#464C50
(70,76,80)
#3B4144
(59,65,68)
#303638
(48,54,56)
#252B2C
(37,43,44)
#1A2020
(26,32,32)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #7D838C

#7D838C
(125,131,140)
#888E96
(136,142,150)
#9399A0
(147,153,160)
#9EA4AA
(158,164,170)
#A9AFB4
(169,175,180)
#B4BABE
(180,186,190)
#BFC5C8
(191,197,200)
#CAD0D2
(202,208,210)
#D5DBDC
(213,219,220)
#E0E6E6
(224,230,230)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D838C; }

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

This text font color is #7D838C.


Background Color

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

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

This div background color is #7D838C.


Border color

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

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

This div border color is #7D838C.


Opacity

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

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

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

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

This text has shadow with #7D838C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D838C on black background.


Color preview on white background

This text has color #7D838C on white background.



Black color preview on #7D838C background

This text has black color on #7D838C background.


White color preview on #7D838C background

This text has white color on #7D838C background.