COLOR #7FD2CF

HEX: #7FD2CF RGB: (127,210,207)

Color info

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

RGB color model

#7FD2CF color RGB value is (127,210,207).

RGB: (127,210,207) (50%, 82%, 81%)

RGB channels and saturation

R 127 of 255 = 50%
G 210 of 255 = 82%
B 207 of 255 = 81%

127
210
207

R + G + B ~ 71%. #7FD2CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 210 + 207 = 544 (100%)
R 127 of 544 ~ 23.35%
G 210 of 544 ~ 38.6%
B 207 of 544 ~ 38.05'%

%23.35
%38.6
%38.05

CMYK color model

#7FD2CF color CMYK value is (40,0,1,18).

  • cyan value is 39.52%
  • magenta value is 0.00%
  • yellow value is 1.43%
  • key color value is 17.65%

CMYK: (40,0,1,18)
C40M0Y1K18 (40%, 0%, 1%, 18%)
(0.40 / 0.00 / 0.01 / 0.18)

CMYK percentages

%39.52
%0
%1.43
%17.65

Codes

Color #7FD2CF in popluar color models

7F D2 CF
RGB 127 210 207
HSL 178° 47.98% 66.08%
HSB/HSV 178° 39.52% 82.35%
CMYK 39.52% 0.00% 1.43%
17.65%

Color #7FD2CF in popluar number systems.

HEX 7F D2 CF
Decimal 127 210 207
Binary 1111111 11010010 11001111
Octal 177 322 317

Shades and tints

Shades of #7FD2CF

#7FD2CF
(127,210,207)
#74BFBD
(116,191,189)
#69ACAB
(105,172,171)
#5E9999
(94,153,153)
#538687
(83,134,135)
#487375
(72,115,117)
#3D6063
(61,96,99)
#324D51
(50,77,81)
#273A3F
(39,58,63)
#1C272D
(28,39,45)
#11141B
(17,20,27)
#000000
(0,0,0)

Tints of #7FD2CF

#7FD2CF
(127,210,207)
#8AD6D3
(138,214,211)
#95DAD7
(149,218,215)
#A0DEDB
(160,222,219)
#ABE2DF
(171,226,223)
#B6E6E3
(182,230,227)
#C1EAE7
(193,234,231)
#CCEEEB
(204,238,235)
#D7F2EF
(215,242,239)
#E2F6F3
(226,246,243)
#EDFAF7
(237,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FD2CF color. Also use rgb(127,210,207) instead hex code.

Text Font Color

.myTextColor { color: #7FD2CF; }

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

This text font color is #7FD2CF.

Background Color

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

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

This div background color is #7FD2CF.

Border color

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

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

This div border color is #7FD2CF.

Opacity

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

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

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

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

This text has shadow with #7FD2CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FD2CF.

Preview

Color preview on black background

This text has color #7FD2CF on black background.


Color preview on white background

This text has color #7FD2CF on white background.


Black color preview on #7FD2CF background

This text has black color on #7FD2CF background.


White color preview on #7FD2CF background

This text has white color on #7FD2CF background.


Related colors

Complementary color

Complementary color for #hex is #802D30.


I love getcolorcode.com

Triadic colors

1 #CF7FD2 and #D2CF7F with #7FD2CF are triadic colors.

2 #CFD27F and #D27FCF with #7FD2CF are triadic colors.