COLOR #7CDAB4

HEX: #7CDAB4
RGB: (124,218,180)

Color info

#7CDAB4 contains mainly green and blue colors. Web safe color of #7CDAB4 is #66CCCC (or #6CC).

RGB color model

#7CDAB4 color RGB value is (124,218,180).

  • red value is 124;
  • green value is 218;
  • blue value is 180.
RGB:
(124,218,180)
(49%,85%,71%)

RGB channels and saturation

R 124 of 255 = 49%
G 218 of 255 = 85%
B 180 of 255 = 71%

124
218
180

R + G + B ~ 68%. #7CDAB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 218 + 180 = 522 (100%)
R 124 of 522 ~ 23.75%
G 218 of 522 ~ 41.76%
B 180 of 522 ~ 34.48%

%23.75
%41.76
%34.48

CMYK color model

#7CDAB4 color CMYK value is (43,0,17,15).

  • cyan value is 43.12%
  • magenta value is 0.00%
  • yellow value is 17.43%
  • key color value is 14.51%
CMYK:
(43,0,17,15)
C43M0Y17K15 
(43%,0%,17%,15%)
(0.43/0.00/0.17/0.15)	

CMYK percentages

%43.12
%0
%17.43
%14.51

Codes

Color #7CDAB4 in popluar color models

7CDAB4
RGB124218180
HSL156°55.95%67.06%
HSB/HSV156°43.12%85.49%
CMYK43.12%0.00%17.43%
14.51%

Color #7CDAB4 in popluar number systems.

HEX7CDAB4
Decimal124218180
Binary11111001101101010110100
Octal174332264

Shades and tints

Shades of #7CDAB4

#7CDAB4
(124,218,180)
#71C7A4
(113,199,164)
#66B494
(102,180,148)
#5BA184
(91,161,132)
#508E74
(80,142,116)
#457B64
(69,123,100)
#3A6854
(58,104,84)
#2F5544
(47,85,68)
#244234
(36,66,52)
#192F24
(25,47,36)
#0E1C14
(14,28,20)
#000000
(0,0,0)

Tints of #7CDAB4

#7CDAB4
(124,218,180)
#87DDBA
(135,221,186)
#92E0C0
(146,224,192)
#9DE3C6
(157,227,198)
#A8E6CC
(168,230,204)
#B3E9D2
(179,233,210)
#BEECD8
(190,236,216)
#C9EFDE
(201,239,222)
#D4F2E4
(212,242,228)
#DFF5EA
(223,245,234)
#EAF8F0
(234,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CDAB4 color. Also use rgb(124,218,180) instead hex code.

Text Font Color

.myTextColor { color: #7CDAB4; }

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

This text font color is #7CDAB4.


Background Color

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

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

This div background color is #7CDAB4.


Border color

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

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

This div border color is #7CDAB4.


Opacity

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

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

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

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

This text has shadow with #7CDAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CDAB4 on black background.


Color preview on white background

This text has color #7CDAB4 on white background.



Black color preview on #7CDAB4 background

This text has black color on #7CDAB4 background.


White color preview on #7CDAB4 background

This text has white color on #7CDAB4 background.