COLOR #7D908C

HEX: #7D908C
RGB: (125,144,140)

Color info

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

RGB color model

#7D908C color RGB value is (125,144,140).

  • red value is 125;
  • green value is 144;
  • blue value is 140.
RGB:
(125,144,140)
(49%,56%,55%)

RGB channels and saturation

R 125 of 255 = 49%
G 144 of 255 = 56%
B 140 of 255 = 55%

125
144
140

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

Portions of RGB colors in percentages

R + G + B =
125 + 144 + 140 = 409 (100%)
R 125 of 409 ~ 30.56%
G 144 of 409 ~ 35.21%
B 140 of 409 ~ 34.23%

%30.56
%35.21
%34.23

CMYK color model

#7D908C color CMYK value is (13,0,3,44).

  • cyan value is 13.19%
  • magenta value is 0.00%
  • yellow value is 2.78%
  • key color value is 43.53%
CMYK:
(13,0,3,44)
C13M0Y3K44 
(13%,0%,3%,44%)
(0.13/0.00/0.03/0.44)	

CMYK percentages

%13.19
%0
%2.78
%43.53

Codes

Color #7D908C in popluar color models

7D908C
RGB125144140
HSL167°7.88%52.75%
HSB/HSV167°13.19%56.47%
CMYK13.19%0.00%2.78%
43.53%

Color #7D908C in popluar number systems.

HEX7D908C
Decimal125144140
Binary11111011001000010001100
Octal175220214

Shades and tints

Shades of #7D908C

#7D908C
(125,144,140)
#728380
(114,131,128)
#677674
(103,118,116)
#5C6968
(92,105,104)
#515C5C
(81,92,92)
#464F50
(70,79,80)
#3B4244
(59,66,68)
#303538
(48,53,56)
#25282C
(37,40,44)
#1A1B20
(26,27,32)
#0F0E14
(15,14,20)
#000000
(0,0,0)

Tints of #7D908C

#7D908C
(125,144,140)
#889A96
(136,154,150)
#93A4A0
(147,164,160)
#9EAEAA
(158,174,170)
#A9B8B4
(169,184,180)
#B4C2BE
(180,194,190)
#BFCCC8
(191,204,200)
#CAD6D2
(202,214,210)
#D5E0DC
(213,224,220)
#E0EAE6
(224,234,230)
#EBF4F0
(235,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D908C; }

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

This text font color is #7D908C.


Background Color

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

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

This div background color is #7D908C.


Border color

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

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

This div border color is #7D908C.


Opacity

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

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

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

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

This text has shadow with #7D908C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D908C on black background.


Color preview on white background

This text has color #7D908C on white background.



Black color preview on #7D908C background

This text has black color on #7D908C background.


White color preview on #7D908C background

This text has white color on #7D908C background.