COLOR #7CAA90

HEX: #7CAA90 RGB: (124,170,144)

Color info

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

RGB color model

#7CAA90 color RGB value is (124,170,144).

RGB: (124,170,144) (49%, 67%, 56%)

RGB channels and saturation

R 124 of 255 = 49%
G 170 of 255 = 67%
B 144 of 255 = 56%

124
170
144

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

Portions of RGB colors in percentages

R + G + B = 124 + 170 + 144 = 438 (100%)
R 124 of 438 ~ 28.31%
G 170 of 438 ~ 38.81%
B 144 of 438 ~ 32.88'%

%28.31
%38.81
%32.88

CMYK color model

#7CAA90 color CMYK value is (27,0,15,33).

  • cyan value is 27.06%
  • magenta value is 0.00%
  • yellow value is 15.29%
  • key color value is 33.33%
CMYK: (27,0,15,33) C27M0Y15K33 (27%,0%,15%,33%) (0.27/0.00/0.15/0.33) 

CMYK percentages

%27.06
%0
%15.29
%33.33

Codes

Color #7CAA90 in popluar color models

7C AA 90
RGB 124 170 144
HSL 146° 21.30% 57.65%
HSB/HSV 146° 27.06% 66.67%
CMYK 27.06% 0.00% 15.29%
33.33%

Color #7CAA90 in popluar number systems.

HEX 7C AA 90
Decimal 124 170 144
Binary 1111100 10101010 10010000
Octal 174 252 220

Shades and tints

Shades of #7CAA90

#7CAA90
(124,170,144)
#719B83
(113,155,131)
#668C76
(102,140,118)
#5B7D69
(91,125,105)
#506E5C
(80,110,92)
#455F4F
(69,95,79)
#3A5042
(58,80,66)
#2F4135
(47,65,53)
#243228
(36,50,40)
#19231B
(25,35,27)
#0E140E
(14,20,14)
#000000
(0,0,0)

Tints of #7CAA90

#7CAA90
(124,170,144)
#87B19A
(135,177,154)
#92B8A4
(146,184,164)
#9DBFAE
(157,191,174)
#A8C6B8
(168,198,184)
#B3CDC2
(179,205,194)
#BED4CC
(190,212,204)
#C9DBD6
(201,219,214)
#D4E2E0
(212,226,224)
#DFE9EA
(223,233,234)
#EAF0F4
(234,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CAA90; }

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

This text font color is #7CAA90.

Background Color

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

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

This div background color is #7CAA90.

Border color

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

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

This div border color is #7CAA90.

Opacity

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

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

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

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

This text has shadow with #7CAA90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CAA90.

Preview

Color preview on black background

This text has color #7CAA90 on black background.


Color preview on white background

This text has color #7CAA90 on white background.


Black color preview on #7CAA90 background

This text has black color on #7CAA90 background.


White color preview on #7CAA90 background

This text has white color on #7CAA90 background.


Related colors

Complementary color

Complementary color for #hex is #83556F.


I love getcolorcode.com

Triadic colors

1 #907CAA and #AA907C with #7CAA90 are triadic colors.

2 #90AA7C and #AA7C90 with #7CAA90 are triadic colors.