COLOR #7D999B

HEX: #7D999B
RGB: (125,153,155)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

125
153
155

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

Portions of RGB colors in percentages

R + G + B =
125 + 153 + 155 = 433 (100%)
R 125 of 433 ~ 28.87%
G 153 of 433 ~ 35.33%
B 155 of 433 ~ 35.8%

%28.87
%35.33
%35.8

CMYK color model

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

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

CMYK percentages

%19.35
%1.29
%0
%39.22

Codes

Color #7D999B in popluar color models

7D999B
RGB125153155
HSL184°13.04%54.90%
HSB/HSV184°19.35%60.78%
CMYK19.35%1.29%0.00%
39.22%

Color #7D999B in popluar number systems.

HEX7D999B
Decimal125153155
Binary11111011001100110011011
Octal175231233

Shades and tints

Shades of #7D999B

#7D999B
(125,153,155)
#728C8D
(114,140,141)
#677F7F
(103,127,127)
#5C7271
(92,114,113)
#516563
(81,101,99)
#465855
(70,88,85)
#3B4B47
(59,75,71)
#303E39
(48,62,57)
#25312B
(37,49,43)
#1A241D
(26,36,29)
#0F170F
(15,23,15)
#000000
(0,0,0)

Tints of #7D999B

#7D999B
(125,153,155)
#88A2A4
(136,162,164)
#93ABAD
(147,171,173)
#9EB4B6
(158,180,182)
#A9BDBF
(169,189,191)
#B4C6C8
(180,198,200)
#BFCFD1
(191,207,209)
#CAD8DA
(202,216,218)
#D5E1E3
(213,225,227)
#E0EAEC
(224,234,236)
#EBF3F5
(235,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D999B; }

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

This text font color is #7D999B.


Background Color

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

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

This div background color is #7D999B.


Border color

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

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

This div border color is #7D999B.


Opacity

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

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

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

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

This text has shadow with #7D999B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D999B on black background.


Color preview on white background

This text has color #7D999B on white background.



Black color preview on #7D999B background

This text has black color on #7D999B background.


White color preview on #7D999B background

This text has white color on #7D999B background.