COLOR #7CAD9D

HEX: #7CAD9D
RGB: (124,173,157)

Color info

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

RGB color model

#7CAD9D color RGB value is (124,173,157).

  • red value is 124;
  • green value is 173;
  • blue value is 157.
RGB:
(124,173,157)
(49%,68%,62%)

RGB channels and saturation

R 124 of 255 = 49%
G 173 of 255 = 68%
B 157 of 255 = 62%

124
173
157

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

Portions of RGB colors in percentages

R + G + B =
124 + 173 + 157 = 454 (100%)
R 124 of 454 ~ 27.31%
G 173 of 454 ~ 38.11%
B 157 of 454 ~ 34.58%

%27.31
%38.11
%34.58

CMYK color model

#7CAD9D color CMYK value is (28,0,9,32).

  • cyan value is 28.32%
  • magenta value is 0.00%
  • yellow value is 9.25%
  • key color value is 32.16%
CMYK:
(28,0,9,32)
C28M0Y9K32 
(28%,0%,9%,32%)
(0.28/0.00/0.09/0.32)	

CMYK percentages

%28.32
%0
%9.25
%32.16

Codes

Color #7CAD9D in popluar color models

7CAD9D
RGB124173157
HSL160°23.00%58.24%
HSB/HSV160°28.32%67.84%
CMYK28.32%0.00%9.25%
32.16%

Color #7CAD9D in popluar number systems.

HEX7CAD9D
Decimal124173157
Binary11111001010110110011101
Octal174255235

Shades and tints

Shades of #7CAD9D

#7CAD9D
(124,173,157)
#719E8F
(113,158,143)
#668F81
(102,143,129)
#5B8073
(91,128,115)
#507165
(80,113,101)
#456257
(69,98,87)
#3A5349
(58,83,73)
#2F443B
(47,68,59)
#24352D
(36,53,45)
#19261F
(25,38,31)
#0E1711
(14,23,17)
#000000
(0,0,0)

Tints of #7CAD9D

#7CAD9D
(124,173,157)
#87B4A5
(135,180,165)
#92BBAD
(146,187,173)
#9DC2B5
(157,194,181)
#A8C9BD
(168,201,189)
#B3D0C5
(179,208,197)
#BED7CD
(190,215,205)
#C9DED5
(201,222,213)
#D4E5DD
(212,229,221)
#DFECE5
(223,236,229)
#EAF3ED
(234,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CAD9D color. Also use rgb(124,173,157) instead hex code.

Text Font Color

.myTextColor { color: #7CAD9D; }

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

This text font color is #7CAD9D.


Background Color

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

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

This div background color is #7CAD9D.


Border color

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

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

This div border color is #7CAD9D.


Opacity

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

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

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

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

This text has shadow with #7CAD9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CAD9D on black background.


Color preview on white background

This text has color #7CAD9D on white background.



Black color preview on #7CAD9D background

This text has black color on #7CAD9D background.


White color preview on #7CAD9D background

This text has white color on #7CAD9D background.