COLOR #7CA09A

HEX: #7CA09A
RGB: (124,160,154)

Color info

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

RGB color model

#7CA09A color RGB value is (124,160,154).

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

RGB channels and saturation

R 124 of 255 = 49%
G 160 of 255 = 63%
B 154 of 255 = 60%

124
160
154

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

Portions of RGB colors in percentages

R + G + B =
124 + 160 + 154 = 438 (100%)
R 124 of 438 ~ 28.31%
G 160 of 438 ~ 36.53%
B 154 of 438 ~ 35.16%

%28.31
%36.53
%35.16

CMYK color model

#7CA09A color CMYK value is (23,0,4,37).

  • cyan value is 22.50%
  • magenta value is 0.00%
  • yellow value is 3.75%
  • key color value is 37.25%
CMYK:
(23,0,4,37)
C23M0Y4K37 
(23%,0%,4%,37%)
(0.23/0.00/0.04/0.37)	

CMYK percentages

%22.5
%0
%3.75
%37.25

Codes

Color #7CA09A in popluar color models

7CA09A
RGB124160154
HSL170°15.93%55.69%
HSB/HSV170°22.50%62.75%
CMYK22.50%0.00%3.75%
37.25%

Color #7CA09A in popluar number systems.

HEX7CA09A
Decimal124160154
Binary11111001010000010011010
Octal174240232

Shades and tints

Shades of #7CA09A

#7CA09A
(124,160,154)
#71928C
(113,146,140)
#66847E
(102,132,126)
#5B7670
(91,118,112)
#506862
(80,104,98)
#455A54
(69,90,84)
#3A4C46
(58,76,70)
#2F3E38
(47,62,56)
#24302A
(36,48,42)
#19221C
(25,34,28)
#0E140E
(14,20,14)
#000000
(0,0,0)

Tints of #7CA09A

#7CA09A
(124,160,154)
#87A8A3
(135,168,163)
#92B0AC
(146,176,172)
#9DB8B5
(157,184,181)
#A8C0BE
(168,192,190)
#B3C8C7
(179,200,199)
#BED0D0
(190,208,208)
#C9D8D9
(201,216,217)
#D4E0E2
(212,224,226)
#DFE8EB
(223,232,235)
#EAF0F4
(234,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA09A; }

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

This text font color is #7CA09A.


Background Color

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

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

This div background color is #7CA09A.


Border color

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

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

This div border color is #7CA09A.


Opacity

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

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

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

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

This text has shadow with #7CA09A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA09A on black background.


Color preview on white background

This text has color #7CA09A on white background.



Black color preview on #7CA09A background

This text has black color on #7CA09A background.


White color preview on #7CA09A background

This text has white color on #7CA09A background.