COLOR #7CB089

HEX: #7CB089
RGB: (124,176,137)

Color info

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

RGB color model

#7CB089 color RGB value is (124,176,137).

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

RGB channels and saturation

R 124 of 255 = 49%
G 176 of 255 = 69%
B 137 of 255 = 54%

124
176
137

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

Portions of RGB colors in percentages

R + G + B =
124 + 176 + 137 = 437 (100%)
R 124 of 437 ~ 28.38%
G 176 of 437 ~ 40.27%
B 137 of 437 ~ 31.35%

%28.38
%40.27
%31.35

CMYK color model

#7CB089 color CMYK value is (30,0,22,31).

  • cyan value is 29.55%
  • magenta value is 0.00%
  • yellow value is 22.16%
  • key color value is 30.98%
CMYK:
(30,0,22,31)
C30M0Y22K31 
(30%,0%,22%,31%)
(0.30/0.00/0.22/0.31)	

CMYK percentages

%29.55
%0
%22.16
%30.98

Codes

Color #7CB089 in popluar color models

7CB089
RGB124176137
HSL135°24.76%58.82%
HSB/HSV135°29.55%69.02%
CMYK29.55%0.00%22.16%
30.98%

Color #7CB089 in popluar number systems.

HEX7CB089
Decimal124176137
Binary11111001011000010001001
Octal174260211

Shades and tints

Shades of #7CB089

#7CB089
(124,176,137)
#71A07D
(113,160,125)
#669071
(102,144,113)
#5B8065
(91,128,101)
#507059
(80,112,89)
#45604D
(69,96,77)
#3A5041
(58,80,65)
#2F4035
(47,64,53)
#243029
(36,48,41)
#19201D
(25,32,29)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #7CB089

#7CB089
(124,176,137)
#87B793
(135,183,147)
#92BE9D
(146,190,157)
#9DC5A7
(157,197,167)
#A8CCB1
(168,204,177)
#B3D3BB
(179,211,187)
#BEDAC5
(190,218,197)
#C9E1CF
(201,225,207)
#D4E8D9
(212,232,217)
#DFEFE3
(223,239,227)
#EAF6ED
(234,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CB089; }

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

This text font color is #7CB089.


Background Color

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

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

This div background color is #7CB089.


Border color

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

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

This div border color is #7CB089.


Opacity

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

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

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

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

This text has shadow with #7CB089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CB089 on black background.


Color preview on white background

This text has color #7CB089 on white background.



Black color preview on #7CB089 background

This text has black color on #7CB089 background.


White color preview on #7CB089 background

This text has white color on #7CB089 background.