COLOR #7CD2AF

HEX: #7CD2AF
RGB: (124,210,175)

Color info

#7CD2AF contains mainly green and blue colors. Web safe color of #7CD2AF is #66CC99 (or #6C9).

RGB color model

#7CD2AF color RGB value is (124,210,175).

  • red value is 124;
  • green value is 210;
  • blue value is 175.
RGB:
(124,210,175)
(49%,82%,69%)

RGB channels and saturation

R 124 of 255 = 49%
G 210 of 255 = 82%
B 175 of 255 = 69%

124
210
175

R + G + B ~ 67%. #7CD2AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 210 + 175 = 509 (100%)
R 124 of 509 ~ 24.36%
G 210 of 509 ~ 41.26%
B 175 of 509 ~ 34.38%

%24.36
%41.26
%34.38

CMYK color model

#7CD2AF color CMYK value is (41,0,17,18).

  • cyan value is 40.95%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 17.65%
CMYK:
(41,0,17,18)
C41M0Y17K18 
(41%,0%,17%,18%)
(0.41/0.00/0.17/0.18)	

CMYK percentages

%40.95
%0
%16.67
%17.65

Codes

Color #7CD2AF in popluar color models

7CD2AF
RGB124210175
HSL156°48.86%65.49%
HSB/HSV156°40.95%82.35%
CMYK40.95%0.00%16.67%
17.65%

Color #7CD2AF in popluar number systems.

HEX7CD2AF
Decimal124210175
Binary11111001101001010101111
Octal174322257

Shades and tints

Shades of #7CD2AF

#7CD2AF
(124,210,175)
#71BFA0
(113,191,160)
#66AC91
(102,172,145)
#5B9982
(91,153,130)
#508673
(80,134,115)
#457364
(69,115,100)
#3A6055
(58,96,85)
#2F4D46
(47,77,70)
#243A37
(36,58,55)
#192728
(25,39,40)
#0E1419
(14,20,25)
#000000
(0,0,0)

Tints of #7CD2AF

#7CD2AF
(124,210,175)
#87D6B6
(135,214,182)
#92DABD
(146,218,189)
#9DDEC4
(157,222,196)
#A8E2CB
(168,226,203)
#B3E6D2
(179,230,210)
#BEEAD9
(190,234,217)
#C9EEE0
(201,238,224)
#D4F2E7
(212,242,231)
#DFF6EE
(223,246,238)
#EAFAF5
(234,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CD2AF color. Also use rgb(124,210,175) instead hex code.

Text Font Color

.myTextColor { color: #7CD2AF; }

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

This text font color is #7CD2AF.


Background Color

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

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

This div background color is #7CD2AF.


Border color

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

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

This div border color is #7CD2AF.


Opacity

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

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

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

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

This text has shadow with #7CD2AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CD2AF on black background.


Color preview on white background

This text has color #7CD2AF on white background.



Black color preview on #7CD2AF background

This text has black color on #7CD2AF background.


White color preview on #7CD2AF background

This text has white color on #7CD2AF background.