COLOR #7D889D

HEX: #7D889D
RGB: (125,136,157)

Color info

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

RGB color model

#7D889D color RGB value is (125,136,157).

  • red value is 125;
  • green value is 136;
  • blue value is 157.
RGB:
(125,136,157)
(49%,53%,62%)

RGB channels and saturation

R 125 of 255 = 49%
G 136 of 255 = 53%
B 157 of 255 = 62%

125
136
157

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

Portions of RGB colors in percentages

R + G + B =
125 + 136 + 157 = 418 (100%)
R 125 of 418 ~ 29.9%
G 136 of 418 ~ 32.54%
B 157 of 418 ~ 37.56%

%29.9
%32.54
%37.56

CMYK color model

#7D889D color CMYK value is (20,13,0,38).

  • cyan value is 20.38%
  • magenta value is 13.38%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(20,13,0,38)
C20M13Y0K38 
(20%,13%,0%,38%)
(0.20/0.13/0.00/0.38)	

CMYK percentages

%20.38
%13.38
%0
%38.43

Codes

Color #7D889D in popluar color models

7D889D
RGB125136157
HSL219°14.04%55.29%
HSB/HSV219°20.38%61.57%
CMYK20.38%13.38%0.00%
38.43%

Color #7D889D in popluar number systems.

HEX7D889D
Decimal125136157
Binary11111011000100010011101
Octal175210235

Shades and tints

Shades of #7D889D

#7D889D
(125,136,157)
#727C8F
(114,124,143)
#677081
(103,112,129)
#5C6473
(92,100,115)
#515865
(81,88,101)
#464C57
(70,76,87)
#3B4049
(59,64,73)
#30343B
(48,52,59)
#25282D
(37,40,45)
#1A1C1F
(26,28,31)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #7D889D

#7D889D
(125,136,157)
#8892A5
(136,146,165)
#939CAD
(147,156,173)
#9EA6B5
(158,166,181)
#A9B0BD
(169,176,189)
#B4BAC5
(180,186,197)
#BFC4CD
(191,196,205)
#CACED5
(202,206,213)
#D5D8DD
(213,216,221)
#E0E2E5
(224,226,229)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D889D; }

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

This text font color is #7D889D.


Background Color

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

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

This div background color is #7D889D.


Border color

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

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

This div border color is #7D889D.


Opacity

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

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

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

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

This text has shadow with #7D889D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D889D on black background.


Color preview on white background

This text has color #7D889D on white background.



Black color preview on #7D889D background

This text has black color on #7D889D background.


White color preview on #7D889D background

This text has white color on #7D889D background.