COLOR #7CAA88

HEX: #7CAA88
RGB: (124,170,136)

Color info

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

RGB color model

#7CAA88 color RGB value is (124,170,136).

  • red value is 124;
  • green value is 170;
  • blue value is 136.
RGB:
(124,170,136)
(49%,67%,53%)

RGB channels and saturation

R 124 of 255 = 49%
G 170 of 255 = 67%
B 136 of 255 = 53%

124
170
136

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

Portions of RGB colors in percentages

R + G + B =
124 + 170 + 136 = 430 (100%)
R 124 of 430 ~ 28.84%
G 170 of 430 ~ 39.53%
B 136 of 430 ~ 31.63%

%28.84
%39.53
%31.63

CMYK color model

#7CAA88 color CMYK value is (27,0,20,33).

  • cyan value is 27.06%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 33.33%
CMYK:
(27,0,20,33)
C27M0Y20K33 
(27%,0%,20%,33%)
(0.27/0.00/0.20/0.33)	

CMYK percentages

%27.06
%0
%20
%33.33

Codes

Color #7CAA88 in popluar color models

7CAA88
RGB124170136
HSL136°21.30%57.65%
HSB/HSV136°27.06%66.67%
CMYK27.06%0.00%20.00%
33.33%

Color #7CAA88 in popluar number systems.

HEX7CAA88
Decimal124170136
Binary11111001010101010001000
Octal174252210

Shades and tints

Shades of #7CAA88

#7CAA88
(124,170,136)
#719B7C
(113,155,124)
#668C70
(102,140,112)
#5B7D64
(91,125,100)
#506E58
(80,110,88)
#455F4C
(69,95,76)
#3A5040
(58,80,64)
#2F4134
(47,65,52)
#243228
(36,50,40)
#19231C
(25,35,28)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #7CAA88

#7CAA88
(124,170,136)
#87B192
(135,177,146)
#92B89C
(146,184,156)
#9DBFA6
(157,191,166)
#A8C6B0
(168,198,176)
#B3CDBA
(179,205,186)
#BED4C4
(190,212,196)
#C9DBCE
(201,219,206)
#D4E2D8
(212,226,216)
#DFE9E2
(223,233,226)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CAA88 color. Also use rgb(124,170,136) instead hex code.

Text Font Color

.myTextColor { color: #7CAA88; }

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

This text font color is #7CAA88.


Background Color

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

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

This div background color is #7CAA88.


Border color

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

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

This div border color is #7CAA88.


Opacity

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

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

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

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

This text has shadow with #7CAA88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CAA88 on black background.


Color preview on white background

This text has color #7CAA88 on white background.



Black color preview on #7CAA88 background

This text has black color on #7CAA88 background.


White color preview on #7CAA88 background

This text has white color on #7CAA88 background.