COLOR #7CB5A5

HEX: #7CB5A5
RGB: (124,181,165)

Color info

#7CB5A5 contains red, green and blue colors in about the same proportion. Web safe color of #7CB5A5 is #66CC99 (or #6C9).

RGB color model

#7CB5A5 color RGB value is (124,181,165).

  • red value is 124;
  • green value is 181;
  • blue value is 165.
RGB:
(124,181,165)
(49%,71%,65%)

RGB channels and saturation

R 124 of 255 = 49%
G 181 of 255 = 71%
B 165 of 255 = 65%

124
181
165

R + G + B ~ 62%. #7CB5A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 181 + 165 = 470 (100%)
R 124 of 470 ~ 26.38%
G 181 of 470 ~ 38.51%
B 165 of 470 ~ 35.11%

%26.38
%38.51
%35.11

CMYK color model

#7CB5A5 color CMYK value is (31,0,9,29).

  • cyan value is 31.49%
  • magenta value is 0.00%
  • yellow value is 8.84%
  • key color value is 29.02%
CMYK:
(31,0,9,29)
C31M0Y9K29 
(31%,0%,9%,29%)
(0.31/0.00/0.09/0.29)	

CMYK percentages

%31.49
%0
%8.84
%29.02

Codes

Color #7CB5A5 in popluar color models

7CB5A5
RGB124181165
HSL163°27.80%59.80%
HSB/HSV163°31.49%70.98%
CMYK31.49%0.00%8.84%
29.02%

Color #7CB5A5 in popluar number systems.

HEX7CB5A5
Decimal124181165
Binary11111001011010110100101
Octal174265245

Shades and tints

Shades of #7CB5A5

#7CB5A5
(124,181,165)
#71A596
(113,165,150)
#669587
(102,149,135)
#5B8578
(91,133,120)
#507569
(80,117,105)
#45655A
(69,101,90)
#3A554B
(58,85,75)
#2F453C
(47,69,60)
#24352D
(36,53,45)
#19251E
(25,37,30)
#0E150F
(14,21,15)
#000000
(0,0,0)

Tints of #7CB5A5

#7CB5A5
(124,181,165)
#87BBAD
(135,187,173)
#92C1B5
(146,193,181)
#9DC7BD
(157,199,189)
#A8CDC5
(168,205,197)
#B3D3CD
(179,211,205)
#BED9D5
(190,217,213)
#C9DFDD
(201,223,221)
#D4E5E5
(212,229,229)
#DFEBED
(223,235,237)
#EAF1F5
(234,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CB5A5 color. Also use rgb(124,181,165) instead hex code.

Text Font Color

.myTextColor { color: #7CB5A5; }

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

This text font color is #7CB5A5.


Background Color

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

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

This div background color is #7CB5A5.


Border color

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

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

This div border color is #7CB5A5.


Opacity

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

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

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

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

This text has shadow with #7CB5A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CB5A5 on black background.


Color preview on white background

This text has color #7CB5A5 on white background.



Black color preview on #7CB5A5 background

This text has black color on #7CB5A5 background.


White color preview on #7CB5A5 background

This text has white color on #7CB5A5 background.