COLOR #7C9E8D

HEX: #7C9E8D RGB: (124,158,141)

Color info

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

RGB color model

#7C9E8D color RGB value is (124,158,141).

RGB: (124,158,141) (49%, 62%, 55%)

RGB channels and saturation

R 124 of 255 = 49%
G 158 of 255 = 62%
B 141 of 255 = 55%

124
158
141

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

Portions of RGB colors in percentages

R + G + B = 124 + 158 + 141 = 423 (100%)
R 124 of 423 ~ 29.31%
G 158 of 423 ~ 37.35%
B 141 of 423 ~ 33.33'%

%29.31
%37.35
%33.33

CMYK color model

#7C9E8D color CMYK value is (22,0,11,38).

  • cyan value is 21.52%
  • magenta value is 0.00%
  • yellow value is 10.76%
  • key color value is 38.04%

CMYK: (22,0,11,38)
C22M0Y11K38 (22%, 0%, 11%, 38%)
(0.22 / 0.00 / 0.11 / 0.38)

CMYK percentages

%21.52
%0
%10.76
%38.04

Codes

Color #7C9E8D in popluar color models

7C 9E 8D
RGB 124 158 141
HSL 150° 14.91% 55.29%
HSB/HSV 150° 21.52% 61.96%
CMYK 21.52% 0.00% 10.76%
38.04%

Color #7C9E8D in popluar number systems.

HEX 7C 9E 8D
Decimal 124 158 141
Binary 1111100 10011110 10001101
Octal 174 236 215

Shades and tints

Shades of #7C9E8D

#7C9E8D
(124,158,141)
#719081
(113,144,129)
#668275
(102,130,117)
#5B7469
(91,116,105)
#50665D
(80,102,93)
#455851
(69,88,81)
#3A4A45
(58,74,69)
#2F3C39
(47,60,57)
#242E2D
(36,46,45)
#192021
(25,32,33)
#0E1215
(14,18,21)
#000000
(0,0,0)

Tints of #7C9E8D

#7C9E8D
(124,158,141)
#87A697
(135,166,151)
#92AEA1
(146,174,161)
#9DB6AB
(157,182,171)
#A8BEB5
(168,190,181)
#B3C6BF
(179,198,191)
#BECEC9
(190,206,201)
#C9D6D3
(201,214,211)
#D4DEDD
(212,222,221)
#DFE6E7
(223,230,231)
#EAEEF1
(234,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9E8D color. Also use rgb(124,158,141) instead hex code.

Text Font Color

.myTextColor { color: #7C9E8D; }

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

This text font color is #7C9E8D.

Background Color

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

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

This div background color is #7C9E8D.

Border color

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

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

This div border color is #7C9E8D.

Opacity

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

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

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

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

This text has shadow with #7C9E8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C9E8D.

Preview

Color preview on black background

This text has color #7C9E8D on black background.


Color preview on white background

This text has color #7C9E8D on white background.


Black color preview on #7C9E8D background

This text has black color on #7C9E8D background.


White color preview on #7C9E8D background

This text has white color on #7C9E8D background.


Related colors

Complementary color

Complementary color for #hex is #836172.


I love getcolorcode.com

Triadic colors

1 #8D7C9E and #9E8D7C with #7C9E8D are triadic colors.

2 #8D9E7C and #9E7C8D with #7C9E8D are triadic colors.