COLOR #7C9189

HEX: #7C9189
RGB: (124,145,137)

Color info

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

RGB color model

#7C9189 color RGB value is (124,145,137).

  • red value is 124;
  • green value is 145;
  • blue value is 137.
RGB:
(124,145,137)
(49%,57%,54%)

RGB channels and saturation

R 124 of 255 = 49%
G 145 of 255 = 57%
B 137 of 255 = 54%

124
145
137

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

Portions of RGB colors in percentages

R + G + B =
124 + 145 + 137 = 406 (100%)
R 124 of 406 ~ 30.54%
G 145 of 406 ~ 35.71%
B 137 of 406 ~ 33.74%

%30.54
%35.71
%33.74

CMYK color model

#7C9189 color CMYK value is (14,0,6,43).

  • cyan value is 14.48%
  • magenta value is 0.00%
  • yellow value is 5.52%
  • key color value is 43.14%
CMYK:
(14,0,6,43)
C14M0Y6K43 
(14%,0%,6%,43%)
(0.14/0.00/0.06/0.43)	

CMYK percentages

%14.48
%0
%5.52
%43.14

Codes

Color #7C9189 in popluar color models

7C9189
RGB124145137
HSL157°8.71%52.75%
HSB/HSV157°14.48%56.86%
CMYK14.48%0.00%5.52%
43.14%

Color #7C9189 in popluar number systems.

HEX7C9189
Decimal124145137
Binary11111001001000110001001
Octal174221211

Shades and tints

Shades of #7C9189

#7C9189
(124,145,137)
#71847D
(113,132,125)
#667771
(102,119,113)
#5B6A65
(91,106,101)
#505D59
(80,93,89)
#45504D
(69,80,77)
#3A4341
(58,67,65)
#2F3635
(47,54,53)
#242929
(36,41,41)
#191C1D
(25,28,29)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #7C9189

#7C9189
(124,145,137)
#879B93
(135,155,147)
#92A59D
(146,165,157)
#9DAFA7
(157,175,167)
#A8B9B1
(168,185,177)
#B3C3BB
(179,195,187)
#BECDC5
(190,205,197)
#C9D7CF
(201,215,207)
#D4E1D9
(212,225,217)
#DFEBE3
(223,235,227)
#EAF5ED
(234,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9189 color. Also use rgb(124,145,137) instead hex code.

Text Font Color

.myTextColor { color: #7C9189; }

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

This text font color is #7C9189.


Background Color

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

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

This div background color is #7C9189.


Border color

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

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

This div border color is #7C9189.


Opacity

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

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

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

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

This text has shadow with #7C9189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9189 on black background.


Color preview on white background

This text has color #7C9189 on white background.



Black color preview on #7C9189 background

This text has black color on #7C9189 background.


White color preview on #7C9189 background

This text has white color on #7C9189 background.