COLOR #7FE5DC

HEX: #7FE5DC
RGB: (127,229,220)

Color info

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

RGB color model

#7FE5DC color RGB value is (127,229,220).

  • red value is 127;
  • green value is 229;
  • blue value is 220.
RGB:
(127,229,220)
(50%,90%,86%)

RGB channels and saturation

R 127 of 255 = 50%
G 229 of 255 = 90%
B 220 of 255 = 86%

127
229
220

R + G + B ~ 75%. #7FE5DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 229 + 220 = 576 (100%)
R 127 of 576 ~ 22.05%
G 229 of 576 ~ 39.76%
B 220 of 576 ~ 38.19%

%22.05
%39.76
%38.19

CMYK color model

#7FE5DC color CMYK value is (45,0,4,10).

  • cyan value is 44.54%
  • magenta value is 0.00%
  • yellow value is 3.93%
  • key color value is 10.20%
CMYK:
(45,0,4,10)
C45M0Y4K10 
(45%,0%,4%,10%)
(0.45/0.00/0.04/0.10)	

CMYK percentages

%44.54
%0
%3.93
%10.2

Codes

Color #7FE5DC in popluar color models

7FE5DC
RGB127229220
HSL175°66.23%69.80%
HSB/HSV175°44.54%89.80%
CMYK44.54%0.00%3.93%
10.20%

Color #7FE5DC in popluar number systems.

HEX7FE5DC
Decimal127229220
Binary11111111110010111011100
Octal177345334

Shades and tints

Shades of #7FE5DC

#7FE5DC
(127,229,220)
#74D1C8
(116,209,200)
#69BDB4
(105,189,180)
#5EA9A0
(94,169,160)
#53958C
(83,149,140)
#488178
(72,129,120)
#3D6D64
(61,109,100)
#325950
(50,89,80)
#27453C
(39,69,60)
#1C3128
(28,49,40)
#111D14
(17,29,20)
#000000
(0,0,0)

Tints of #7FE5DC

#7FE5DC
(127,229,220)
#8AE7DF
(138,231,223)
#95E9E2
(149,233,226)
#A0EBE5
(160,235,229)
#ABEDE8
(171,237,232)
#B6EFEB
(182,239,235)
#C1F1EE
(193,241,238)
#CCF3F1
(204,243,241)
#D7F5F4
(215,245,244)
#E2F7F7
(226,247,247)
#EDF9FA
(237,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FE5DC color. Also use rgb(127,229,220) instead hex code.

Text Font Color

.myTextColor { color: #7FE5DC; }

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

This text font color is #7FE5DC.


Background Color

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

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

This div background color is #7FE5DC.


Border color

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

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

This div border color is #7FE5DC.


Opacity

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

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

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

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

This text has shadow with #7FE5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FE5DC on black background.


Color preview on white background

This text has color #7FE5DC on white background.



Black color preview on #7FE5DC background

This text has black color on #7FE5DC background.


White color preview on #7FE5DC background

This text has white color on #7FE5DC background.