COLOR #7FDCBB

HEX: #7FDCBB
RGB: (127,220,187)

Color info

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

RGB color model

#7FDCBB color RGB value is (127,220,187).

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

RGB channels and saturation

R 127 of 255 = 50%
G 220 of 255 = 86%
B 187 of 255 = 73%

127
220
187

R + G + B ~ 70%. #7FDCBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 220 + 187 = 534 (100%)
R 127 of 534 ~ 23.78%
G 220 of 534 ~ 41.2%
B 187 of 534 ~ 35.02%

%23.78
%41.2
%35.02

CMYK color model

#7FDCBB color CMYK value is (42,0,15,14).

  • cyan value is 42.27%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 13.73%
CMYK:
(42,0,15,14)
C42M0Y15K14 
(42%,0%,15%,14%)
(0.42/0.00/0.15/0.14)	

CMYK percentages

%42.27
%0
%15
%13.73

Codes

Color #7FDCBB in popluar color models

7FDCBB
RGB127220187
HSL159°57.06%68.04%
HSB/HSV159°42.27%86.27%
CMYK42.27%0.00%15.00%
13.73%

Color #7FDCBB in popluar number systems.

HEX7FDCBB
Decimal127220187
Binary11111111101110010111011
Octal177334273

Shades and tints

Shades of #7FDCBB

#7FDCBB
(127,220,187)
#74C8AA
(116,200,170)
#69B499
(105,180,153)
#5EA088
(94,160,136)
#538C77
(83,140,119)
#487866
(72,120,102)
#3D6455
(61,100,85)
#325044
(50,80,68)
#273C33
(39,60,51)
#1C2822
(28,40,34)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #7FDCBB

#7FDCBB
(127,220,187)
#8ADFC1
(138,223,193)
#95E2C7
(149,226,199)
#A0E5CD
(160,229,205)
#ABE8D3
(171,232,211)
#B6EBD9
(182,235,217)
#C1EEDF
(193,238,223)
#CCF1E5
(204,241,229)
#D7F4EB
(215,244,235)
#E2F7F1
(226,247,241)
#EDFAF7
(237,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FDCBB; }

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

This text font color is #7FDCBB.


Background Color

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

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

This div background color is #7FDCBB.


Border color

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

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

This div border color is #7FDCBB.


Opacity

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

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

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

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

This text has shadow with #7FDCBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FDCBB on black background.


Color preview on white background

This text has color #7FDCBB on white background.



Black color preview on #7FDCBB background

This text has black color on #7FDCBB background.


White color preview on #7FDCBB background

This text has white color on #7FDCBB background.