COLOR #8FD5B7

HEX: #8FD5B7
RGB: (143,213,183)

Color info

#8FD5B7 contains mainly green and blue colors. Web safe color of #8FD5B7 is #99CCCC (or #9CC).

RGB color model

#8FD5B7 color RGB value is (143,213,183).

  • red value is 143;
  • green value is 213;
  • blue value is 183.
RGB:
(143,213,183)
(56%,84%,72%)

RGB channels and saturation

R 143 of 255 = 56%
G 213 of 255 = 84%
B 183 of 255 = 72%

143
213
183

R + G + B ~ 71%. #8FD5B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 213 + 183 = 539 (100%)
R 143 of 539 ~ 26.53%
G 213 of 539 ~ 39.52%
B 183 of 539 ~ 33.95%

%26.53
%39.52
%33.95

CMYK color model

#8FD5B7 color CMYK value is (33,0,14,16).

  • cyan value is 32.86%
  • magenta value is 0.00%
  • yellow value is 14.08%
  • key color value is 16.47%
CMYK:
(33,0,14,16)
C33M0Y14K16 
(33%,0%,14%,16%)
(0.33/0.00/0.14/0.16)	

CMYK percentages

%32.86
%0
%14.08
%16.47

Codes

Color #8FD5B7 in popluar color models

8FD5B7
RGB143213183
HSL154°45.45%69.80%
HSB/HSV154°32.86%83.53%
CMYK32.86%0.00%14.08%
16.47%

Color #8FD5B7 in popluar number systems.

HEX8FD5B7
Decimal143213183
Binary100011111101010110110111
Octal217325267

Shades and tints

Shades of #8FD5B7

#8FD5B7
(143,213,183)
#82C2A7
(130,194,167)
#75AF97
(117,175,151)
#689C87
(104,156,135)
#5B8977
(91,137,119)
#4E7667
(78,118,103)
#416357
(65,99,87)
#345047
(52,80,71)
#273D37
(39,61,55)
#1A2A27
(26,42,39)
#0D1717
(13,23,23)
#000000
(0,0,0)

Tints of #8FD5B7

#8FD5B7
(143,213,183)
#99D8BD
(153,216,189)
#A3DBC3
(163,219,195)
#ADDEC9
(173,222,201)
#B7E1CF
(183,225,207)
#C1E4D5
(193,228,213)
#CBE7DB
(203,231,219)
#D5EAE1
(213,234,225)
#DFEDE7
(223,237,231)
#E9F0ED
(233,240,237)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FD5B7 color. Also use rgb(143,213,183) instead hex code.

Text Font Color

.myTextColor { color: #8FD5B7; }

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

This text font color is #8FD5B7.


Background Color

.myBgColor { background-color: #8FD5B7; }

<div style="background-color:#8FD5B7">Inner text</div>

This div background color is #8FD5B7.


Border color

.myBorderColor { border: 1px solid #8FD5B7; }

<div style="border:3px solid #8FD5B7">Div</div>

This div border color is #8FD5B7.


Opacity

.myOpacity80 { color: #8FD5B7; opacity: 0.8; }

<p style="color:#8FD5B7;opacity:0.8;">80%</p>

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

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

This text has shadow with #8FD5B7 color.

.textShadow {text-shadow: 3px 3px 1px #8FD5B7, 3px 3px 1px red;}

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

This text has shadow with #8FD5B7 primary color and red secondary color.


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

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

This text has shadow with #8FD5B7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FD5B7 on black background.


Color preview on white background

This text has color #8FD5B7 on white background.



Black color preview on #8FD5B7 background

This text has black color on #8FD5B7 background.


White color preview on #8FD5B7 background

This text has white color on #8FD5B7 background.