COLOR #7FD5CC

HEX: #7FD5CC RGB: (127,213,204)

Color info

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

RGB color model

#7FD5CC color RGB value is (127,213,204).

RGB: (127,213,204) (50%, 84%, 80%)

RGB channels and saturation

R 127 of 255 = 50%
G 213 of 255 = 84%
B 204 of 255 = 80%

127
213
204

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

Portions of RGB colors in percentages

R + G + B = 127 + 213 + 204 = 544 (100%)
R 127 of 544 ~ 23.35%
G 213 of 544 ~ 39.15%
B 204 of 544 ~ 37.5'%

%23.35
%39.15
%37.5

CMYK color model

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

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

CMYK: (40,0,4,16)
C40M0Y4K16 (40%, 0%, 4%, 16%)
(0.40 / 0.00 / 0.04 / 0.16)

CMYK percentages

%40.38
%0
%4.23
%16.47

Codes

Color #7FD5CC in popluar color models

7F D5 CC
RGB 127 213 204
HSL 174° 50.59% 66.67%
HSB/HSV 174° 40.38% 83.53%
CMYK 40.38% 0.00% 4.23%
16.47%

Color #7FD5CC in popluar number systems.

HEX 7F D5 CC
Decimal 127 213 204
Binary 1111111 11010101 11001100
Octal 177 325 314

Shades and tints

Shades of #7FD5CC

#7FD5CC
(127,213,204)
#74C2BA
(116,194,186)
#69AFA8
(105,175,168)
#5E9C96
(94,156,150)
#538984
(83,137,132)
#487672
(72,118,114)
#3D6360
(61,99,96)
#32504E
(50,80,78)
#273D3C
(39,61,60)
#1C2A2A
(28,42,42)
#111718
(17,23,24)
#000000
(0,0,0)

Tints of #7FD5CC

#7FD5CC
(127,213,204)
#8AD8D0
(138,216,208)
#95DBD4
(149,219,212)
#A0DED8
(160,222,216)
#ABE1DC
(171,225,220)
#B6E4E0
(182,228,224)
#C1E7E4
(193,231,228)
#CCEAE8
(204,234,232)
#D7EDEC
(215,237,236)
#E2F0F0
(226,240,240)
#EDF3F4
(237,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FD5CC; }

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

This text font color is #7FD5CC.

Background Color

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

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

This div background color is #7FD5CC.

Border color

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

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

This div border color is #7FD5CC.

Opacity

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

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

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

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

This text has shadow with #7FD5CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FD5CC.

Preview

Color preview on black background

This text has color #7FD5CC on black background.


Color preview on white background

This text has color #7FD5CC on white background.


Black color preview on #7FD5CC background

This text has black color on #7FD5CC background.


White color preview on #7FD5CC background

This text has white color on #7FD5CC background.


Related colors

Complementary color

Complementary color for #hex is #802A33.


I love getcolorcode.com

Triadic colors

1 #CC7FD5 and #D5CC7F with #7FD5CC are triadic colors.

2 #CCD57F and #D57FCC with #7FD5CC are triadic colors.