COLOR #7CADA0

HEX: #7CADA0
RGB: (124,173,160)

Color info

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

RGB color model

#7CADA0 color RGB value is (124,173,160).

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

RGB channels and saturation

R 124 of 255 = 49%
G 173 of 255 = 68%
B 160 of 255 = 63%

124
173
160

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

Portions of RGB colors in percentages

R + G + B =
124 + 173 + 160 = 457 (100%)
R 124 of 457 ~ 27.13%
G 173 of 457 ~ 37.86%
B 160 of 457 ~ 35.01%

%27.13
%37.86
%35.01

CMYK color model

#7CADA0 color CMYK value is (28,0,8,32).

  • cyan value is 28.32%
  • magenta value is 0.00%
  • yellow value is 7.51%
  • key color value is 32.16%
CMYK:
(28,0,8,32)
C28M0Y8K32 
(28%,0%,8%,32%)
(0.28/0.00/0.08/0.32)	

CMYK percentages

%28.32
%0
%7.51
%32.16

Codes

Color #7CADA0 in popluar color models

7CADA0
RGB124173160
HSL164°23.00%58.24%
HSB/HSV164°28.32%67.84%
CMYK28.32%0.00%7.51%
32.16%

Color #7CADA0 in popluar number systems.

HEX7CADA0
Decimal124173160
Binary11111001010110110100000
Octal174255240

Shades and tints

Shades of #7CADA0

#7CADA0
(124,173,160)
#719E92
(113,158,146)
#668F84
(102,143,132)
#5B8076
(91,128,118)
#507168
(80,113,104)
#45625A
(69,98,90)
#3A534C
(58,83,76)
#2F443E
(47,68,62)
#243530
(36,53,48)
#192622
(25,38,34)
#0E1714
(14,23,20)
#000000
(0,0,0)

Tints of #7CADA0

#7CADA0
(124,173,160)
#87B4A8
(135,180,168)
#92BBB0
(146,187,176)
#9DC2B8
(157,194,184)
#A8C9C0
(168,201,192)
#B3D0C8
(179,208,200)
#BED7D0
(190,215,208)
#C9DED8
(201,222,216)
#D4E5E0
(212,229,224)
#DFECE8
(223,236,232)
#EAF3F0
(234,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CADA0; }

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

This text font color is #7CADA0.


Background Color

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

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

This div background color is #7CADA0.


Border color

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

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

This div border color is #7CADA0.


Opacity

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

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

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

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

This text has shadow with #7CADA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CADA0 on black background.


Color preview on white background

This text has color #7CADA0 on white background.



Black color preview on #7CADA0 background

This text has black color on #7CADA0 background.


White color preview on #7CADA0 background

This text has white color on #7CADA0 background.