COLOR #7D8295

HEX: #7D8295 RGB: (125,130,149)

Color info

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

RGB color model

#7D8295 color RGB value is (125,130,149).

RGB: (125,130,149) (49%, 51%, 58%)

RGB channels and saturation

R 125 of 255 = 49%
G 130 of 255 = 51%
B 149 of 255 = 58%

125
130
149

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

Portions of RGB colors in percentages

R + G + B = 125 + 130 + 149 = 404 (100%)
R 125 of 404 ~ 30.94%
G 130 of 404 ~ 32.18%
B 149 of 404 ~ 36.88'%

%30.94
%32.18
%36.88

CMYK color model

#7D8295 color CMYK value is (16,13,0,42).

  • cyan value is 16.11%
  • magenta value is 12.75%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (16,13,0,42)
C16M13Y0K42 (16%, 13%, 0%, 42%)
(0.16 / 0.13 / 0.00 / 0.42)

CMYK percentages

%16.11
%12.75
%0
%41.57

Codes

Color #7D8295 in popluar color models

7D 82 95
RGB 125 130 149
HSL 228° 10.17% 53.73%
HSB/HSV 228° 16.11% 58.43%
CMYK 16.11% 12.75% 0.00%
41.57%

Color #7D8295 in popluar number systems.

HEX 7D 82 95
Decimal 125 130 149
Binary 1111101 10000010 10010101
Octal 175 202 225

Shades and tints

Shades of #7D8295

#7D8295
(125,130,149)
#727788
(114,119,136)
#676C7B
(103,108,123)
#5C616E
(92,97,110)
#515661
(81,86,97)
#464B54
(70,75,84)
#3B4047
(59,64,71)
#30353A
(48,53,58)
#252A2D
(37,42,45)
#1A1F20
(26,31,32)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #7D8295

#7D8295
(125,130,149)
#888D9E
(136,141,158)
#9398A7
(147,152,167)
#9EA3B0
(158,163,176)
#A9AEB9
(169,174,185)
#B4B9C2
(180,185,194)
#BFC4CB
(191,196,203)
#CACFD4
(202,207,212)
#D5DADD
(213,218,221)
#E0E5E6
(224,229,230)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8295; }

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

This text font color is #7D8295.

Background Color

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

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

This div background color is #7D8295.

Border color

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

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

This div border color is #7D8295.

Opacity

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

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

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

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

This text has shadow with #7D8295 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D8295.

Preview

Color preview on black background

This text has color #7D8295 on black background.


Color preview on white background

This text has color #7D8295 on white background.


Black color preview on #7D8295 background

This text has black color on #7D8295 background.


White color preview on #7D8295 background

This text has white color on #7D8295 background.


Related colors

Complementary color

Complementary color for #hex is #827D6A.


I love getcolorcode.com

Triadic colors

1 #957D82 and #82957D with #7D8295 are triadic colors.

2 #95827D and #827D95 with #7D8295 are triadic colors.