COLOR #7CB09F

HEX: #7CB09F
RGB: (124,176,159)

Color info

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

RGB color model

#7CB09F color RGB value is (124,176,159).

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

RGB channels and saturation

R 124 of 255 = 49%
G 176 of 255 = 69%
B 159 of 255 = 62%

124
176
159

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

Portions of RGB colors in percentages

R + G + B =
124 + 176 + 159 = 459 (100%)
R 124 of 459 ~ 27.02%
G 176 of 459 ~ 38.34%
B 159 of 459 ~ 34.64%

%27.02
%38.34
%34.64

CMYK color model

#7CB09F color CMYK value is (30,0,10,31).

  • cyan value is 29.55%
  • magenta value is 0.00%
  • yellow value is 9.66%
  • key color value is 30.98%
CMYK:
(30,0,10,31)
C30M0Y10K31 
(30%,0%,10%,31%)
(0.30/0.00/0.10/0.31)	

CMYK percentages

%29.55
%0
%9.66
%30.98

Codes

Color #7CB09F in popluar color models

7CB09F
RGB124176159
HSL160°24.76%58.82%
HSB/HSV160°29.55%69.02%
CMYK29.55%0.00%9.66%
30.98%

Color #7CB09F in popluar number systems.

HEX7CB09F
Decimal124176159
Binary11111001011000010011111
Octal174260237

Shades and tints

Shades of #7CB09F

#7CB09F
(124,176,159)
#71A091
(113,160,145)
#669083
(102,144,131)
#5B8075
(91,128,117)
#507067
(80,112,103)
#456059
(69,96,89)
#3A504B
(58,80,75)
#2F403D
(47,64,61)
#24302F
(36,48,47)
#192021
(25,32,33)
#0E1013
(14,16,19)
#000000
(0,0,0)

Tints of #7CB09F

#7CB09F
(124,176,159)
#87B7A7
(135,183,167)
#92BEAF
(146,190,175)
#9DC5B7
(157,197,183)
#A8CCBF
(168,204,191)
#B3D3C7
(179,211,199)
#BEDACF
(190,218,207)
#C9E1D7
(201,225,215)
#D4E8DF
(212,232,223)
#DFEFE7
(223,239,231)
#EAF6EF
(234,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CB09F; }

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

This text font color is #7CB09F.


Background Color

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

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

This div background color is #7CB09F.


Border color

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

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

This div border color is #7CB09F.


Opacity

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

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

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

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

This text has shadow with #7CB09F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CB09F on black background.


Color preview on white background

This text has color #7CB09F on white background.



Black color preview on #7CB09F background

This text has black color on #7CB09F background.


White color preview on #7CB09F background

This text has white color on #7CB09F background.