COLOR #7FD5B8

HEX: #7FD5B8
RGB: (127,213,184)

Color info

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

RGB color model

#7FD5B8 color RGB value is (127,213,184).

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

RGB channels and saturation

R 127 of 255 = 50%
G 213 of 255 = 84%
B 184 of 255 = 72%

127
213
184

R + G + B ~ 69%. #7FD5B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 213 + 184 = 524 (100%)
R 127 of 524 ~ 24.24%
G 213 of 524 ~ 40.65%
B 184 of 524 ~ 35.11%

%24.24
%40.65
%35.11

CMYK color model

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

  • cyan value is 40.38%
  • magenta value is 0.00%
  • yellow value is 13.62%
  • key color value is 16.47%
CMYK:
(40,0,14,16)
C40M0Y14K16 
(40%,0%,14%,16%)
(0.40/0.00/0.14/0.16)	

CMYK percentages

%40.38
%0
%13.62
%16.47

Codes

Color #7FD5B8 in popluar color models

7FD5B8
RGB127213184
HSL160°50.59%66.67%
HSB/HSV160°40.38%83.53%
CMYK40.38%0.00%13.62%
16.47%

Color #7FD5B8 in popluar number systems.

HEX7FD5B8
Decimal127213184
Binary11111111101010110111000
Octal177325270

Shades and tints

Shades of #7FD5B8

#7FD5B8
(127,213,184)
#74C2A8
(116,194,168)
#69AF98
(105,175,152)
#5E9C88
(94,156,136)
#538978
(83,137,120)
#487668
(72,118,104)
#3D6358
(61,99,88)
#325048
(50,80,72)
#273D38
(39,61,56)
#1C2A28
(28,42,40)
#111718
(17,23,24)
#000000
(0,0,0)

Tints of #7FD5B8

#7FD5B8
(127,213,184)
#8AD8BE
(138,216,190)
#95DBC4
(149,219,196)
#A0DECA
(160,222,202)
#ABE1D0
(171,225,208)
#B6E4D6
(182,228,214)
#C1E7DC
(193,231,220)
#CCEAE2
(204,234,226)
#D7EDE8
(215,237,232)
#E2F0EE
(226,240,238)
#EDF3F4
(237,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FD5B8; }

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

This text font color is #7FD5B8.


Background Color

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

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

This div background color is #7FD5B8.


Border color

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

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

This div border color is #7FD5B8.


Opacity

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

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

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

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

This text has shadow with #7FD5B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FD5B8 on black background.


Color preview on white background

This text has color #7FD5B8 on white background.



Black color preview on #7FD5B8 background

This text has black color on #7FD5B8 background.


White color preview on #7FD5B8 background

This text has white color on #7FD5B8 background.