COLOR #7FD5E1

HEX: #7FD5E1 RGB: (127,213,225)

Color info

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

RGB color model

#7FD5E1 color RGB value is (127,213,225).

RGB: (127,213,225) (50%, 84%, 88%)

RGB channels and saturation

R 127 of 255 = 50%
G 213 of 255 = 84%
B 225 of 255 = 88%

127
213
225

R + G + B ~ 74%. #7FD5E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 213 + 225 = 565 (100%)
R 127 of 565 ~ 22.48%
G 213 of 565 ~ 37.7%
B 225 of 565 ~ 39.82'%

%22.48
%37.7
%39.82

CMYK color model

#7FD5E1 color CMYK value is (44,5,0,12).

  • cyan value is 43.56%
  • magenta value is 5.33%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (44,5,0,12)
C44M5Y0K12 (44%, 5%, 0%, 12%)
(0.44 / 0.05 / 0.00 / 0.12)

CMYK percentages

%43.56
%5.33
%0
%11.76

Codes

Color #7FD5E1 in popluar color models

7F D5 E1
RGB 127 213 225
HSL 187° 62.03% 69.02%
HSB/HSV 187° 43.56% 88.24%
CMYK 43.56% 5.33% 0.00%
11.76%

Color #7FD5E1 in popluar number systems.

HEX 7F D5 E1
Decimal 127 213 225
Binary 1111111 11010101 11100001
Octal 177 325 341

Shades and tints

Shades of #7FD5E1

#7FD5E1
(127,213,225)
#74C2CD
(116,194,205)
#69AFB9
(105,175,185)
#5E9CA5
(94,156,165)
#538991
(83,137,145)
#48767D
(72,118,125)
#3D6369
(61,99,105)
#325055
(50,80,85)
#273D41
(39,61,65)
#1C2A2D
(28,42,45)
#111719
(17,23,25)
#000000
(0,0,0)

Tints of #7FD5E1

#7FD5E1
(127,213,225)
#8AD8E3
(138,216,227)
#95DBE5
(149,219,229)
#A0DEE7
(160,222,231)
#ABE1E9
(171,225,233)
#B6E4EB
(182,228,235)
#C1E7ED
(193,231,237)
#CCEAEF
(204,234,239)
#D7EDF1
(215,237,241)
#E2F0F3
(226,240,243)
#EDF3F5
(237,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FD5E1; }

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

This text font color is #7FD5E1.

Background Color

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

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

This div background color is #7FD5E1.

Border color

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

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

This div border color is #7FD5E1.

Opacity

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

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

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

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

This text has shadow with #7FD5E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FD5E1.

Preview

Color preview on black background

This text has color #7FD5E1 on black background.


Color preview on white background

This text has color #7FD5E1 on white background.


Black color preview on #7FD5E1 background

This text has black color on #7FD5E1 background.


White color preview on #7FD5E1 background

This text has white color on #7FD5E1 background.


Related colors

Complementary color

Complementary color for #hex is #802A1E.


I love getcolorcode.com

Triadic colors

1 #E17FD5 and #D5E17F with #7FD5E1 are triadic colors.

2 #E1D57F and #D57FE1 with #7FD5E1 are triadic colors.