COLOR #7FC7D5

HEX: #7FC7D5 RGB: (127,199,213)

Color info

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

RGB color model

#7FC7D5 color RGB value is (127,199,213).

RGB: (127,199,213) (50%, 78%, 84%)

RGB channels and saturation

R 127 of 255 = 50%
G 199 of 255 = 78%
B 213 of 255 = 84%

127
199
213

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

Portions of RGB colors in percentages

R + G + B = 127 + 199 + 213 = 539 (100%)
R 127 of 539 ~ 23.56%
G 199 of 539 ~ 36.92%
B 213 of 539 ~ 39.52'%

%23.56
%36.92
%39.52

CMYK color model

#7FC7D5 color CMYK value is (40,7,0,16).

  • cyan value is 40.38%
  • magenta value is 6.57%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (40,7,0,16)
C40M7Y0K16 (40%, 7%, 0%, 16%)
(0.40 / 0.07 / 0.00 / 0.16)

CMYK percentages

%40.38
%6.57
%0
%16.47

Codes

Color #7FC7D5 in popluar color models

7F C7 D5
RGB 127 199 213
HSL 190° 50.59% 66.67%
HSB/HSV 190° 40.38% 83.53%
CMYK 40.38% 6.57% 0.00%
16.47%

Color #7FC7D5 in popluar number systems.

HEX 7F C7 D5
Decimal 127 199 213
Binary 1111111 11000111 11010101
Octal 177 307 325

Shades and tints

Shades of #7FC7D5

#7FC7D5
(127,199,213)
#74B5C2
(116,181,194)
#69A3AF
(105,163,175)
#5E919C
(94,145,156)
#537F89
(83,127,137)
#486D76
(72,109,118)
#3D5B63
(61,91,99)
#324950
(50,73,80)
#27373D
(39,55,61)
#1C252A
(28,37,42)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #7FC7D5

#7FC7D5
(127,199,213)
#8ACCD8
(138,204,216)
#95D1DB
(149,209,219)
#A0D6DE
(160,214,222)
#ABDBE1
(171,219,225)
#B6E0E4
(182,224,228)
#C1E5E7
(193,229,231)
#CCEAEA
(204,234,234)
#D7EFED
(215,239,237)
#E2F4F0
(226,244,240)
#EDF9F3
(237,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FC7D5; }

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

This text font color is #7FC7D5.

Background Color

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

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

This div background color is #7FC7D5.

Border color

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

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

This div border color is #7FC7D5.

Opacity

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

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

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

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

This text has shadow with #7FC7D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FC7D5.

Preview

Color preview on black background

This text has color #7FC7D5 on black background.


Color preview on white background

This text has color #7FC7D5 on white background.


Black color preview on #7FC7D5 background

This text has black color on #7FC7D5 background.


White color preview on #7FC7D5 background

This text has white color on #7FC7D5 background.


Related colors

Complementary color

Complementary color for #hex is #80382A.


I love getcolorcode.com

Triadic colors

1 #D57FC7 and #C7D57F with #7FC7D5 are triadic colors.

2 #D5C77F and #C77FD5 with #7FC7D5 are triadic colors.