COLOR #7D9B9B

HEX: #7D9B9B
RGB: (125,155,155)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

125
155
155

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

Portions of RGB colors in percentages

R + G + B =
125 + 155 + 155 = 435 (100%)
R 125 of 435 ~ 28.74%
G 155 of 435 ~ 35.63%
B 155 of 435 ~ 35.63%

%28.74
%35.63
%35.63

CMYK color model

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

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

CMYK percentages

%19.35
%0
%0
%39.22

Codes

Color #7D9B9B in popluar color models

7D9B9B
RGB125155155
HSL180°13.04%54.90%
HSB/HSV180°19.35%60.78%
CMYK19.35%0.00%0.00%
39.22%

Color #7D9B9B in popluar number systems.

HEX7D9B9B
Decimal125155155
Binary11111011001101110011011
Octal175233233

Shades and tints

Shades of #7D9B9B

#7D9B9B
(125,155,155)
#728D8D
(114,141,141)
#677F7F
(103,127,127)
#5C7171
(92,113,113)
#516363
(81,99,99)
#465555
(70,85,85)
#3B4747
(59,71,71)
#303939
(48,57,57)
#252B2B
(37,43,43)
#1A1D1D
(26,29,29)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #7D9B9B

#7D9B9B
(125,155,155)
#88A4A4
(136,164,164)
#93ADAD
(147,173,173)
#9EB6B6
(158,182,182)
#A9BFBF
(169,191,191)
#B4C8C8
(180,200,200)
#BFD1D1
(191,209,209)
#CADADA
(202,218,218)
#D5E3E3
(213,227,227)
#E0ECEC
(224,236,236)
#EBF5F5
(235,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9B9B; }

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

This text font color is #7D9B9B.


Background Color

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

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

This div background color is #7D9B9B.


Border color

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

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

This div border color is #7D9B9B.


Opacity

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

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

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

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

This text has shadow with #7D9B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9B9B on black background.


Color preview on white background

This text has color #7D9B9B on white background.



Black color preview on #7D9B9B background

This text has black color on #7D9B9B background.


White color preview on #7D9B9B background

This text has white color on #7D9B9B background.