COLOR #7D9B83

HEX: #7D9B83 RGB: (125,155,131)

Color info

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

RGB color model

#7D9B83 color RGB value is (125,155,131).

RGB: (125,155,131) (49%, 61%, 51%)

RGB channels and saturation

R 125 of 255 = 49%
G 155 of 255 = 61%
B 131 of 255 = 51%

125
155
131

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

Portions of RGB colors in percentages

R + G + B = 125 + 155 + 131 = 411 (100%)
R 125 of 411 ~ 30.41%
G 155 of 411 ~ 37.71%
B 131 of 411 ~ 31.87'%

%30.41
%37.71
%31.87

CMYK color model

#7D9B83 color CMYK value is (19,0,15,39).

  • cyan value is 19.35%
  • magenta value is 0.00%
  • yellow value is 15.48%
  • key color value is 39.22%

CMYK: (19,0,15,39)
C19M0Y15K39 (19%, 0%, 15%, 39%)
(0.19 / 0.00 / 0.15 / 0.39)

CMYK percentages

%19.35
%0
%15.48
%39.22

Codes

Color #7D9B83 in popluar color models

7D 9B 83
RGB 125 155 131
HSL 132° 13.04% 54.90%
HSB/HSV 132° 19.35% 60.78%
CMYK 19.35% 0.00% 15.48%
39.22%

Color #7D9B83 in popluar number systems.

HEX 7D 9B 83
Decimal 125 155 131
Binary 1111101 10011011 10000011
Octal 175 233 203

Shades and tints

Shades of #7D9B83

#7D9B83
(125,155,131)
#728D78
(114,141,120)
#677F6D
(103,127,109)
#5C7162
(92,113,98)
#516357
(81,99,87)
#46554C
(70,85,76)
#3B4741
(59,71,65)
#303936
(48,57,54)
#252B2B
(37,43,43)
#1A1D20
(26,29,32)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #7D9B83

#7D9B83
(125,155,131)
#88A48E
(136,164,142)
#93AD99
(147,173,153)
#9EB6A4
(158,182,164)
#A9BFAF
(169,191,175)
#B4C8BA
(180,200,186)
#BFD1C5
(191,209,197)
#CADAD0
(202,218,208)
#D5E3DB
(213,227,219)
#E0ECE6
(224,236,230)
#EBF5F1
(235,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9B83; }

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

This text font color is #7D9B83.

Background Color

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

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

This div background color is #7D9B83.

Border color

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

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

This div border color is #7D9B83.

Opacity

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

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

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

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

This text has shadow with #7D9B83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D9B83.

Preview

Color preview on black background

This text has color #7D9B83 on black background.


Color preview on white background

This text has color #7D9B83 on white background.


Black color preview on #7D9B83 background

This text has black color on #7D9B83 background.


White color preview on #7D9B83 background

This text has white color on #7D9B83 background.


Related colors

Complementary color

Complementary color for #hex is #82647C.


I love getcolorcode.com

Triadic colors

1 #837D9B and #9B837D with #7D9B83 are triadic colors.

2 #839B7D and #9B7D83 with #7D9B83 are triadic colors.