COLOR #7FD3DA

HEX: #7FD3DA RGB: (127,211,218)

Color info

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

RGB color model

#7FD3DA color RGB value is (127,211,218).

RGB: (127,211,218) (50%, 83%, 85%)

RGB channels and saturation

R 127 of 255 = 50%
G 211 of 255 = 83%
B 218 of 255 = 85%

127
211
218

R + G + B ~ 73%. #7FD3DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 211 + 218 = 556 (100%)
R 127 of 556 ~ 22.84%
G 211 of 556 ~ 37.95%
B 218 of 556 ~ 39.21'%

%22.84
%37.95
%39.21

CMYK color model

#7FD3DA color CMYK value is (42,3,0,15).

  • cyan value is 41.74%
  • magenta value is 3.21%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (42,3,0,15)
C42M3Y0K15 (42%, 3%, 0%, 15%)
(0.42 / 0.03 / 0.00 / 0.15)

CMYK percentages

%41.74
%3.21
%0
%14.51

Codes

Color #7FD3DA in popluar color models

7F D3 DA
RGB 127 211 218
HSL 185° 55.15% 67.65%
HSB/HSV 185° 41.74% 85.49%
CMYK 41.74% 3.21% 0.00%
14.51%

Color #7FD3DA in popluar number systems.

HEX 7F D3 DA
Decimal 127 211 218
Binary 1111111 11010011 11011010
Octal 177 323 332

Shades and tints

Shades of #7FD3DA

#7FD3DA
(127,211,218)
#74C0C7
(116,192,199)
#69ADB4
(105,173,180)
#5E9AA1
(94,154,161)
#53878E
(83,135,142)
#48747B
(72,116,123)
#3D6168
(61,97,104)
#324E55
(50,78,85)
#273B42
(39,59,66)
#1C282F
(28,40,47)
#11151C
(17,21,28)
#000000
(0,0,0)

Tints of #7FD3DA

#7FD3DA
(127,211,218)
#8AD7DD
(138,215,221)
#95DBE0
(149,219,224)
#A0DFE3
(160,223,227)
#ABE3E6
(171,227,230)
#B6E7E9
(182,231,233)
#C1EBEC
(193,235,236)
#CCEFEF
(204,239,239)
#D7F3F2
(215,243,242)
#E2F7F5
(226,247,245)
#EDFBF8
(237,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FD3DA; }

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

This text font color is #7FD3DA.

Background Color

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

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

This div background color is #7FD3DA.

Border color

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

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

This div border color is #7FD3DA.

Opacity

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

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

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

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

This text has shadow with #7FD3DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FD3DA.

Preview

Color preview on black background

This text has color #7FD3DA on black background.


Color preview on white background

This text has color #7FD3DA on white background.


Black color preview on #7FD3DA background

This text has black color on #7FD3DA background.


White color preview on #7FD3DA background

This text has white color on #7FD3DA background.


Related colors

Complementary color

Complementary color for #hex is #802C25.


I love getcolorcode.com

Triadic colors

1 #DA7FD3 and #D3DA7F with #7FD3DA are triadic colors.

2 #DAD37F and #D37FDA with #7FD3DA are triadic colors.