COLOR #7C9498

HEX: #7C9498
RGB: (124,148,152)

Color info

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

RGB color model

#7C9498 color RGB value is (124,148,152).

  • red value is 124;
  • green value is 148;
  • blue value is 152.
RGB:
(124,148,152)
(49%,58%,60%)

RGB channels and saturation

R 124 of 255 = 49%
G 148 of 255 = 58%
B 152 of 255 = 60%

124
148
152

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

Portions of RGB colors in percentages

R + G + B =
124 + 148 + 152 = 424 (100%)
R 124 of 424 ~ 29.25%
G 148 of 424 ~ 34.91%
B 152 of 424 ~ 35.85%

%29.25
%34.91
%35.85

CMYK color model

#7C9498 color CMYK value is (18,3,0,40).

  • cyan value is 18.42%
  • magenta value is 2.63%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(18,3,0,40)
C18M3Y0K40 
(18%,3%,0%,40%)
(0.18/0.03/0.00/0.40)	

CMYK percentages

%18.42
%2.63
%0
%40.39

Codes

Color #7C9498 in popluar color models

7C9498
RGB124148152
HSL189°11.97%54.12%
HSB/HSV189°18.42%59.61%
CMYK18.42%2.63%0.00%
40.39%

Color #7C9498 in popluar number systems.

HEX7C9498
Decimal124148152
Binary11111001001010010011000
Octal174224230

Shades and tints

Shades of #7C9498

#7C9498
(124,148,152)
#71878B
(113,135,139)
#667A7E
(102,122,126)
#5B6D71
(91,109,113)
#506064
(80,96,100)
#455357
(69,83,87)
#3A464A
(58,70,74)
#2F393D
(47,57,61)
#242C30
(36,44,48)
#191F23
(25,31,35)
#0E1216
(14,18,22)
#000000
(0,0,0)

Tints of #7C9498

#7C9498
(124,148,152)
#879DA1
(135,157,161)
#92A6AA
(146,166,170)
#9DAFB3
(157,175,179)
#A8B8BC
(168,184,188)
#B3C1C5
(179,193,197)
#BECACE
(190,202,206)
#C9D3D7
(201,211,215)
#D4DCE0
(212,220,224)
#DFE5E9
(223,229,233)
#EAEEF2
(234,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9498; }

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

This text font color is #7C9498.


Background Color

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

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

This div background color is #7C9498.


Border color

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

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

This div border color is #7C9498.


Opacity

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

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

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

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

This text has shadow with #7C9498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9498 on black background.


Color preview on white background

This text has color #7C9498 on white background.



Black color preview on #7C9498 background

This text has black color on #7C9498 background.


White color preview on #7C9498 background

This text has white color on #7C9498 background.