COLOR #7CA086

HEX: #7CA086
RGB: (124,160,134)

Color info

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

RGB color model

#7CA086 color RGB value is (124,160,134).

  • red value is 124;
  • green value is 160;
  • blue value is 134.
RGB:
(124,160,134)
(49%,63%,53%)

RGB channels and saturation

R 124 of 255 = 49%
G 160 of 255 = 63%
B 134 of 255 = 53%

124
160
134

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

Portions of RGB colors in percentages

R + G + B =
124 + 160 + 134 = 418 (100%)
R 124 of 418 ~ 29.67%
G 160 of 418 ~ 38.28%
B 134 of 418 ~ 32.06%

%29.67
%38.28
%32.06

CMYK color model

#7CA086 color CMYK value is (23,0,16,37).

  • cyan value is 22.50%
  • magenta value is 0.00%
  • yellow value is 16.25%
  • key color value is 37.25%
CMYK:
(23,0,16,37)
C23M0Y16K37 
(23%,0%,16%,37%)
(0.23/0.00/0.16/0.37)	

CMYK percentages

%22.5
%0
%16.25
%37.25

Codes

Color #7CA086 in popluar color models

7CA086
RGB124160134
HSL137°15.93%55.69%
HSB/HSV137°22.50%62.75%
CMYK22.50%0.00%16.25%
37.25%

Color #7CA086 in popluar number systems.

HEX7CA086
Decimal124160134
Binary11111001010000010000110
Octal174240206

Shades and tints

Shades of #7CA086

#7CA086
(124,160,134)
#71927A
(113,146,122)
#66846E
(102,132,110)
#5B7662
(91,118,98)
#506856
(80,104,86)
#455A4A
(69,90,74)
#3A4C3E
(58,76,62)
#2F3E32
(47,62,50)
#243026
(36,48,38)
#19221A
(25,34,26)
#0E140E
(14,20,14)
#000000
(0,0,0)

Tints of #7CA086

#7CA086
(124,160,134)
#87A891
(135,168,145)
#92B09C
(146,176,156)
#9DB8A7
(157,184,167)
#A8C0B2
(168,192,178)
#B3C8BD
(179,200,189)
#BED0C8
(190,208,200)
#C9D8D3
(201,216,211)
#D4E0DE
(212,224,222)
#DFE8E9
(223,232,233)
#EAF0F4
(234,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA086 color. Also use rgb(124,160,134) instead hex code.

Text Font Color

.myTextColor { color: #7CA086; }

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

This text font color is #7CA086.


Background Color

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

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

This div background color is #7CA086.


Border color

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

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

This div border color is #7CA086.


Opacity

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

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

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

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

This text has shadow with #7CA086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA086 on black background.


Color preview on white background

This text has color #7CA086 on white background.



Black color preview on #7CA086 background

This text has black color on #7CA086 background.


White color preview on #7CA086 background

This text has white color on #7CA086 background.