COLOR #7D899A

HEX: #7D899A
RGB: (125,137,154)

Color info

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

RGB color model

#7D899A color RGB value is (125,137,154).

  • red value is 125;
  • green value is 137;
  • blue value is 154.
RGB:
(125,137,154)
(49%,54%,60%)

RGB channels and saturation

R 125 of 255 = 49%
G 137 of 255 = 54%
B 154 of 255 = 60%

125
137
154

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

Portions of RGB colors in percentages

R + G + B =
125 + 137 + 154 = 416 (100%)
R 125 of 416 ~ 30.05%
G 137 of 416 ~ 32.93%
B 154 of 416 ~ 37.02%

%30.05
%32.93
%37.02

CMYK color model

#7D899A color CMYK value is (19,11,0,40).

  • cyan value is 18.83%
  • magenta value is 11.04%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(19,11,0,40)
C19M11Y0K40 
(19%,11%,0%,40%)
(0.19/0.11/0.00/0.40)	

CMYK percentages

%18.83
%11.04
%0
%39.61

Codes

Color #7D899A in popluar color models

7D899A
RGB125137154
HSL215°12.55%54.71%
HSB/HSV215°18.83%60.39%
CMYK18.83%11.04%0.00%
39.61%

Color #7D899A in popluar number systems.

HEX7D899A
Decimal125137154
Binary11111011000100110011010
Octal175211232

Shades and tints

Shades of #7D899A

#7D899A
(125,137,154)
#727D8C
(114,125,140)
#67717E
(103,113,126)
#5C6570
(92,101,112)
#515962
(81,89,98)
#464D54
(70,77,84)
#3B4146
(59,65,70)
#303538
(48,53,56)
#25292A
(37,41,42)
#1A1D1C
(26,29,28)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #7D899A

#7D899A
(125,137,154)
#8893A3
(136,147,163)
#939DAC
(147,157,172)
#9EA7B5
(158,167,181)
#A9B1BE
(169,177,190)
#B4BBC7
(180,187,199)
#BFC5D0
(191,197,208)
#CACFD9
(202,207,217)
#D5D9E2
(213,217,226)
#E0E3EB
(224,227,235)
#EBEDF4
(235,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D899A; }

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

This text font color is #7D899A.


Background Color

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

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

This div background color is #7D899A.


Border color

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

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

This div border color is #7D899A.


Opacity

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

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

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

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

This text has shadow with #7D899A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D899A on black background.


Color preview on white background

This text has color #7D899A on white background.



Black color preview on #7D899A background

This text has black color on #7D899A background.


White color preview on #7D899A background

This text has white color on #7D899A background.