COLOR #8FDEB7

HEX: #8FDEB7
RGB: (143,222,183)

Color info

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

RGB color model

#8FDEB7 color RGB value is (143,222,183).

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

RGB channels and saturation

R 143 of 255 = 56%
G 222 of 255 = 87%
B 183 of 255 = 72%

143
222
183

R + G + B ~ 72%. #8FDEB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 222 + 183 = 548 (100%)
R 143 of 548 ~ 26.09%
G 222 of 548 ~ 40.51%
B 183 of 548 ~ 33.39%

%26.09
%40.51
%33.39

CMYK color model

#8FDEB7 color CMYK value is (36,0,18,13).

  • cyan value is 35.59%
  • magenta value is 0.00%
  • yellow value is 17.57%
  • key color value is 12.94%
CMYK:
(36,0,18,13)
C36M0Y18K13 
(36%,0%,18%,13%)
(0.36/0.00/0.18/0.13)	

CMYK percentages

%35.59
%0
%17.57
%12.94

Codes

Color #8FDEB7 in popluar color models

8FDEB7
RGB143222183
HSL150°54.48%71.57%
HSB/HSV150°35.59%87.06%
CMYK35.59%0.00%17.57%
12.94%

Color #8FDEB7 in popluar number systems.

HEX8FDEB7
Decimal143222183
Binary100011111101111010110111
Octal217336267

Shades and tints

Shades of #8FDEB7

#8FDEB7
(143,222,183)
#82CAA7
(130,202,167)
#75B697
(117,182,151)
#68A287
(104,162,135)
#5B8E77
(91,142,119)
#4E7A67
(78,122,103)
#416657
(65,102,87)
#345247
(52,82,71)
#273E37
(39,62,55)
#1A2A27
(26,42,39)
#0D1617
(13,22,23)
#000000
(0,0,0)

Tints of #8FDEB7

#8FDEB7
(143,222,183)
#99E1BD
(153,225,189)
#A3E4C3
(163,228,195)
#ADE7C9
(173,231,201)
#B7EACF
(183,234,207)
#C1EDD5
(193,237,213)
#CBF0DB
(203,240,219)
#D5F3E1
(213,243,225)
#DFF6E7
(223,246,231)
#E9F9ED
(233,249,237)
#F3FCF3
(243,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FDEB7; }

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

This text font color is #8FDEB7.


Background Color

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

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

This div background color is #8FDEB7.


Border color

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

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

This div border color is #8FDEB7.


Opacity

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

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

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

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

This text has shadow with #8FDEB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FDEB7 on black background.


Color preview on white background

This text has color #8FDEB7 on white background.



Black color preview on #8FDEB7 background

This text has black color on #8FDEB7 background.


White color preview on #8FDEB7 background

This text has white color on #8FDEB7 background.