COLOR #7C889D

HEX: #7C889D
RGB: (124,136,157)

Color info

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

RGB color model

#7C889D color RGB value is (124,136,157).

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

RGB channels and saturation

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

124
136
157

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

Portions of RGB colors in percentages

R + G + B =
124 + 136 + 157 = 417 (100%)
R 124 of 417 ~ 29.74%
G 136 of 417 ~ 32.61%
B 157 of 417 ~ 37.65%

%29.74
%32.61
%37.65

CMYK color model

#7C889D color CMYK value is (21,13,0,38).

  • cyan value is 21.02%
  • magenta value is 13.38%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(21,13,0,38)
C21M13Y0K38 
(21%,13%,0%,38%)
(0.21/0.13/0.00/0.38)	

CMYK percentages

%21.02
%13.38
%0
%38.43

Codes

Color #7C889D in popluar color models

7C889D
RGB124136157
HSL218°14.41%55.10%
HSB/HSV218°21.02%61.57%
CMYK21.02%13.38%0.00%
38.43%

Color #7C889D in popluar number systems.

HEX7C889D
Decimal124136157
Binary11111001000100010011101
Octal174210235

Shades and tints

Shades of #7C889D

#7C889D
(124,136,157)
#717C8F
(113,124,143)
#667081
(102,112,129)
#5B6473
(91,100,115)
#505865
(80,88,101)
#454C57
(69,76,87)
#3A4049
(58,64,73)
#2F343B
(47,52,59)
#24282D
(36,40,45)
#191C1F
(25,28,31)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #7C889D

#7C889D
(124,136,157)
#8792A5
(135,146,165)
#929CAD
(146,156,173)
#9DA6B5
(157,166,181)
#A8B0BD
(168,176,189)
#B3BAC5
(179,186,197)
#BEC4CD
(190,196,205)
#C9CED5
(201,206,213)
#D4D8DD
(212,216,221)
#DFE2E5
(223,226,229)
#EAECED
(234,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C889D; }

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

This text font color is #7C889D.


Background Color

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

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

This div background color is #7C889D.


Border color

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

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

This div border color is #7C889D.


Opacity

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

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

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

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

This text has shadow with #7C889D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C889D on black background.


Color preview on white background

This text has color #7C889D on white background.



Black color preview on #7C889D background

This text has black color on #7C889D background.


White color preview on #7C889D background

This text has white color on #7C889D background.