COLOR #7FD5C8

HEX: #7FD5C8
RGB: (127,213,200)

Color info

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

RGB color model

#7FD5C8 color RGB value is (127,213,200).

  • red value is 127;
  • green value is 213;
  • blue value is 200.
RGB:
(127,213,200)
(50%,84%,78%)

RGB channels and saturation

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

127
213
200

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

Portions of RGB colors in percentages

R + G + B =
127 + 213 + 200 = 540 (100%)
R 127 of 540 ~ 23.52%
G 213 of 540 ~ 39.44%
B 200 of 540 ~ 37.04%

%23.52
%39.44
%37.04

CMYK color model

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

  • cyan value is 40.38%
  • magenta value is 0.00%
  • yellow value is 6.10%
  • key color value is 16.47%
CMYK:
(40,0,6,16)
C40M0Y6K16 
(40%,0%,6%,16%)
(0.40/0.00/0.06/0.16)	

CMYK percentages

%40.38
%0
%6.1
%16.47

Codes

Color #7FD5C8 in popluar color models

7FD5C8
RGB127213200
HSL171°50.59%66.67%
HSB/HSV171°40.38%83.53%
CMYK40.38%0.00%6.10%
16.47%

Color #7FD5C8 in popluar number systems.

HEX7FD5C8
Decimal127213200
Binary11111111101010111001000
Octal177325310

Shades and tints

Shades of #7FD5C8

#7FD5C8
(127,213,200)
#74C2B6
(116,194,182)
#69AFA4
(105,175,164)
#5E9C92
(94,156,146)
#538980
(83,137,128)
#48766E
(72,118,110)
#3D635C
(61,99,92)
#32504A
(50,80,74)
#273D38
(39,61,56)
#1C2A26
(28,42,38)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #7FD5C8

#7FD5C8
(127,213,200)
#8AD8CD
(138,216,205)
#95DBD2
(149,219,210)
#A0DED7
(160,222,215)
#ABE1DC
(171,225,220)
#B6E4E1
(182,228,225)
#C1E7E6
(193,231,230)
#CCEAEB
(204,234,235)
#D7EDF0
(215,237,240)
#E2F0F5
(226,240,245)
#EDF3FA
(237,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FD5C8; }

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

This text font color is #7FD5C8.


Background Color

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

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

This div background color is #7FD5C8.


Border color

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

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

This div border color is #7FD5C8.


Opacity

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

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

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

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

This text has shadow with #7FD5C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FD5C8 on black background.


Color preview on white background

This text has color #7FD5C8 on white background.



Black color preview on #7FD5C8 background

This text has black color on #7FD5C8 background.


White color preview on #7FD5C8 background

This text has white color on #7FD5C8 background.