COLOR #7C948E

HEX: #7C948E RGB: (124,148,142)

Color info

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

RGB color model

#7C948E color RGB value is (124,148,142).

RGB: (124,148,142) (49%, 58%, 56%)

RGB channels and saturation

R 124 of 255 = 49%
G 148 of 255 = 58%
B 142 of 255 = 56%

124
148
142

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

Portions of RGB colors in percentages

R + G + B = 124 + 148 + 142 = 414 (100%)
R 124 of 414 ~ 29.95%
G 148 of 414 ~ 35.75%
B 142 of 414 ~ 34.3'%

%29.95
%35.75
%34.3

CMYK color model

#7C948E color CMYK value is (16,0,4,42).

  • cyan value is 16.22%
  • magenta value is 0.00%
  • yellow value is 4.05%
  • key color value is 41.96%

CMYK: (16,0,4,42)
C16M0Y4K42 (16%, 0%, 4%, 42%)
(0.16 / 0.00 / 0.04 / 0.42)

CMYK percentages

%16.22
%0
%4.05
%41.96

Codes

Color #7C948E in popluar color models

7C 94 8E
RGB 124 148 142
HSL 165° 10.08% 53.33%
HSB/HSV 165° 16.22% 58.04%
CMYK 16.22% 0.00% 4.05%
41.96%

Color #7C948E in popluar number systems.

HEX 7C 94 8E
Decimal 124 148 142
Binary 1111100 10010100 10001110
Octal 174 224 216

Shades and tints

Shades of #7C948E

#7C948E
(124,148,142)
#718782
(113,135,130)
#667A76
(102,122,118)
#5B6D6A
(91,109,106)
#50605E
(80,96,94)
#455352
(69,83,82)
#3A4646
(58,70,70)
#2F393A
(47,57,58)
#242C2E
(36,44,46)
#191F22
(25,31,34)
#0E1216
(14,18,22)
#000000
(0,0,0)

Tints of #7C948E

#7C948E
(124,148,142)
#879D98
(135,157,152)
#92A6A2
(146,166,162)
#9DAFAC
(157,175,172)
#A8B8B6
(168,184,182)
#B3C1C0
(179,193,192)
#BECACA
(190,202,202)
#C9D3D4
(201,211,212)
#D4DCDE
(212,220,222)
#DFE5E8
(223,229,232)
#EAEEF2
(234,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C948E color. Also use rgb(124,148,142) instead hex code.

Text Font Color

.myTextColor { color: #7C948E; }

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

This text font color is #7C948E.

Background Color

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

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

This div background color is #7C948E.

Border color

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

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

This div border color is #7C948E.

Opacity

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

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

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

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

This text has shadow with #7C948E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C948E.

Preview

Color preview on black background

This text has color #7C948E on black background.


Color preview on white background

This text has color #7C948E on white background.


Black color preview on #7C948E background

This text has black color on #7C948E background.


White color preview on #7C948E background

This text has white color on #7C948E background.


Related colors

Complementary color

Complementary color for #hex is #836B71.


I love getcolorcode.com

Triadic colors

1 #8E7C94 and #948E7C with #7C948E are triadic colors.

2 #8E947C and #947C8E with #7C948E are triadic colors.