COLOR #7FD1D1

HEX: #7FD1D1
RGB: (127,209,209)

Color info

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

RGB color model

#7FD1D1 color RGB value is (127,209,209).

  • red value is 127;
  • green value is 209;
  • blue value is 209.
RGB:
(127,209,209)
(50%,82%,82%)

RGB channels and saturation

R 127 of 255 = 50%
G 209 of 255 = 82%
B 209 of 255 = 82%

127
209
209

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

Portions of RGB colors in percentages

R + G + B =
127 + 209 + 209 = 545 (100%)
R 127 of 545 ~ 23.3%
G 209 of 545 ~ 38.35%
B 209 of 545 ~ 38.35%

%23.3
%38.35
%38.35

CMYK color model

#7FD1D1 color CMYK value is (39,0,0,18).

  • cyan value is 39.23%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(39,0,0,18)
C39M0Y0K18 
(39%,0%,0%,18%)
(0.39/0.00/0.00/0.18)	

CMYK percentages

%39.23
%0
%0
%18.04

Codes

Color #7FD1D1 in popluar color models

7FD1D1
RGB127209209
HSL180°47.13%65.88%
HSB/HSV180°39.23%81.96%
CMYK39.23%0.00%0.00%
18.04%

Color #7FD1D1 in popluar number systems.

HEX7FD1D1
Decimal127209209
Binary11111111101000111010001
Octal177321321

Shades and tints

Shades of #7FD1D1

#7FD1D1
(127,209,209)
#74BEBE
(116,190,190)
#69ABAB
(105,171,171)
#5E9898
(94,152,152)
#538585
(83,133,133)
#487272
(72,114,114)
#3D5F5F
(61,95,95)
#324C4C
(50,76,76)
#273939
(39,57,57)
#1C2626
(28,38,38)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #7FD1D1

#7FD1D1
(127,209,209)
#8AD5D5
(138,213,213)
#95D9D9
(149,217,217)
#A0DDDD
(160,221,221)
#ABE1E1
(171,225,225)
#B6E5E5
(182,229,229)
#C1E9E9
(193,233,233)
#CCEDED
(204,237,237)
#D7F1F1
(215,241,241)
#E2F5F5
(226,245,245)
#EDF9F9
(237,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FD1D1; }

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

This text font color is #7FD1D1.


Background Color

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

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

This div background color is #7FD1D1.


Border color

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

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

This div border color is #7FD1D1.


Opacity

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

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

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

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

This text has shadow with #7FD1D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FD1D1 on black background.


Color preview on white background

This text has color #7FD1D1 on white background.



Black color preview on #7FD1D1 background

This text has black color on #7FD1D1 background.


White color preview on #7FD1D1 background

This text has white color on #7FD1D1 background.